Searched refs:UpdateClippedSelectionBounds (Results 1 - 6 of 6) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 640 virtual void UpdateClippedSelectionBounds(int x, int y, int w, int h) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 528 void UpdateClippedSelectionBounds(int x, int y, int w, int h) override;
|
H A D | ark_web_handler_impl.cpp | 769 void ArkWebHandlerImpl::UpdateClippedSelectionBounds(int x, int y, int w, int h) in UpdateClippedSelectionBounds() function in OHOS::ArkWeb::ArkWebHandlerImpl 771 nweb_handler_->UpdateClippedSelectionBounds(x, y, w, h); in UpdateClippedSelectionBounds()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 874 virtual void UpdateClippedSelectionBounds(int x, int y, int w, int h) {} in UpdateClippedSelectionBounds() function in OHOS::NWeb::NWebHandler
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.h | 556 void UpdateClippedSelectionBounds(int x, int y, int w, int h) override;
|
H A D | ark_web_handler_wrapper.cpp | 883 void ArkWebHandlerWrapper::UpdateClippedSelectionBounds(int x, int y, int w, int h) in UpdateClippedSelectionBounds() function in OHOS::ArkWeb::ArkWebHandlerWrapper 885 ark_web_handler_->UpdateClippedSelectionBounds(x, y, w, h); in UpdateClippedSelectionBounds()
|
Completed in 10 milliseconds