Home
last modified time | relevance | path

Searched refs:input_handler_ (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/blink/
H A Dinput_handler_proxy.cc184 input_handler_(input_handler), in InputHandlerProxy()
199 input_handler_->BindToClient(this); in InputHandlerProxy()
235 input_handler_ = NULL; in WillShutdown()
243 DCHECK(input_handler_); in HandleInputEventWithLatencyInfo()
491 DCHECK(input_handler_); in RouteToTypeSpecificHandler()
561 CHECK(input_handler_); in RouteToTypeSpecificHandler()
622 CHECK(input_handler_); in RouteToTypeSpecificHandler()
645 CHECK(input_handler_); in RouteToTypeSpecificHandler()
668 CHECK(input_handler_); in RouteToTypeSpecificHandler()
669 input_handler_->MouseLeave(); in RouteToTypeSpecificHandler()
[all …]
H A Dinput_handler_proxy_unittest.cc351 input_handler_ = std::make_unique<TestInputHandlerProxy>( in InputHandlerProxyTest()
361 input_handler_->SetSynchronousInputHandler( in InputHandlerProxyTest()
409 std::unique_ptr<TestInputHandlerProxy> input_handler_; member in ui::test::InputHandlerProxyTest
2531 HandleInputEventWithLatencyInfo(input_handler_.get(), in TEST_P()
2549 HandleInputEventWithLatencyInfo(input_handler_.get(), in TEST_P()
2583 HandleInputEventWithLatencyInfo(input_handler_.get(), in TEST_P()
2597 HandleInputEventWithLatencyInfo(input_handler_.get(), in TEST_P()
2608 input_handler_->RecordMainThreadScrollingReasonsForTest( in TEST_P()
2639 input_handler_->RecordMainThreadScrollingReasonsForTest( in TEST_P()
2686 HandleInputEventWithLatencyInfo(input_handler_.get(), in TEST_P()
[all …]
H A Dinput_handler_proxy.h197 cc::InputHandler* input_handler_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Dinput_handler_proxy.cc260 input_handler_ = nullptr; in WillShutdown()
268 DCHECK(input_handler_); in HandleInputEventWithLatencyInfo()
388 DCHECK(input_handler_); in ContinueScrollBeginAfterMainThreadHitTest()
613 DCHECK(input_handler_); in RouteToTypeSpecificHandler()
698 CHECK(input_handler_); in RouteToTypeSpecificHandler()
711 CHECK(input_handler_); in RouteToTypeSpecificHandler()
721 CHECK(input_handler_); in RouteToTypeSpecificHandler()
726 CHECK(input_handler_); in RouteToTypeSpecificHandler()
727 input_handler_->MouseLeave(); in RouteToTypeSpecificHandler()
1101 input_handler_->RecordScrollEnd( in HandleGestureScrollEnd()
[all …]
H A Dinput_handler_proxy_unittest.cc331 input_handler_ = std::make_unique<TestInputHandlerProxy>( in InputHandlerProxyTest()
340 input_handler_->SetSynchronousInputHandler( in InputHandlerProxyTest()
351 input_handler_->set_event_attribution_enabled(false); in InputHandlerProxyTest()
388 std::unique_ptr<TestInputHandlerProxy> input_handler_; member in blink::test::InputHandlerProxyTest
789 EXPECT_EQ(input_handler_->currently_active_gesture_device(), in TEST_P()
812 EXPECT_EQ(input_handler_->currently_active_gesture_device(), in TEST_P()
1442 input_handler_->HitTestTouchEventForTest( in TEST_P()
1702 input_handler_->HitTestTouchEventForTest( in TEST_P()
3542 HandleInputEventWithLatencyInfo(input_handler_.get(), in TEST_P()
3626 input_handler_->RecordMainThreadScrollingReasonsForTest( in TEST_P()
[all …]
H A Dwidget_base_input_handler.cc205 input_handler_(std::move(input_handler_param)) { in HandlingState()
206 previous_was_handling_input_ = input_handler_->handling_input_event_; in HandlingState()
207 previous_state_ = input_handler_->handling_input_state_; in HandlingState()
208 input_handler_->handling_input_event_ = true; in HandlingState()
209 input_handler_->handling_input_state_ = this; in HandlingState()
215 if (!input_handler_) in ~HandlingState()
217 input_handler_->handling_input_event_ = previous_was_handling_input_; in ~HandlingState()
218 DCHECK_EQ(input_handler_->handling_input_state_, this); in ~HandlingState()
219 input_handler_->handling_input_state_ = previous_state_; in ~HandlingState()
259 base::WeakPtr<WidgetBaseInputHandler> input_handler_; member in blink::WidgetBaseInputHandler::HandlingState
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/cma/backend/cplay/
H A Dcplay.cc91 input_handler_(::media::WavAudioHandler::Create(wav_data_)), in WavMixerInputSource()
93 bytes_per_frame_(input_handler_->num_channels() * in WavMixerInputSource()
94 input_handler_->bits_per_sample() / 8) { in WavMixerInputSource()
95 DCHECK(input_handler_); in WavMixerInputSource()
97 LOG(INFO) << " Channels: " << input_handler_->num_channels() in WavMixerInputSource()
98 << " Bit Depth: " << input_handler_->bits_per_sample() in WavMixerInputSource()
99 << " Duration: " << input_handler_->GetDuration().InSecondsF() in WavMixerInputSource()
105 bool AtEnd() { return input_handler_->AtEnd(cursor_); } in AtEnd()
109 return input_handler_->num_channels(); in num_channels()
133 CHECK(input_handler_->CopyTo(buffer, cursor_, &bytes_written)); in FillAudioPlaybackFrames()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dplatform_ui_input_delegate.h61 input_handler_ = input_handler; in SetPlatformInputHandlerForTest()
66 PlatformInputHandler* input_handler() const { return input_handler_; } in input_handler()
80 PlatformInputHandler* input_handler_ = nullptr; variable
H A Dplatform_ui_input_delegate.cc22 : input_handler_(input_handler) {} in PlatformUiInputDelegate()
87 if (!event || !input_handler_) in SendGestureToTarget()
90 input_handler_->ForwardEventToPlatformUi(std::move(event)); in SendGestureToTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dtest_render_widget_host.cc45 return &input_handler_; in GetWidgetInputHandler()
49 return &input_handler_; in GetMockWidgetInputHandler()
H A Dtest_render_widget_host.h36 MockWidgetInputHandler input_handler_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_widget.cc1354 DCHECK(!input_handler_); in SetInputHandler()
1671 if (input_handler_->DidChangeCursor(webcursor)) in DidChangeCursor()
2049 input_handler_->set_ime_composition_replacement(false); in OnImeSetComposition()
2069 input_handler_->set_handling_input_event(true); in OnImeCommitText()
2078 input_handler_->set_handling_input_event(false); in OnImeCommitText()
2094 input_handler_->set_handling_input_event(true); in OnImeFinishComposingText()
2100 input_handler_->set_handling_input_event(false); in OnImeFinishComposingText()
2643 input_handler_->DidOverscrollFromBlink( in DidOverscroll()
2654 input_handler_->InjectGestureScrollEvent( in InjectGestureScrollEvent()
3240 if (!input_handler_->ProcessTouchAction(touch_action)) in SetTouchAction()
[all …]
H A Drender_widget.h469 return *input_handler_; in input_handler()
975 std::unique_ptr<RenderWidgetInputHandler> input_handler_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/
H A Dwidget_base.cc791 if (input_handler_.DidChangeCursor(cursor)) { in SetCursor()
966 if (!input_handler_.ProcessTouchAction(touch_action)) in ProcessTouchAction()
1207 input_handler_.set_handling_input_event(true); in ImeCommitText()
1210 input_handler_.set_handling_input_event(false); in ImeCommitText()
1227 input_handler_.set_handling_input_event(true); in ImeFinishComposingText()
1229 input_handler_.set_handling_input_event(false); in ImeFinishComposingText()
H A Dwidget_base.h169 WidgetBaseInputHandler& input_handler() { return input_handler_; } in input_handler()
351 WidgetBaseInputHandler input_handler_{this};
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/pb/
H A Ddecoder.int.h153 upb_byteshandler input_handler_; member
H A Dcompile_decoder.c33 upb_byteshandler_init(&ret->input_handler_); in newmethod()
49 return &m->input_handler_; in upb_pbdecodermethod_inputhandler()
812 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/pb/
H A Ddecoder.int.h153 upb_byteshandler input_handler_; member
H A Dcompile_decoder.c33 upb_byteshandler_init(&ret->input_handler_); in newmethod()
49 return &m->input_handler_; in upb_pbdecodermethod_inputhandler()
814 upb_byteshandler *h = &m->input_handler_; in set_bytecode_handlers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/input/
H A Dinput_handler_proxy.h300 cc::InputHandler* input_handler_; variable
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/generated_for_cmake/upb/json/
H A Dparser.c297 upb_byteshandler input_handler_; member
3301 upb_byteshandler_init(&m->input_handler_); in parsermethod_new()
3302 upb_byteshandler_setstring(&m->input_handler_, parse, m); in parsermethod_new()
3303 upb_byteshandler_setendstr(&m->input_handler_, end, m); in parsermethod_new()
3354 upb_bytessink_reset(&p->input_, &method->input_handler_, p); in upb_json_parser_create()
3384 return &m->input_handler_; in upb_json_parsermethod_inputhandler()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/generated_for_cmake/upb/json/
H A Dparser.c297 upb_byteshandler input_handler_; member
3305 upb_byteshandler_init(&m->input_handler_); in parsermethod_new()
3306 upb_byteshandler_setstring(&m->input_handler_, parse, m); in parsermethod_new()
3307 upb_byteshandler_setendstr(&m->input_handler_, end, m); in parsermethod_new()
3353 upb_bytessink_reset(&p->input_, &method->input_handler_, p); in upb_json_parser_create()
3379 return &m->input_handler_; in upb_json_parsermethod_inputhandler()
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/json/
H A Dparser.rl295 upb_byteshandler input_handler_;
2864 upb_byteshandler_init(&m->input_handler_);
2865 upb_byteshandler_setstring(&m->input_handler_, parse, m);
2866 upb_byteshandler_setendstr(&m->input_handler_, end, m);
2917 upb_bytessink_reset(&p->input_, &method->input_handler_, p);
2947 return &m->input_handler_;
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/json/
H A Dparser.rl295 upb_byteshandler input_handler_;
2868 upb_byteshandler_init(&m->input_handler_);
2869 upb_byteshandler_setstring(&m->input_handler_, parse, m);
2870 upb_byteshandler_setendstr(&m->input_handler_, end, m);
2916 upb_bytessink_reset(&p->input_, &method->input_handler_, p);
2942 return &m->input_handler_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_mac_unittest.mm346 MockWidgetInputHandler* input_handler() { return &input_handler_; }
348 return input_handler_.GetAndResetDispatchedMessages();
352 return &input_handler_;
388 MockWidgetInputHandler input_handler_;

12