Searched refs:screen_bounds_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/autofill/risk/
H A Dfingerprint_browsertest.cc66 screen_bounds_(0, 0, 101, 71),
165 const gfx::Rect screen_bounds_; member in class:autofill::risk::AutofillRiskFingerprintTest
196 screen_info.rect = blink::WebRect(screen_bounds_);
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller.cc231 screen_bounds_(screen_bounds),
593 int offset_x = (screen_bounds_.width() - screen_width) / 2;
594 int offset_y = (screen_bounds_.height() - screen_height) / 2;
595 int window_x = screen_bounds_.x() + offset_x;
596 int window_y = screen_bounds_.y() + offset_y;
H A Dwizard_controller.h190 // Calculates bounds using screen_bounds_.
225 gfx::Rect screen_bounds_; member in class:WizardController

Completed in 64 milliseconds