Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h290 virtual bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocity) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h226 bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocity) override;
H A Dark_web_handler_impl.cpp340 bool ArkWebHandlerImpl::FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocity) in FilterScrollEvent() function in OHOS::ArkWeb::ArkWebHandlerImpl
342 return nweb_handler_->FilterScrollEvent(x, y, x_velocity, y_velocity); in FilterScrollEvent()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h783 virtual bool FilterScrollEvent(const float x, const float y, const float xVelocity, const float yVelocity) in FilterScrollEvent() function in OHOS::NWeb::NWebHandler
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h237 bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocity) override;
H A Dark_web_handler_wrapper.cpp372 bool ArkWebHandlerWrapper::FilterScrollEvent( in FilterScrollEvent() function in OHOS::ArkWeb::ArkWebHandlerWrapper
375 return ark_web_handler_->FilterScrollEvent(x, y, x_velocity, y_velocity); in FilterScrollEvent()

Completed in 9 milliseconds