Searched refs:Paste (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 117 pattern->contextMenuResult_->Paste(); in OnMenuItemAction()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 97 MOCK_METHOD(void, Paste, (), (const, override)); 586 EXPECT_CALL(*mockMenuResult, Paste); in HWTEST_F()
|
H A D | mock_web_delegate.cpp | 360 void ContextMenuResultOhos::Paste() const {} in Paste() function in OHOS::Ace::ContextMenuResultOhos
|
H A D | web_pattern_test_ng.cpp | 151 MOCK_METHOD(void, Paste, (), (const, override));
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 292 void Paste() const override;
|
H A D | web_delegate.cpp | 572 void ContextMenuResultOhos::Paste() const in Paste() function in OHOS::Ace::ContextMenuResultOhos
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1405 virtual void Paste() const = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1739 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