Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp117 pattern->contextMenuResult_->Paste(); in OnMenuItemAction()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp97 MOCK_METHOD(void, Paste, (), (const, override));
586 EXPECT_CALL(*mockMenuResult, Paste); in HWTEST_F()
H A Dmock_web_delegate.cpp360 void ContextMenuResultOhos::Paste() const {} in Paste() function in OHOS::Ace::ContextMenuResultOhos
H A Dweb_pattern_test_ng.cpp151 MOCK_METHOD(void, Paste, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h292 void Paste() const override;
H A Dweb_delegate.cpp572 void ContextMenuResultOhos::Paste() const in Paste() function in OHOS::Ace::ContextMenuResultOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1405 virtual void Paste() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1739 JSClass<JSContextMenuResult>::CustomMethod("paste", &JSContextMenuResult::Paste); in JSBind()
1772 void Paste(const JSCallbackInfo& args) in Paste() function in OHOS::OHOS::Ace::Framework::JSContextMenuResult
1775 result_->Paste(); in Paste()

Completed in 37 milliseconds