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

  /external/chromium/chrome/browser/chromeos/login/
screen_lock_view.h 23 class UserView;
34 public UserView::Delegate {
66 // UserView::Delegate:
73 UserView* user_view_;
user_view.h 28 class UserView : public views::View,
49 // Creates UserView for login screen (|is_login| == true) or screen locker.
53 UserView(Delegate* delegate, bool is_login, bool need_background);
91 DISALLOW_COPY_AND_ASSIGN(UserView);
user_view.cc 218 explicit PodImageView(const UserView::Delegate* delegate)
244 const UserView::Delegate* delegate_;
252 UserView::UserView(Delegate* delegate, bool is_login, bool need_background)
269 void UserView::Init(bool need_background) {
275 // UserView's layout never changes, so let's layout once here.
295 void UserView::SetImage(const SkBitmap& image, const SkBitmap& image_hot) {
304 void UserView::SetTooltipText(const std::wstring& text) {
309 gfx::Size UserView::GetPreferredSize() {
316 void UserView::SetSignoutEnabled(bool enabled)
    [all...]
user_controller.h 36 public UserView::Delegate {
127 // UserView::Delegate implementation:
196 UserView* user_view_;
screen_lock_view.cc 122 user_view_ = new UserView(this,
user_controller.cc 341 // UserController, UserView::Delegate implementation:
427 user_view_ = new UserView(this, true, !is_new_user_);

Completed in 64 milliseconds