Home
last modified time | relevance | path

Searched refs:injected_scroll_params (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/input/
H A Drender_widget_input_handler.cc240 injected_scroll_params; member in content::RenderWidgetInputHandler::HandlingState
489 if (handling_state.injected_scroll_params && in HandleInputEvent()
490 handling_state.injected_scroll_params->size()) { in HandleInputEvent()
492 std::move(*handling_state.injected_scroll_params), input_event, in HandleInputEvent()
552 DCHECK(!handling_state.injected_scroll_params || in HandleInputEvent()
553 (handling_state.injected_scroll_params)->empty()); in HandleInputEvent()
601 if (!handling_input_state_->injected_scroll_params) { in InjectGestureScrollEvent()
602 handling_input_state_->injected_scroll_params = in InjectGestureScrollEvent()
608 handling_input_state_->injected_scroll_params->push_back(params); in InjectGestureScrollEvent()
633 std::vector<InjectScrollGestureParams> injected_scroll_params, in HandleInjectedScrollGestures() argument
[all …]
H A Drender_widget_input_handler.h111 std::vector<InjectScrollGestureParams> injected_scroll_params,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Dwidget_base_input_handler.cc233 injected_scroll_params() { in injected_scroll_params() function in blink::WidgetBaseInputHandler::HandlingState
465 if (handling_state.injected_scroll_params().size()) { in HandleInputEvent()
467 std::move(handling_state.injected_scroll_params()), input_event, in HandleInputEvent()
528 DCHECK(handling_state.injected_scroll_params().empty()); in HandleInputEvent()
576 handling_input_state_->injected_scroll_params().push_back(params); in InjectGestureScrollEvent()
595 std::vector<InjectScrollGestureParams> injected_scroll_params, in HandleInjectedScrollGestures() argument
599 DCHECK(injected_scroll_params.size()); in HandleInjectedScrollGestures()
607 for (const InjectScrollGestureParams& params : injected_scroll_params) { in HandleInjectedScrollGestures()
H A Dwidget_base_input_handler.h112 std::vector<InjectScrollGestureParams> injected_scroll_params,