HomeSort by relevance Sort by last modified time
    Searched refs: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 513 int avatar_bottom = GetTopInset() + local
515 int avatar_restored_y = avatar_bottom - incognito_icon.height();
525 int avatar_height = avatar_visible ? avatar_bottom - avatar_y : 0;
opaque_browser_frame_view_layout.cc 415 int avatar_bottom = GetTabStripInsetsTop(false) + local
417 int avatar_restored_y = avatar_bottom - incognito_icon.height();
429 delegate_->ShouldShowAvatar() ? (avatar_bottom - avatar_y) : 0);
448 avatar_bottom - kAvatarLabelBottomSpacing - label_size.height(),
glass_browser_frame_view.cc 493 int avatar_bottom = GetTopInset() + local
495 int avatar_restored_y = avatar_bottom - incognito_icon.height();
500 browser_view()->ShouldShowAvatar() ? (avatar_bottom - avatar_y) : 0);

Completed in 148 milliseconds