Searched refs:GetImageRect (Results 1 - 6 of 6) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_context_menu_params_impl.cpp | 102 void ArkWebContextMenuParamsImpl::GetImageRect(int& x, int& y, int& w, int& h) in GetImageRect() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl 104 nweb_context_menu_params_->GetImageRect(x, y, w, h); in GetImageRect()
|
H A D | ark_web_context_menu_params_impl.h | 62 void GetImageRect(int& x, int& y, int& w, int& h) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_context_menu_params_wrapper.cpp | 126 void ArkWebContextMenuParamsWrapper::GetImageRect(int& x, int& y, int& w, int& h) in GetImageRect() function in OHOS::ArkWeb::ArkWebContextMenuParamsWrapper 128 ark_web_context_menu_params_->GetImageRect(x, y, w, h); in GetImageRect()
|
H A D | ark_web_context_menu_params_wrapper.h | 64 void GetImageRect(int& x, int& y, int& w, int& h) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_context_menu_params.h | 82 virtual void GetImageRect(int& x, int& y, int& w, int& h) = 0;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_context_menu_params.h | 99 virtual void GetImageRect(int& x, int& y, int& w, int& h) {} in GetImageRect() function in OHOS::NWeb::NWebContextMenuParams
|
Completed in 2 milliseconds