Home
last modified time | relevance | path

Searched refs:IsShowMenu (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp80 menuInfo.menuIsShow = IsShowMenu(); in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.h137 bool IsShowMenu() in IsShowMenu() function
H A Dtext_select_overlay.cpp325 menuInfo.menuIsShow = IsShowMenu(); in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp279 !isHideSelectionMenu && IsShowMenu(); in OnUpdateMenuInfo()
H A Dtext_field_pattern.h1722 bool IsShowMenu(const std::optional<SelectionOptions>& options, bool defaultValue);
H A Dtext_field_pattern.cpp5741 isShowMenu = IsShowMenu(options, isShowMenu); in SetSelectionFlag()
5760 bool TextFieldPattern::IsShowMenu(const std::optional<SelectionOptions>& options, bool defaultValue) in IsShowMenu() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp666 EXPECT_EQ(pattern->IsShowMenu(options, false), false);
667 EXPECT_EQ(pattern->IsShowMenu(options, true), false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp281 menuInfo.menuIsShow = IsShowMenu(); in OnUpdateMenuInfo()