Searched refs:with_osr (Results 1 – 17 of 17) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | root_window_manager.cc | 126 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()
|
D | root_window_manager.h | 40 bool with_osr, 56 bool with_osr); 109 bool with_osr) override;
|
D | root_window.h | 38 bool with_osr; member 109 bool with_osr) = 0; 148 bool with_osr,
|
D | root_window.cc | 17 with_osr(false), in RootWindowConfig()
|
D | root_window_views.cc | 35 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()
|
D | root_window_mac.h | 37 bool with_osr,
|
D | root_window_mac.mm | 93 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,
|
D | root_window_win.h | 36 bool with_osr,
|
D | root_window_views.h | 35 bool with_osr,
|
D | root_window_gtk.cc | 119 with_osr_ = config->with_osr; in Init() 134 bool with_osr, in InitAsPopup() argument 144 with_osr_ = with_osr; in InitAsPopup()
|
D | root_window_gtk.h | 33 bool with_osr,
|
D | root_window_win.cc | 157 with_osr_ = config->with_osr; in Init() 180 bool with_osr, in InitAsPopup() argument 192 with_osr_ = with_osr; in InitAsPopup()
|
D | client_handler.cc | 724 config->with_osr = is_osr(); in OnOpenURLFromTab() 1026 config->with_osr = is_osr(); in ShowSSLInformation()
|
D | test_runner.cc | 157 config->with_osr = browser->GetHost()->IsWindowRenderingDisabled(); in RunNewWindowTest()
|
/third_party/cef/tests/cefclient/ |
D | cefclient_win.cc | 107 window_config->with_osr = in RunMain()
|
D | cefclient_gtk.cc | 143 window_config->with_osr = in RunMain()
|
D | cefclient_mac.mm | 49 - (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_;
|