Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.h191 gfx::Rect GetWizardScreenBounds(int screen_width, int screen_height) const;
Dwizard_controller.cc591 gfx::Rect WizardController::GetWizardScreenBounds(int screen_width, in GetWizardScreenBounds() function in WizardController
620 gfx::Rect new_bounds = GetWizardScreenBounds(new_screen_size.width(), in ShowCurrentScreen()