HomeSort by relevance Sort by last modified time
    Searched refs: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()
82 gfx::ImageSkia* ntp_background = local
    [all...]
  /external/chromium/chrome/browser/
ntp_background_util.cc 18 gfx::Canvas* canvas, SkBitmap* ntp_background, int tiling, int alignment,
22 int width = area.width() + ntp_background->width();
23 int height = area.height() + ntp_background->height();
26 y_pos += area.height() + tab_contents_height - ntp_background->height();
29 x_pos += area.width() - ntp_background->width();
33 x_pos += area.width() / 2 - ntp_background->width() / 2;
38 width = ntp_background->width();
40 x_pos = x_pos % ntp_background->width() - ntp_background->width();
45 height = ntp_background->height()
73 SkBitmap* ntp_background = tp->GetBitmapNamed(IDR_THEME_NTP_BACKGROUND); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc 740 GdkColor ntp_background = entry_style->base[GTK_STATE_NORMAL]; local
743 &ntp_background);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_theme_service.cc 776 GdkColor ntp_background = entry_style->base[GTK_STATE_NORMAL]; local
779 &ntp_background);
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 582 GdkColor ntp_background = entry_style->base[GTK_STATE_NORMAL]; local
585 &ntp_background);
    [all...]

Completed in 2195 milliseconds