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/profiles/
new_avatar_menu_button_browsertest.cc 120 ProfileChooserView::profile_bubble_->avatar_menu_.get();
127 ProfileChooserView::profile_bubble_->ButtonPressed(
128 ProfileChooserView::profile_bubble_->lock_button_, mouse_ev);
profile_chooser_view.h 112 static ProfileChooserView* profile_bubble_; member in class:ProfileChooserView
profile_chooser_view.cc 442 ProfileChooserView* ProfileChooserView::profile_bubble_ = NULL; member in class:ProfileChooserView
456 profile_bubble_ = new ProfileChooserView(anchor_view, arrow, browser,
458 views::BubbleDelegateView::CreateBubble(profile_bubble_);
459 profile_bubble_->set_close_on_deactivate(close_on_deactivate_for_testing_);
460 profile_bubble_->SetAlignment(border_alignment);
461 profile_bubble_->GetWidget()->Show();
462 profile_bubble_->SetArrowPaintType(views::BubbleBorder::PAINT_NONE);
467 return profile_bubble_ != NULL;
473 profile_bubble_->GetWidget()->Close();
622 DCHECK_EQ(profile_bubble_, this)
    [all...]

Completed in 206 milliseconds