Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc231 screen_bounds_(screen_bounds), in WizardController()
593 int offset_x = (screen_bounds_.width() - screen_width) / 2; in GetWizardScreenBounds()
594 int offset_y = (screen_bounds_.height() - screen_height) / 2; in GetWizardScreenBounds()
595 int window_x = screen_bounds_.x() + offset_x; in GetWizardScreenBounds()
596 int window_y = screen_bounds_.y() + offset_y; in GetWizardScreenBounds()
Dwizard_controller.h225 gfx::Rect screen_bounds_; variable