Home
last modified time | relevance | path

Searched refs:browser_bounds_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_gtk.cc426 browser_window_->CreateBrowser(parent, browser_bounds_, settings, nullptr, in CreateRootWindow()
431 browser_window_->ShowPopup(parent, browser_bounds_.x, browser_bounds_.y, in CreateRootWindow()
432 browser_bounds_.width, browser_bounds_.height); in CreateRootWindow()
622 browser_bounds_ = in NotifyContentBounds()
Droot_window_gtk.h152 CefRect browser_bounds_; variable