Home
last modified time | relevance | path

Searched refs:GetYCoord (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_quick_menu_params_wrapper.cpp32 int32_t ArkWebQuickMenuParamsWrapper::GetYCoord() in GetYCoord() function in OHOS::ArkWeb::ArkWebQuickMenuParamsWrapper
34 return ark_web_quick_menu_params_->GetYCoord(); in GetYCoord()
H A Dark_web_context_menu_params_wrapper.cpp32 int32_t ArkWebContextMenuParamsWrapper::GetYCoord() in GetYCoord() function in OHOS::ArkWeb::ArkWebContextMenuParamsWrapper
34 return ark_web_context_menu_params_->GetYCoord(); in GetYCoord()
H A Dark_web_quick_menu_params_wrapper.h33 int32_t GetYCoord() override;
H A Dark_web_context_menu_params_wrapper.h36 int32_t GetYCoord() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_quick_menu_params_impl.cpp36 int32_t ArkWebQuickMenuParamsImpl::GetYCoord() in GetYCoord() function in OHOS::ArkWeb::ArkWebQuickMenuParamsImpl
38 return nweb_quick_menu_params_->GetYCoord(); in GetYCoord()
H A Dark_web_context_menu_params_impl.cpp32 int32_t ArkWebContextMenuParamsImpl::GetYCoord() in GetYCoord() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl
34 return nweb_context_menu_params_->GetYCoord(); in GetYCoord()
H A Dark_web_quick_menu_params_impl.h34 int32_t GetYCoord() override;
H A Dark_web_context_menu_params_impl.h34 int32_t GetYCoord() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_context_menu_params.h71 virtual int32_t GetYCoord() = 0;
117 virtual int32_t GetYCoord() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_quick_menu_params.h33 virtual int32_t GetYCoord() = 0;
H A Dark_web_context_menu_params.h32 virtual int32_t GetYCoord() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp167 …offset + OffsetF(pattern->contextMenuParam_->GetXCoord(), pattern->contextMenuParam_->GetYCoord()); in OnUpdateSelectOverlayInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp83 MOCK_METHOD(int32_t, GetYCoord, (), (const, override));
817 EXPECT_CALL(*mockMenuParam, GetYCoord).Times(1).WillOnce(Return(100));
859 EXPECT_CALL(*mockMenuParam, GetYCoord).Times(1).WillOnce(Return(10));
H A Dweb_pattern_test.cpp133 int32_t GetYCoord() override in GetYCoord() function in OHOS::Ace::NG::NWebQuickMenuParamsMock
H A Dweb_pattern_test_ng.cpp55 MOCK_METHOD(int32_t, GetYCoord, (), (const, override));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h265 int32_t GetYCoord() const override;
H A Dweb_delegate.cpp466 int32_t ContextMenuParamOhos::GetYCoord() const in GetYCoord() function in OHOS::Ace::ContextMenuParamOhos
469 return param_->GetYCoord(); in GetYCoord()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1371 virtual int32_t GetYCoord() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1537 JSClass<JSContextMenuParam>::CustomMethod("y", &JSContextMenuParam::GetYCoord); in JSBind()
1596 void GetYCoord(const JSCallbackInfo& args) in GetYCoord() function in OHOS::Ace::Framework::JSContextMenuParam
1600 ret = param_->GetYCoord(); in GetYCoord()