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,
79 ProfileChooserView(views::View* anchor_view,
84 virtual ~ProfileChooserView();
112 static ProfileChooserView* profile_bubble_;
244 DISALLOW_COPY_AND_ASSIGN(ProfileChooserView);
profile_chooser_view.cc 439 // ProfileChooserView ---------------------------------------------------------
442 ProfileChooserView* ProfileChooserView::profile_bubble_ = NULL;
443 bool ProfileChooserView::close_on_deactivate_for_testing_ = true;
446 void ProfileChooserView::ShowBubble(
456 profile_bubble_ = new ProfileChooserView(anchor_view, arrow, browser,
466 bool ProfileChooserView::IsShowing() {
471 void ProfileChooserView::Hide() {
476 ProfileChooserView::ProfileChooserView(views::View* anchor_view
    [all...]

Completed in 189 milliseconds