Home
last modified time | relevance | path

Searched refs:with_osr (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_manager.cc126 bool with_osr, in CreateRootWindowAsPopup() argument
142 root_window->InitAsPopup(this, with_controls, with_osr, popupFeatures, in CreateRootWindowAsPopup()
157 bool with_osr) { in CreateRootWindowAsExtension() argument
169 config->with_osr = with_osr; in CreateRootWindowAsExtension()
413 bool with_osr) { in CreateExtensionWindow() argument
418 std::move(close_callback), false, with_osr); in CreateExtensionWindow()
Droot_window_manager.h40 bool with_osr,
56 bool with_osr);
109 bool with_osr) override;
Droot_window.h38 bool with_osr; member
109 bool with_osr) = 0;
148 bool with_osr,
Droot_window.cc17 with_osr(false), in RootWindowConfig()
Droot_window_views.cc35 DCHECK(!config->with_osr); // Windowless rendering is not supported. in Init()
58 bool with_osr, in InitAsPopup() argument
66 DCHECK(!with_osr); // Windowless rendering is not supported. in InitAsPopup()
Droot_window_mac.h37 bool with_osr,
Droot_window_mac.mm93 bool with_osr,
178 with_osr_ = config->with_osr;
197 bool with_osr,
206 with_osr_ = with_osr;
656 bool with_osr,
663 impl_->InitAsPopup(delegate, with_controls, with_osr, popupFeatures,
Droot_window_win.h36 bool with_osr,
Droot_window_views.h35 bool with_osr,
Droot_window_gtk.cc119 with_osr_ = config->with_osr; in Init()
134 bool with_osr, in InitAsPopup() argument
144 with_osr_ = with_osr; in InitAsPopup()
Droot_window_gtk.h33 bool with_osr,
Droot_window_win.cc157 with_osr_ = config->with_osr; in Init()
180 bool with_osr, in InitAsPopup() argument
192 with_osr_ = with_osr; in InitAsPopup()
Dclient_handler.cc724 config->with_osr = is_osr(); in OnOpenURLFromTab()
1026 config->with_osr = is_osr(); in ShowSSLInformation()
Dtest_runner.cc157 config->with_osr = browser->GetHost()->IsWindowRenderingDisabled(); in RunNewWindowTest()
/third_party/cef/tests/cefclient/
Dcefclient_win.cc107 window_config->with_osr = in RunMain()
Dcefclient_gtk.cc143 window_config->with_osr = in RunMain()
Dcefclient_mac.mm49 - (id)initWithControls:(bool)with_controls andOsr:(bool)with_osr;
155 - (id)initWithControls:(bool)with_controls andOsr:(bool)with_osr {
158 with_osr_ = with_osr;
224 window_config->with_osr = with_osr_;