Home
last modified time | relevance | path

Searched refs:with_osr_ (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_gtk.cc85 with_osr_(false), in RootWindowGtk()
119 with_osr_ = config->with_osr; in Init()
144 with_osr_ = with_osr; in InitAsPopup()
236 if (browser_window_ && with_osr_) in SetDeviceScaleFactor()
243 if (browser_window_ && with_osr_) in GetDeviceScaleFactor()
265 return with_osr_; in WithWindowlessRendering()
274 if (with_osr_) { in CreateBrowserWindow()
414 GtkWidget* parent = with_osr_ ? grid : window_; in CreateRootWindow()
419 if (with_osr_) { in CreateRootWindow()
738 return self->with_osr_ ? FALSE : TRUE; in WindowFocusIn()
[all …]
Droot_window_win.cc107 with_osr_(false), in RootWindowWin()
157 with_osr_ = config->with_osr; in Init()
192 with_osr_ = with_osr; in InitAsPopup()
270 if (browser_window_ && with_osr_) in SetDeviceScaleFactor()
277 if (browser_window_ && with_osr_) in GetDeviceScaleFactor()
299 return with_osr_; in WithWindowlessRendering()
308 if (with_osr_) { in CreateBrowserWindow()
737 if (browser_window_ && with_osr_) { in OnDpiChanged()
926 if (!with_osr_) { in OnCreate()
944 if (with_osr_) { in OnCreate()
Droot_window_mac.mm125 bool with_osr_;
152 with_osr_(false),
178 with_osr_ = config->with_osr;
206 with_osr_ = with_osr;
312 if (browser_window_ && with_osr_)
319 if (browser_window_ && with_osr_)
341 return with_osr_;
356 if (with_osr_) {
433 if (!with_osr_) {
Droot_window_win.h116 bool with_osr_; variable
Droot_window_gtk.h129 bool with_osr_; variable
/third_party/cef/tests/cefclient/
Dcefclient_mac.mm46 bool with_osr_; field
158 with_osr_ = with_osr;
207 if (!with_osr_) {
224 window_config->with_osr = with_osr_;