Home
last modified time | relevance | path

Searched refs:showPaste (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h170 bool showPaste = true; member
188 …return !((showCopy == info.showCopy) && (showPaste == info.showPaste) && (showCopyAll == info.show… in IsIconChanged()
200 JSON_STRING_PUT_BOOL(jsonValue, showPaste); in ToString()
H A Dselect_overlay_node.cpp104 { OH_DEFAULT_PASTE, [](const SelectMenuInfo& info){ return info.showPaste; } }, in __anon90d004a40502()
691 if (!info->menuInfo.showPaste) { in SetOptionsAction()
1518 if (info->menuInfo.showPaste) { in ShowPaste()
1754 if (info->menuInfo.showPaste || info->isUsingMouse) { in GetSystemMenuItemParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp167 menuInfo.showPaste = newMenuInfo.showPaste; in UpdateShowingSelectOverlay()
176 menuInfo.showPaste = newMenuInfo.showPaste; in UpdateShowingSelectOverlay()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_paint_method_test_ng.cpp431 selectInfo.menuInfo.showPaste = false;
490 selectInfo.menuInfo.showPaste = false;
551 selectInfo.menuInfo.showPaste = false;
609 selectInfo.menuInfo.showPaste = false;
674 selectInfo.menuInfo.showPaste = false;
735 selectInfo.menuInfo.showPaste = false;
798 selectInfo.menuInfo.showPaste = false;
861 selectInfo.menuInfo.showPaste = false;
924 selectInfo.menuInfo.showPaste = false;
988 selectInfo.menuInfo.showPaste = false;
[all …]
H A Dselect_overlay_test_ng.cpp163 selectInfo.menuInfo.showPaste = false;
935 selectInfo.menuInfo.showPaste = false;
1025 selectInfo.menuInfo.showPaste = false;
1072 selectInfo.menuInfo.showPaste = false;
1246 selectInfo.menuInfo.showPaste = false;
4346 info.menuInfo.showPaste = true;
4366 info.menuInfo.showPaste = false;
4386 info.menuInfo.showPaste = false;
4406 info.menuInfo.showPaste = true;
4426 info.menuInfo.showPaste = true;
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp278 EXPECT_TRUE(selectMenuInfo.showPaste);
308 EXPECT_TRUE(selectMenuInfo.showPaste);
346 EXPECT_TRUE(selectMenuInfo.showPaste);
384 EXPECT_FALSE(selectMenuInfo.showPaste);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp79 menuInfo.showPaste = false; in OnUpdateMenuInfo()
H A Dweb_pattern.cpp3810 selectInfo.menuInfo.showPaste = false; in RegisterSelectOverlayCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp327 menuInfo.showPaste = false; in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp282 menuInfo.showPaste = IsShowPaste(); in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_select_overlay.cpp280 menuInfo.showPaste = IsShowPaste(); in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1237 info.menuInfo.showPaste = false; in OpenSelectOverlay()