/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_context_menu_params_impl.cpp | 82 bool ArkWebContextMenuParamsImpl::HasImageContents() in HasImageContents() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl 84 return nweb_context_menu_params_->HasImageContents(); in HasImageContents()
|
H A D | ark_web_context_menu_params_impl.h | 54 bool HasImageContents() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_context_menu_params_wrapper.cpp | 102 bool ArkWebContextMenuParamsWrapper::HasImageContents() in HasImageContents() function in OHOS::ArkWeb::ArkWebContextMenuParamsWrapper 104 return ark_web_context_menu_params_->HasImageContents(); in HasImageContents()
|
H A D | ark_web_context_menu_params_wrapper.h | 56 bool HasImageContents() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_context_menu_params.h | 62 virtual bool HasImageContents() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 84 MOCK_METHOD(bool, HasImageContents, (), (const, override)); 341 EXPECT_CALL(*mockMenuParam, HasImageContents).Times(1).WillOnce(Return(false)); 379 EXPECT_CALL(*mockMenuParam, HasImageContents).Times(1).WillOnce(Return(false)); 566 EXPECT_CALL(*mockMenuParam, HasImageContents).Times(1).WillOnce(Return(false)); 576 EXPECT_CALL(*mockMenuParam, HasImageContents).Times(1).WillOnce(Return(true));
|
H A D | web_pattern_test_ng.cpp | 59 MOCK_METHOD(bool, HasImageContents, (), (const, override));
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_context_menu_params.h | 81 virtual bool HasImageContents() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 71 hasImage_ = pattern->contextMenuParam_->HasImageContents(); in OnUpdateMenuInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 269 bool HasImageContents() const override;
|
H A D | web_delegate.cpp | 498 bool ContextMenuParamOhos::HasImageContents() const in HasImageContents() function in OHOS::Ace::ContextMenuParamOhos 501 return param_->HasImageContents(); in HasImageContents()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1375 virtual bool HasImageContents() const = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1541 …ss<JSContextMenuParam>::CustomMethod("existsImageContents", &JSContextMenuParam::HasImageContents); in JSBind() 1640 void HasImageContents(const JSCallbackInfo& args) in HasImageContents() function in OHOS::Ace::Framework::JSContextMenuParam 1644 ret = param_->HasImageContents(); in HasImageContents()
|