Searched refs:ntp_background (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dntp_background_util.cc18 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
17 PaintThemeBackground( gfx::Canvas* canvas, SkBitmap* ntp_background, int tiling, int alignment, const gfx::Rect& area, int tab_contents_height) argument
73 SkBitmap* ntp_background = tp->GetBitmapNamed(IDR_THEME_NTP_BACKGROUND); local
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc740 GdkColor ntp_background = entry_style->base[GTK_STATE_NORMAL]; local
743 &ntp_background);

Completed in 94 milliseconds