Home
last modified time | relevance | path

Searched refs:start_rect_ (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc110 start_rect_(), in RootWindowWin()
160 start_rect_.left = config->bounds.x; in Init()
161 start_rect_.top = config->bounds.y; in Init()
162 start_rect_.right = config->bounds.x + config->bounds.width; in Init()
163 start_rect_.bottom = config->bounds.y + config->bounds.height; in Init()
196 start_rect_.left = popupFeatures.x; in InitAsPopup()
198 start_rect_.top = popupFeatures.y; in InitAsPopup()
200 start_rect_.right = start_rect_.left + popupFeatures.width; in InitAsPopup()
202 start_rect_.bottom = start_rect_.top + popupFeatures.height; in InitAsPopup()
352 if (::IsRectEmpty(&start_rect_)) { in CreateRootWindow()
[all …]
Droot_window_gtk.cc121 start_rect_ = config->bounds; in Init()
148 start_rect_.x = popupFeatures.x; in InitAsPopup()
150 start_rect_.y = popupFeatures.y; in InitAsPopup()
152 start_rect_.width = popupFeatures.width; in InitAsPopup()
154 start_rect_.height = popupFeatures.height; in InitAsPopup()
290 int x = start_rect_.x; in CreateRootWindow()
291 int y = start_rect_.y; in CreateRootWindow()
293 if (start_rect_.IsEmpty()) { in CreateRootWindow()
298 width = start_rect_.width; in CreateRootWindow()
299 height = start_rect_.height; in CreateRootWindow()
Droot_window_mac.mm128 CefRect start_rect_;
180 start_rect_ = config->bounds;
210 start_rect_.x = popupFeatures.x;
212 start_rect_.y = popupFeatures.y;
214 start_rect_.width = popupFeatures.width;
216 start_rect_.height = popupFeatures.height;
373 int x = start_rect_.x;
374 int y = start_rect_.y;
376 if (start_rect_.IsEmpty()) {
381 width = start_rect_.width;
[all …]
Droot_window_win.h119 RECT start_rect_; variable
Droot_window_gtk.h132 CefRect start_rect_; variable