Searched defs:tab_contents_height (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dntp_background_util.cc19 const gfx::Rect& area, int tab_contents_height) {
26 y_pos += area.height() + tab_contents_height - ntp_background->height();
61 int tab_contents_height) {
76 canvas, ntp_background, tiling, alignment, area, tab_contents_height);
17 PaintThemeBackground( gfx::Canvas* canvas, SkBitmap* ntp_background, int tiling, int alignment, const gfx::Rect& area, int tab_contents_height) argument
59 PaintBackgroundDetachedMode( ui::ThemeProvider* tp, gfx::Canvas* canvas, const gfx::Rect& area, int tab_contents_height) argument
/external/chromium_org/chrome/browser/ui/
H A Dntp_background_util.cc22 int alignment, const gfx::Rect& area, int tab_contents_height) {
29 y_pos += area.height() + tab_contents_height - ntp_background->height();
33 y_pos += std::floor(area.height() + tab_contents_height / 2.0 -
72 int tab_contents_height) {
86 canvas, ntp_background, tiling, alignment, area, tab_contents_height);
20 PaintThemeBackground( gfx::Canvas* canvas, gfx::ImageSkia* ntp_background, int tiling, int alignment, const gfx::Rect& area, int tab_contents_height) argument
69 PaintBackgroundDetachedMode(ui::ThemeProvider* tp, gfx::Canvas* canvas, const gfx::Rect& area, int tab_contents_height) argument

Completed in 74 milliseconds