HomeSort by relevance Sort by last modified time
    Searched refs:favicon_top (Results 1 - 2 of 2) 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...]

Completed in 37 milliseconds