OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switch_profile_link_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.h
125
views::Link*
switch_profile_link_
;
member in class:AvatarMenuBubbleView
avatar_menu_bubble_view.cc
559
gfx::Size size =
switch_profile_link_
->GetPreferredSize();
621
int link_height =
switch_profile_link_
->GetPreferredSize().height();
622
switch_profile_link_
->SetBounds(0, y, width(), link_height);
684
if (source ==
switch_profile_link_
) {
782
switch_profile_link_
= new views::Link(
784
switch_profile_link_
->set_listener(this);
785
switch_profile_link_
->SetHorizontalAlignment(gfx::ALIGN_CENTER);
786
switch_profile_link_
->SetBackgroundColor(color());
787
AddChildView(
switch_profile_link_
);
Completed in 167 milliseconds