Searched refs:CopyImage (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 | 108 pattern->contextMenuResult_->CopyImage(); in OnMenuItemAction()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 95 MOCK_METHOD(void, CopyImage, (), (const, override)); 578 EXPECT_CALL(*mockMenuResult, CopyImage); in HWTEST_F()
|
H A D | mock_web_delegate.cpp | 358 void ContextMenuResultOhos::CopyImage() const {} in CopyImage() function in OHOS::Ace::ContextMenuResultOhos
|
H A D | web_pattern_test_ng.cpp | 149 MOCK_METHOD(void, CopyImage, (), (const, override));
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 290 void CopyImage() const override;
|
H A D | web_delegate.cpp | 558 void ContextMenuResultOhos::CopyImage() const in CopyImage() function in OHOS::Ace::ContextMenuResultOhos
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1403 virtual void CopyImage() const = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1737 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 39 milliseconds