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

  /external/chromium_org/chrome/browser/ui/
ntp_background_util.cc 21 gfx::Canvas* canvas, gfx::ImageSkia* ntp_background, int tiling,
25 int width = area.width() + ntp_background->width();
26 int height = area.height() + ntp_background->height();
29 y_pos += area.height() + tab_contents_height - ntp_background->height();
34 ntp_background->height() / 2.0 + 0.5);
38 x_pos += area.width() - ntp_background->width();
43 std::floor(area.width() / 2.0 - ntp_background->width() / 2.0 + 0.5);
48 width = ntp_background->width();
50 x_pos = x_pos % ntp_background->width() - ntp_background->width()
80 gfx::ImageSkia* ntp_background = local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
contents_web_view.cc 57 const SkColor ntp_background = local
60 SkColorGetR(ntp_background) * kBackgroundBrightness / 0xFF,
61 SkColorGetG(ntp_background) * kBackgroundBrightness / 0xFF,
62 SkColorGetB(ntp_background) * kBackgroundBrightness / 0xFF,
63 SkColorGetA(ntp_background)));
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 884 GdkColor ntp_background = entry_style->base[GTK_STATE_NORMAL]; local
887 &ntp_background);
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 293 { "ntp_background", ThemeProperties::COLOR_NTP_BACKGROUND },
    [all...]
  /external/chromium_org/chrome/app/theme/
theme_resources.grd     [all...]

Completed in 827 milliseconds