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

  /external/chromium_org/chrome/browser/ui/views/
new_avatar_menu_button_browsertest.cc 85 ProfileChooserView::clear_close_on_deactivate_for_testing();
89 EXPECT_TRUE(ProfileChooserView::IsShowing());
108 ProfileChooserView::profile_bubble_->avatar_menu_.get();
113 ProfileChooserView::profile_bubble_->LinkClicked(
115 ProfileChooserView::profile_bubble_->signout_current_profile_link_),
profile_chooser_view.h 39 class ProfileChooserView : public views::BubbleDelegateView,
83 ProfileChooserView(views::View* anchor_view,
87 virtual ~ProfileChooserView();
114 static ProfileChooserView* profile_bubble_;
171 DISALLOW_COPY_AND_ASSIGN(ProfileChooserView);
profile_chooser_view.cc 305 // ProfileChooserView ---------------------------------------------------------
308 ProfileChooserView* ProfileChooserView::profile_bubble_ = NULL;
309 bool ProfileChooserView::close_on_deactivate_for_testing_ = true;
312 void ProfileChooserView::ShowBubble(
322 profile_bubble_ = new ProfileChooserView(
332 bool ProfileChooserView::IsShowing() {
337 void ProfileChooserView::Hide() {
342 ProfileChooserView::ProfileChooserView(views::View* anchor_view
    [all...]
avatar_menu_button.cc 109 ProfileChooserView::ShowBubble(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 69 milliseconds