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

  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button_browsertest.cc 152 ProfileChooserView::profile_bubble_->avatar_menu_model_.get();
159 ProfileChooserView::profile_bubble_->ButtonPressed(
161 ProfileChooserView::profile_bubble_->signout_current_profile_view_),
185 ProfileChooserView::profile_bubble_->ButtonPressed(
187 ProfileChooserView::profile_bubble_->users_button_view_),
profile_chooser_view.cc 32 ProfileChooserView* ProfileChooserView::profile_bubble_ = NULL; member in class:ProfileChooserView
46 profile_bubble_ = new ProfileChooserView(
48 views::BubbleDelegateView::CreateBubble(profile_bubble_);
49 profile_bubble_->set_close_on_deactivate(close_on_deactivate_);
50 profile_bubble_->SetAlignment(border_alignment);
51 profile_bubble_->GetWidget()->Show();
56 return profile_bubble_ != NULL;
62 profile_bubble_->GetWidget()->Close();
91 DCHECK_EQ(profile_bubble_, this);
92 profile_bubble_ = NULL
    [all...]
profile_chooser_view.h 81 static ProfileChooserView* profile_bubble_; member in class:ProfileChooserView

Completed in 2791 milliseconds