HomeSort by relevance Sort by last modified time
    Searched refs:screen_bounds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.cc 231 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;
wizard_controller.h 190 // Calculates bounds using screen_bounds_.
225 gfx::Rect screen_bounds_; member in class:WizardController

Completed in 1429 milliseconds