Searched refs:with_controls (Results 1 – 17 of 17) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | root_window_manager.cc | 125 bool with_controls, in CreateRootWindowAsPopup() argument 142 root_window->InitAsPopup(this, with_controls, with_osr, popupFeatures, in CreateRootWindowAsPopup() 156 bool with_controls, in CreateRootWindowAsExtension() argument 168 config->with_controls = with_controls; in CreateRootWindowAsExtension()
|
D | root_window_manager.h | 39 bool with_controls, 55 bool with_controls,
|
D | root_window.h | 35 bool with_controls; member 147 bool with_controls,
|
D | root_window_views.cc | 57 bool with_controls, in InitAsPopup() argument 71 config_->with_controls = with_controls; in InitAsPopup() 187 return config_->with_controls; in WithControls()
|
D | root_window.cc | 16 with_controls(true), in RootWindowConfig()
|
D | root_window_mac.h | 36 bool with_controls,
|
D | root_window_mac.mm | 92 bool with_controls, 177 with_controls_ = config->with_controls; 196 bool with_controls, 205 with_controls_ = with_controls; 655 bool with_controls, 663 impl_->InitAsPopup(delegate, with_controls, with_osr, popupFeatures,
|
D | root_window_win.h | 35 bool with_controls,
|
D | root_window_views.h | 34 bool with_controls,
|
D | root_window_gtk.cc | 117 with_controls_ = config->with_controls; in Init() 133 bool with_controls, in InitAsPopup() argument 143 with_controls_ = with_controls; in InitAsPopup()
|
D | root_window_gtk.h | 32 bool with_controls,
|
D | root_window_win.cc | 155 with_controls_ = config->with_controls; in Init() 179 bool with_controls, in InitAsPopup() argument 191 with_controls_ = with_controls; in InitAsPopup()
|
D | client_handler.cc | 723 config->with_controls = true; in OnOpenURLFromTab() 1025 config->with_controls = false; in ShowSSLInformation()
|
D | test_runner.cc | 156 config->with_controls = true; in RunNewWindowTest()
|
/third_party/cef/tests/cefclient/ |
D | cefclient_win.cc | 105 window_config->with_controls = in RunMain()
|
D | cefclient_gtk.cc | 141 window_config->with_controls = 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 { 157 with_controls_ = with_controls; 223 window_config->with_controls = with_controls_;
|