Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1301 { DOM_NODE_TAG_BADGE, DisplayType::BLOCK }, in SetDisplayType()
1302 { DOM_NODE_TAG_DIALOG, DisplayType::BLOCK }, in SetDisplayType()
1303 { DOM_NODE_TAG_FORM, DisplayType::BLOCK }, in SetDisplayType()
1304 { DOM_NODE_TAG_LIST, DisplayType::BLOCK }, in SetDisplayType()
1305 { DOM_NODE_TAG_LIST_ITEM, DisplayType::BLOCK }, in SetDisplayType()
1306 { DOM_NODE_TAG_LIST_ITEM_GROUP, DisplayType::BLOCK }, in SetDisplayType()
1307 { DOM_NODE_TAG_PANEL, DisplayType::BLOCK }, in SetDisplayType()
1308 { DOM_NODE_TAG_POPUP, DisplayType::BLOCK }, in SetDisplayType()
1309 { DOM_NODE_TAG_REFRESH, DisplayType::BLOCK }, in SetDisplayType()
1310 { DOM_NODE_TAG_STACK, DisplayType::BLOCK }, in SetDisplayType()
[all...]
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h41 BLOCK, member in OHOS::AppExecFwk::FormRender::TaskState
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.h29 BLOCK, member in OHOS::Ace::Framework::PickerStyle
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h576 enum class DisplayType { NO_SETTING = 0, FLEX, GRID, NONE, BLOCK, INLINE, INLINE_BLOCK, INLINE_FLEX }; member in OHOS::Ace::DisplayType
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp270 (flexDir == FlexDirection::ROW && displayType_ == DisplayType::BLOCK)) &&
283 (flexDir == FlexDirection::ROW && displayType_ == DisplayType::BLOCK)) &&
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib.cpp55 BLOCK, enumerator
179 SetNamedProperty(env, CompressFlushMode, "BLOCK", BLOCK); in CompressFlushModeInit()
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp98 (flexItem->GetDisplayType() == DisplayType::BLOCK)) { in PerformLayout()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp275 if (taskState == TaskState::BLOCK) { in Timer()
299 return threadState_->IsMaxState() ? TaskState::BLOCK : TaskState::RUNNING; in RunTask()
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp1100 EXPECT_EQ(TaskState::BLOCK, formRenderRecordPtr_->RunTask()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1078 displayStyle.display = DisplayType::BLOCK;

Completed in 18 milliseconds