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

  /external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.h 29 class ProfileChooserView : public views::BubbleDelegateView,
61 ProfileChooserView(views::View* anchor_view,
65 virtual ~ProfileChooserView();
81 static ProfileChooserView* profile_bubble_;
99 DISALLOW_COPY_AND_ASSIGN(ProfileChooserView);
avatar_menu_button_browsertest.cc 100 ProfileChooserView::set_close_on_deactivate(false);
105 ProfileChooserView::IsShowing());
132 EXPECT_FALSE(ProfileChooserView::IsShowing());
152 ProfileChooserView::profile_bubble_->avatar_menu_model_.get();
159 ProfileChooserView::profile_bubble_->ButtonPressed(
161 ProfileChooserView::profile_bubble_->signout_current_profile_view_),
185 ProfileChooserView::profile_bubble_->ButtonPressed(
187 ProfileChooserView::profile_bubble_->users_button_view_),
profile_chooser_view.cc 32 ProfileChooserView* ProfileChooserView::profile_bubble_ = NULL;
33 bool ProfileChooserView::close_on_deactivate_ = true;
36 void ProfileChooserView::ShowBubble(
46 profile_bubble_ = new ProfileChooserView(
55 bool ProfileChooserView::IsShowing() {
60 void ProfileChooserView::Hide() {
65 ProfileChooserView::ProfileChooserView(
82 ProfileChooserView::~ProfileChooserView()
    [all...]
avatar_menu_button.cc 100 ProfileChooserView::ShowBubble(

Completed in 169 milliseconds