Home
last modified time | relevance | path

Searched refs:GetChromeClient (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dautoscroll_controller.cc290 page_->GetChromeClient().SetCursorOverridden(false); in HandleMouseMoveForMiddleClickAutoscroll()
293 page_->GetChromeClient().SetCursorOverridden(true); in HandleMouseMoveForMiddleClickAutoscroll()
294 page_->GetChromeClient().AutoscrollFling(velocity, frame); in HandleMouseMoveForMiddleClickAutoscroll()
318 page_->GetChromeClient().AutoscrollEnd(frame); in StopMiddleClickAutoscroll()
320 page_->GetChromeClient().SetCursorOverridden(false); in StopMiddleClickAutoscroll()
362 page_->GetChromeClient().SetCursorOverridden(true); in StartMiddleClickAutoscroll()
363 page_->GetChromeClient().AutoscrollStart( in StartMiddleClickAutoscroll()
416 page_->GetChromeClient().ScheduleAnimation( in ScheduleMainThreadAnimation()
H A Ddrag_controller_test.cc52 DragMockChromeClient& GetChromeClient() const override { in GetChromeClient() function in blink::DragControllerTest
429 IntSize(GetChromeClient().last_drag_image_size)); in TEST_F()
435 IntPoint(GetChromeClient().last_drag_image_offset)); in TEST_F()
472 IntSize link_image_size = IntSize(GetChromeClient().last_drag_image_size); in TEST_F()
485 EXPECT_NEAR(expected_offset.X(), GetChromeClient().last_drag_image_offset.x(), in TEST_F()
487 EXPECT_NEAR(expected_offset.Y(), GetChromeClient().last_drag_image_offset.y(), in TEST_F()
H A Dcreate_window.cc307 Page* page = old_page->GetChromeClient().CreateWindow( in CreateNewWindow()
332 IntRect window_rect = page->GetChromeClient().RootWindowRect(frame); in CreateNewWindow()
342 IntRect rect = page->GetChromeClient().CalculateWindowRectWithAdjustment( in CreateNewWindow()
344 page->GetChromeClient().Show(opener_frame.GetFrameToken(), in CreateNewWindow()
H A Dtouch_adjustment_test.cc39 FakeChromeClient& GetChromeClient() const override { return *chrome_client_; } in GetChromeClient() function in blink::TouchAdjustmentTest
47 GetChromeClient().SetDeviceScaleFactor(device_scale_factor); in SetZoomAndScale()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dautoscroll_controller.cc295 page_->GetChromeClient().SetCursorOverridden(false); in HandleMouseMoveForMiddleClickAutoscroll()
298 page_->GetChromeClient().SetCursorOverridden(true); in HandleMouseMoveForMiddleClickAutoscroll()
299 page_->GetChromeClient().AutoscrollFling(velocity, frame); in HandleMouseMoveForMiddleClickAutoscroll()
323 page_->GetChromeClient().AutoscrollEnd(frame); in StopMiddleClickAutoscroll()
325 page_->GetChromeClient().SetCursorOverridden(false); in StopMiddleClickAutoscroll()
367 page_->GetChromeClient().SetCursorOverridden(true); in StartMiddleClickAutoscroll()
368 page_->GetChromeClient().AutoscrollStart( in StartMiddleClickAutoscroll()
421 page_->GetChromeClient().ScheduleAnimation( in ScheduleMainThreadAnimation()
H A Ddrag_controller_test.cc51 DragMockChromeClient& GetChromeClient() const override { in GetChromeClient() function in blink::DragControllerTest
428 IntSize(GetChromeClient().last_drag_image_size)); in TEST_F()
434 IntPoint(GetChromeClient().last_drag_image_offset)); in TEST_F()
471 IntSize link_image_size = IntSize(GetChromeClient().last_drag_image_size); in TEST_F()
484 EXPECT_NEAR(expected_offset.X(), GetChromeClient().last_drag_image_offset.x(), in TEST_F()
486 EXPECT_NEAR(expected_offset.Y(), GetChromeClient().last_drag_image_offset.y(), in TEST_F()
H A Dcreate_window.cc311 Page* page = old_page->GetChromeClient().CreateWindow( in CreateNewWindow()
343 IntRect window_rect = page->GetChromeClient().RootWindowRect(frame); in CreateNewWindow()
353 page->GetChromeClient().SetWindowRectWithAdjustment(window_rect, frame); in CreateNewWindow()
354 page->GetChromeClient().Show(request.GetNavigationPolicy()); in CreateNewWindow()
H A Dtouch_adjustment_test.cc41 FakeChromeClient& GetChromeClient() const override { return *chrome_client_; } in GetChromeClient() function in blink::TouchAdjustmentTest
49 GetChromeClient().SetDeviceScaleFactor(device_scale_factor); in SetZoomAndScale()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dmedia_values.cc64 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateDeviceWidth()
76 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateDeviceHeight()
99 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateColorBitsPerComponent()
109 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateMonochromeBitsPerComponent()
178 ->GetChromeClient() in CalculateDisplayShape()
187 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame)); in CalculateColorGamut()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dframe_console.cc79 if (frame_->GetChromeClient().ShouldReportDetailedMessageForSource(*frame_, in ReportMessageToClient()
88 frame_->GetChromeClient().ShouldReportDetailedMessageForSource(*frame_, in ReportMessageToClient()
93 frame_->GetChromeClient().AddMessageToConsole( in ReportMessageToClient()
H A Devent_handler_registry.cc253 GetPage()->GetChromeClient().SetHasScrollEventHandlers( in NotifyHandlersChanged()
258 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
264 GetPage()->GetChromeClient().SetNeedsLowLatencyInput(frame, in NotifyHandlersChanged()
271 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
281 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
288 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
H A Dbrowser_controls.cc157 page_->GetChromeClient().DidUpdateBrowserControls(); in SetShownRatio()
177 page_->GetChromeClient().DidUpdateBrowserControls(); in UpdateConstraintsAndState()
186 page_->GetChromeClient().DidUpdateBrowserControls(); in SetParams()
H A Dlocal_dom_window.cc689 ChromeClient& chrome_client = frame->GetChromeClient(); in orientation()
925 GetFrame()->GetPage()->GetChromeClient().Print(GetFrame()); in print()
964 page->GetChromeClient().OpenJavaScriptAlert(GetFrame(), message); in alert()
1074 ChromeClient& chrome_client = page->GetChromeClient(); in outerHeight()
1092 ChromeClient& chrome_client = page->GetChromeClient(); in outerWidth()
1155 ChromeClient& chrome_client = page->GetChromeClient(); in screenX()
1173 ChromeClient& chrome_client = page->GetChromeClient(); in screenY()
1443 IntRect fr = page->GetChromeClient().RootWindowRect(*frame); in resizeBy()
1446 page->GetChromeClient().SetWindowRectWithAdjustment(update, *frame); in resizeBy()
1458 IntRect fr = page->GetChromeClient().RootWindowRect(*frame); in resizeTo()
[all …]
H A Dvisual_viewport.cc139 GetChromeClient()->GetDeviceEmulationTransform(); in UpdatePaintPropertyNodesIfNeeded()
521 GetPage().GetChromeClient().PageScaleFactorChanged(); in DidSetScaleOrLocation()
624 std::floor(GetPage().GetChromeClient().WindowToViewportScalar( in ScrollbarThickness()
638 std::floor(GetPage().GetChromeClient().WindowToViewportScalar( in UpdateScrollbarLayer()
641 std::floor(GetPage().GetChromeClient().WindowToViewportScalar( in UpdateScrollbarLayer()
674 ChromeClient* VisualViewport::GetChromeClient() const { in GetChromeClient() function in blink::VisualViewport
675 return &GetPage().GetChromeClient(); in GetChromeClient()
898 GetPage().GetChromeClient().ScheduleAnimation(MainFrame()->View()); in ScheduleAnimation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dframe_console.cc79 if (frame_->GetChromeClient().ShouldReportDetailedMessageForSource(*frame_, in ReportMessageToClient()
88 frame_->GetChromeClient().ShouldReportDetailedMessageForSource(*frame_, in ReportMessageToClient()
93 frame_->GetChromeClient().AddMessageToConsole( in ReportMessageToClient()
H A Devent_handler_registry.cc239 GetPage()->GetChromeClient().SetHasScrollEventHandlers( in NotifyHandlersChanged()
244 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
250 GetPage()->GetChromeClient().SetNeedsLowLatencyInput(frame, in NotifyHandlersChanged()
257 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
267 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
274 GetPage()->GetChromeClient().SetEventListenerProperties( in NotifyHandlersChanged()
H A Dbrowser_controls.cc157 page_->GetChromeClient().DidUpdateBrowserControls(); in SetShownRatio()
177 page_->GetChromeClient().DidUpdateBrowserControls(); in UpdateConstraintsAndState()
186 page_->GetChromeClient().DidUpdateBrowserControls(); in SetParams()
H A Dlocal_dom_window.cc857 ChromeClient& chrome_client = frame->GetChromeClient(); in orientation()
1098 GetFrame()->GetPage()->GetChromeClient().Print(GetFrame()); in print()
1136 page->GetChromeClient().OpenJavaScriptAlert(GetFrame(), message); in alert()
1244 ChromeClient& chrome_client = page->GetChromeClient(); in outerHeight()
1262 ChromeClient& chrome_client = page->GetChromeClient(); in outerWidth()
1325 ChromeClient& chrome_client = page->GetChromeClient(); in screenX()
1343 ChromeClient& chrome_client = page->GetChromeClient(); in screenY()
1406 ChromeClient& chrome_client = page->GetChromeClient(); in getWindowSegments()
1647 IntRect fr = page->GetChromeClient().RootWindowRect(*frame); in resizeBy()
1662 IntRect fr = page->GetChromeClient().RootWindowRect(*frame); in resizeTo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/testing/
H A Dcore_unit_test_helper.cc62 RenderingTestChromeClient& RenderingTest::GetChromeClient() const { in GetChromeClient() function in blink::RenderingTest
96 GetChromeClient().SetUp(); in SetUp()
97 page_clients.chrome_client = &GetChromeClient(); in SetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/testing/
H A Dcore_unit_test_helper.cc62 RenderingTestChromeClient& RenderingTest::GetChromeClient() const { in GetChromeClient() function in blink::RenderingTest
96 GetChromeClient().SetUp(); in SetUp()
97 page_clients.chrome_client = &GetChromeClient(); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dmedia_values.cc66 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateDeviceWidth()
78 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateDeviceHeight()
101 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateColorBitsPerComponent()
111 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame); in CalculateMonochromeBitsPerComponent()
181 frame->GetPage()->GetChromeClient().GetScreenInfo(*frame)); in CalculateColorGamut()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Ddate_time_chooser_impl.cc66 popup_ = frame_->View()->GetChromeClient()->OpenPagePopup(this); in DateTimeChooserImpl()
81 frame_->View()->GetChromeClient()->ClosePagePopup(popup_); in EndChooser()
260 ChromeClient& DateTimeChooserImpl::GetChromeClient() { in GetChromeClient() function in blink::DateTimeChooserImpl
261 return *frame_->View()->GetChromeClient(); in GetChromeClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Ddate_time_chooser_impl.cc66 popup_ = frame_->View()->GetChromeClient()->OpenPagePopup(this); in DateTimeChooserImpl()
81 frame_->View()->GetChromeClient()->ClosePagePopup(popup_); in EndChooser()
256 ChromeClient& DateTimeChooserImpl::GetChromeClient() { in GetChromeClient() function in blink::DateTimeChooserImpl
257 return *frame_->View()->GetChromeClient(); in GetChromeClient()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dlink_selection_test.cc197 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()
209 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()
222 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()
241 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dlink_selection_test.cc200 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()
212 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()
225 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()
244 main_frame_->GetFrame()->GetChromeClient().LastSetCursorForTesting(); in TEST_F()

12345678910>>...12