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

  /external/chromium_org/chrome/browser/ui/views/profiles/
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);
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...]

Completed in 113 milliseconds