Home
last modified time | relevance | path

Searched refs:with_controls_ (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dviews_window.cc222 if (with_controls_) in SetFullscreen()
243 if (with_controls_) { in SetLoadingState()
386 DCHECK(with_controls_); in OnButtonPressed()
440 DCHECK(with_controls_ || with_overlay_controls_); in OnMenuButtonPressed()
463 DCHECK(with_controls_ || with_overlay_controls_); in ExecuteCommand()
505 with_controls_ = delegate_->WithControls(); in OnWindowCreated()
521 if (with_controls_ || with_overlay_controls_) { in OnWindowCreated()
526 if (with_controls_) { in OnWindowCreated()
648 if (!with_controls_) in OnKeyEvent()
723 if (with_controls_) { in OnWindowChanged()
[all …]
Droot_window_gtk.cc83 : with_controls_(false), in RootWindowGtk()
117 with_controls_ = config->with_controls; in Init()
143 with_controls_ = with_controls; in InitAsPopup()
346 if (with_controls_) { in CreateRootWindow()
536 if (with_controls_) { in OnSetLoadingState()
Droot_window_win.cc105 : with_controls_(false), in RootWindowWin()
155 with_controls_ = config->with_controls; in Init()
191 with_controls_ = with_controls; in InitAsPopup()
358 ::AdjustWindowRectEx(&window_rect, dwStyle, with_controls_, dwExStyle); in CreateRootWindow()
652 if (with_controls_ && edit_hwnd_) { in OnSize()
874 if (with_controls_) { in OnCreate()
1079 if (with_controls_) { in OnSetLoadingState()
Droot_window_mac.mm124 bool with_controls_;
151 with_controls_(false),
177 with_controls_ = config->with_controls;
205 with_controls_ = with_controls;
289 static_cast<int>(height) + (with_controls_ ? URLBAR_HEIGHT : 0);
440 if (with_controls_) {
586 static_cast<int>(new_size.height) + (with_controls_ ? URLBAR_HEIGHT : 0);
604 if (with_controls_) {
Droot_window_win.h114 bool with_controls_; variable
Droot_window_gtk.h127 bool with_controls_; variable
Dviews_window.h226 bool with_controls_; variable
/third_party/cef/tests/cefclient/
Dcefclient_mac.mm45 bool with_controls_; field
157 with_controls_ = with_controls;
223 window_config->with_controls = with_controls_;