Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp108 pattern->contextMenuResult_->CopyImage(); in OnMenuItemAction()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp95 MOCK_METHOD(void, CopyImage, (), (const, override));
578 EXPECT_CALL(*mockMenuResult, CopyImage); in HWTEST_F()
H A Dmock_web_delegate.cpp358 void ContextMenuResultOhos::CopyImage() const {} in CopyImage() function in OHOS::Ace::ContextMenuResultOhos
H A Dweb_pattern_test_ng.cpp149 MOCK_METHOD(void, CopyImage, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h290 void CopyImage() const override;
H A Dweb_delegate.cpp558 void ContextMenuResultOhos::CopyImage() const in CopyImage() function in OHOS::Ace::ContextMenuResultOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1403 virtual void CopyImage() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1737 JSClass<JSContextMenuResult>::CustomMethod("copyImage", &JSContextMenuResult::CopyImage); in JSBind()
1758 void CopyImage(const JSCallbackInfo& args) in CopyImage() function in OHOS::OHOS::Ace::Framework::JSContextMenuResult
1761 result_->CopyImage(); in CopyImage()

Completed in 40 milliseconds