Searched defs:profile_bubble_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.h115 static ProfileChooserView* profile_bubble_; member in class:ProfileChooserView
H A Dprofile_chooser_view.cc482 ProfileChooserView* ProfileChooserView::profile_bubble_ = NULL; member in class:ProfileChooserView
496 profile_bubble_->tutorial_mode_ = tutorial_mode;
497 profile_bubble_->ShowView(view_mode, profile_bubble_->avatar_menu_.get());
502 profile_bubble_ = new ProfileChooserView(anchor_view, arrow, browser,
504 views::BubbleDelegateView::CreateBubble(profile_bubble_);
505 profile_bubble_->set_close_on_deactivate(close_on_deactivate_for_testing_);
506 profile_bubble_->SetAlignment(border_alignment);
507 profile_bubble_->GetWidget()->Show();
508 profile_bubble_
[all...]

Completed in 122 milliseconds