OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avatar_bottom
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc
391
int
avatar_bottom
= GetTopInset() +
local
393
int avatar_restored_y =
avatar_bottom
- incognito_icon.height();
401
int avatar_height = avatar_visible ?
avatar_bottom
- avatar_y : 0;
opaque_browser_frame_view_layout.cc
401
int
avatar_bottom
= GetTabStripInsetsTop(false) +
local
403
int avatar_restored_y =
avatar_bottom
- incognito_icon.height();
415
delegate_->ShouldShowAvatar() ? (
avatar_bottom
- avatar_y) : 0);
431
avatar_bottom
- kAvatarLabelBottomSpacing - label_size.height(),
glass_browser_frame_view.cc
479
int
avatar_bottom
= GetTopInset() +
local
481
int avatar_restored_y =
avatar_bottom
- incognito_icon.height();
486
browser_view()->ShouldShowAvatar() ? (
avatar_bottom
- avatar_y) : 0);
Completed in 4611 milliseconds