Home
last modified time | relevance | path

Searched refs:UpdateClippedSelectionBounds (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h640 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 Dark_web_handler_impl.h528 void UpdateClippedSelectionBounds(int x, int y, int w, int h) override;
H A Dark_web_handler_impl.cpp769 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 Dnweb_handler.h874 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 Dark_web_handler_wrapper.h556 void UpdateClippedSelectionBounds(int x, int y, int w, int h) override;
H A Dark_web_handler_wrapper.cpp883 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 9 milliseconds