Home
last modified time | relevance | path

Searched refs:GetMainInputScreenBounds (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Duser_input.h28 virtual gfx::Rect GetMainInputScreenBounds() const = 0;
Dguest_user_view.h42 virtual gfx::Rect GetMainInputScreenBounds() const;
Dexisting_user_view.h44 virtual gfx::Rect GetMainInputScreenBounds() const;
Dguest_user_view.cc123 gfx::Rect GuestUserView::GetMainInputScreenBounds() const { in GetMainInputScreenBounds() function in chromeos::GuestUserView
Dexisting_user_view.cc155 gfx::Rect ExistingUserView::GetMainInputScreenBounds() const { in GetMainInputScreenBounds() function in chromeos::ExistingUserView
Dnew_user_view.h114 virtual gfx::Rect GetMainInputScreenBounds() const;
Duser_controller.h98 gfx::Rect GetMainInputScreenBounds() const;
Duser_controller.cc238 gfx::Rect UserController::GetMainInputScreenBounds() const { in GetMainInputScreenBounds() function in chromeos::UserController
239 return user_input_->GetMainInputScreenBounds(); in GetMainInputScreenBounds()
Dviews_login_display.cc212 controllers_[selected_view_index_]->GetMainInputScreenBounds(); in ShowError()
Dnew_user_view.cc499 gfx::Rect NewUserView::GetMainInputScreenBounds() const { in GetMainInputScreenBounds() function in chromeos::NewUserView