Home
last modified time | relevance | path

Searched refs:Cut (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp113 pattern->contextMenuResult_->Cut(); in OnMenuItemAction()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp98 MOCK_METHOD(void, Cut, (), (const, override));
582 EXPECT_CALL(*mockMenuResult, Cut); in HWTEST_F()
H A Dmock_web_delegate.cpp361 void ContextMenuResultOhos::Cut() const {} in Cut() function in OHOS::Ace::ContextMenuResultOhos
H A Dweb_pattern_test_ng.cpp152 MOCK_METHOD(void, Cut, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h293 void Cut() const override;
H A Dweb_delegate.cpp579 void ContextMenuResultOhos::Cut() const in Cut() function in OHOS::Ace::ContextMenuResultOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1406 virtual void Cut() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1740 JSClass<JSContextMenuResult>::CustomMethod("cut", &JSContextMenuResult::Cut); in JSBind()
1779 void Cut(const JSCallbackInfo& args) in Cut() function in OHOS::OHOS::Ace::Framework::JSContextMenuResult
1782 result_->Cut(); in Cut()

Completed in 38 milliseconds