/ohos5.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_velocit…
|
H A D | ark_web_handler_impl.cpp | 340 bool ArkWebHandlerImpl::FilterScrollEvent(const float x, const float y, const float x_velocity, con… in FilterScrollEvent() function in OHOS::ArkWeb::ArkWebHandlerImpl 342 return nweb_handler_->FilterScrollEvent(x, y, x_velocity, y_velocity); in FilterScrollEvent()
|
/ohos5.0/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…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
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()
|
H A D | ark_web_handler_wrapper.h | 237 …bool FilterScrollEvent(const float x, const float y, const float x_velocity, const float y_velocit…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 248 …bool FilterScrollEvent(const float x, const float y, const float xVelocity, const float yVelocity)…
|
H A D | web_client_impl.cpp | 1051 bool WebClientImpl::FilterScrollEvent(const float x, const float y, const float xVelocity, const fl… in FilterScrollEvent() function in OHOS::Ace::WebClientImpl 1056 return delegate->FilterScrollEvent(x, y, xVelocity, yVelocity); in FilterScrollEvent()
|
H A D | web_delegate.h | 897 …bool FilterScrollEvent(const float x, const float y, const float xVelocity, const float yVelocity);
|
H A D | web_delegate.cpp | 6634 bool WebDelegate::FilterScrollEvent(const float x, const float y, const float xVelocity, const floa… in FilterScrollEvent() function in OHOS::Ace::WebDelegate 6638 return webPattern->FilterScrollEvent(x, y, xVelocity, yVelocity); in FilterScrollEvent()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 781 …virtual bool FilterScrollEvent(const float x, const float y, const float xVelocity, const float yV… in FilterScrollEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.h | 616 …bool FilterScrollEvent(const float x, const float y, const float xVelocity, const float yVelocity);
|
H A D | web_pattern.cpp | 5857 bool WebPattern::FilterScrollEvent(const float x, const float y, const float xVelocity, const float… in FilterScrollEvent() function in OHOS::Ace::NG::WebPattern
|