Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Droot_window_manager.cc125 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()
Droot_window_manager.h39 bool with_controls,
55 bool with_controls,
Droot_window.h35 bool with_controls; member
147 bool with_controls,
Droot_window_views.cc57 bool with_controls, in InitAsPopup() argument
71 config_->with_controls = with_controls; in InitAsPopup()
187 return config_->with_controls; in WithControls()
Droot_window.cc16 with_controls(true), in RootWindowConfig()
Droot_window_mac.h36 bool with_controls,
Droot_window_mac.mm92 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,
Droot_window_win.h35 bool with_controls,
Droot_window_views.h34 bool with_controls,
Droot_window_gtk.cc117 with_controls_ = config->with_controls; in Init()
133 bool with_controls, in InitAsPopup() argument
143 with_controls_ = with_controls; in InitAsPopup()
Droot_window_gtk.h32 bool with_controls,
Droot_window_win.cc155 with_controls_ = config->with_controls; in Init()
179 bool with_controls, in InitAsPopup() argument
191 with_controls_ = with_controls; in InitAsPopup()
Dclient_handler.cc723 config->with_controls = true; in OnOpenURLFromTab()
1025 config->with_controls = false; in ShowSSLInformation()
Dtest_runner.cc156 config->with_controls = true; in RunNewWindowTest()
/third_party/cef/tests/cefclient/
Dcefclient_win.cc105 window_config->with_controls = in RunMain()
Dcefclient_gtk.cc141 window_config->with_controls = in RunMain()
Dcefclient_mac.mm49 - (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_;