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

  /external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_menu_button_browsertest.cc 85 ProfileChooserView::clear_close_on_deactivate_for_testing();
90 EXPECT_TRUE(ProfileChooserView::IsShowing());
119 ProfileChooserView::profile_bubble_->avatar_menu_.get();
126 ProfileChooserView::profile_bubble_->ButtonPressed(
127 ProfileChooserView::profile_bubble_->lock_button_, mouse_ev);
profile_chooser_view_browsertest.cc 68 ProfileChooserView::clear_close_on_deactivate_for_testing();
73 EXPECT_TRUE(ProfileChooserView::IsShowing());
profile_chooser_view.cc 479 // ProfileChooserView ---------------------------------------------------------
482 ProfileChooserView* ProfileChooserView::profile_bubble_ = NULL;
483 bool ProfileChooserView::close_on_deactivate_for_testing_ = true;
486 void ProfileChooserView::ShowBubble(
502 profile_bubble_ = new ProfileChooserView(anchor_view, arrow, browser,
512 bool ProfileChooserView::IsShowing() {
517 void ProfileChooserView::Hide() {
522 ProfileChooserView::ProfileChooserView(views::View* anchor_view
    [all...]
profile_chooser_view.h 41 class ProfileChooserView : public views::BubbleDelegateView,
80 ProfileChooserView(views::View* anchor_view,
86 virtual ~ProfileChooserView();
115 static ProfileChooserView* profile_bubble_;
257 DISALLOW_COPY_AND_ASSIGN(ProfileChooserView);
new_avatar_button.cc 123 suppress_mouse_released_action_ = ProfileChooserView::IsShowing();
  /external/chromium_org/chrome/browser/ui/views/sync/
profile_signin_confirmation_dialog_views.cc 78 if (switches::IsNewAvatarMenu() && ProfileChooserView::IsShowing())
79 ProfileChooserView::Hide();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 90 milliseconds