Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_view_frame_widget.cc132 if (synchronous_resize_mode_for_testing_) { in SetWindowRect()
586 if (synchronous_resize_mode_for_testing_) { in DidAutoResize()
692 synchronous_resize_mode_for_testing_ = enable; in UseSynchronousResizeModeForTesting()
717 bool ignore_resize = synchronous_resize_mode_for_testing_; in ApplyVisualPropertiesSizing()
H A Dweb_view_frame_widget.h180 bool synchronous_resize_mode_for_testing_ = false; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_widget.cc788 DCHECK(!synchronous_resize_mode_for_testing_); in OnUpdateVisualProperties()
810 bool ignore_resize_ipc = synchronous_resize_mode_for_testing_; in OnUpdateVisualProperties()
1976 if (synchronous_resize_mode_for_testing_) { in SetWindowRect()
2529 if (synchronous_resize_mode_for_testing_) { in DidAutoResize()
3391 synchronous_resize_mode_for_testing_ = enable; in UseSynchronousResizeModeForTesting()
H A Drender_widget.h924 bool synchronous_resize_mode_for_testing_ = false; variable