Searched refs:FilterScrollEvent (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 | 290 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 D | ark_web_handler_impl.h | 226 bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocity) override;
|
H A D | ark_web_handler_impl.cpp | 340 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 D | nweb_handler.h | 783 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 D | ark_web_handler_wrapper.h | 237 bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocity) override;
|
H A D | ark_web_handler_wrapper.cpp | 372 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