OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avatar_bubble_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.h
127
static AvatarMenuBubbleView*
avatar_bubble_
;
member in class:AvatarMenuBubbleView
avatar_menu_bubble_view.cc
480
AvatarMenuBubbleView* AvatarMenuBubbleView::
avatar_bubble_
= NULL;
member in class:AvatarMenuBubbleView
494
avatar_bubble_
= new AvatarMenuBubbleView(
496
views::BubbleDelegateView::CreateBubble(
avatar_bubble_
);
497
avatar_bubble_
->set_close_on_deactivate(close_on_deactivate_for_testing_);
498
avatar_bubble_
->SetBackgroundColors();
499
avatar_bubble_
->SetAlignment(border_alignment);
500
avatar_bubble_
->GetWidget()->Show();
505
return
avatar_bubble_
!= NULL;
511
avatar_bubble_
->GetWidget()->Close();
711
DCHECK_EQ(
avatar_bubble_
, this)
[
all
...]
Completed in 27 milliseconds