Home
last modified time | relevance | path

Searched refs:HasImageContents (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_context_menu_params_impl.cpp82 bool ArkWebContextMenuParamsImpl::HasImageContents() in HasImageContents() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl
84 return nweb_context_menu_params_->HasImageContents(); in HasImageContents()
H A Dark_web_context_menu_params_impl.h54 bool HasImageContents() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_context_menu_params_wrapper.cpp102 bool ArkWebContextMenuParamsWrapper::HasImageContents() in HasImageContents() function in OHOS::ArkWeb::ArkWebContextMenuParamsWrapper
104 return ark_web_context_menu_params_->HasImageContents(); in HasImageContents()
H A Dark_web_context_menu_params_wrapper.h56 bool HasImageContents() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_context_menu_params.h62 virtual bool HasImageContents() = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp84 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 Dweb_pattern_test_ng.cpp59 MOCK_METHOD(bool, HasImageContents, (), (const, override));
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_context_menu_params.h81 virtual bool HasImageContents() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp71 hasImage_ = pattern->contextMenuParam_->HasImageContents(); in OnUpdateMenuInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h269 bool HasImageContents() const override;
H A Dweb_delegate.cpp498 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 Dweb_event.h1375 virtual bool HasImageContents() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1541 …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()