HomeSort by relevance Sort by last modified time
    Searched full:favicon_top (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 244 int favicon_top = kTopPadding + content_height / 2 - kFaviconSize / 2; local
246 favicon_bounds_.SetRect(favicon_left, favicon_top,
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 677 int favicon_top = kTopPadding + (content_height - kFaviconSize) / 2; local
678 favicon_bounds_.SetRect(local_bounds.x(), favicon_top,
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 750 int favicon_top = kTopPadding + (content_height - gfx::kFaviconSize) / 2; local
751 favicon_bounds_.SetRect(local_bounds.x(), favicon_top,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 805 int favicon_top = top_padding() + content_height / 2 - tab_icon_size() / 2; local
807 favicon_bounds_.SetRect(favicon_left, favicon_top,
    [all...]

Completed in 162 milliseconds