Home
last modified time | relevance | path

Searched refs:background_image (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/shelf/
Dalternate_app_list_button.cc122 const gfx::ImageSkia* background_image = in OnPaint() local
131 background_bounds.set_size(background_image->size()); in OnPaint()
134 ShelfLayoutManager::kShelfItemInset - background_image->width()); in OnPaint()
136 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()
140 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()
144 (contents_bounds.width() - background_image->width()) / 2); in OnPaint()
155 canvas->DrawImageInt(*background_image, in OnPaint()
Dapp_list_button.cc139 const gfx::ImageSkia* background_image = in OnPaint() local
148 background_bounds.set_size(background_image->size()); in OnPaint()
151 ShelfLayoutManager::kShelfItemInset - background_image->width()); in OnPaint()
153 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()
157 (contents_bounds.height() - background_image->height()) / 2); in OnPaint()
161 (contents_bounds.width() - background_image->width()) / 2); in OnPaint()
172 canvas->DrawImageInt(*background_image, in OnPaint()
/external/chromium_org/chrome/browser/download/
Ddownload_shelf.cc99 const gfx::ImageSkia& background_image, in PaintCustomDownloadProgress() argument
106 canvas->DrawImageInt(background_image, in PaintCustomDownloadProgress()
Ddownload_shelf.h100 const gfx::ImageSkia& background_image,
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc1117 gfx::ImageSkia background_image(background_canvas.ExtractImageRep()); in PaintInactiveTabBackgroundWithTitleChange() local
1148 gfx::ImageSkia(hover_canvas.ExtractImageRep()), background_image); in PaintInactiveTabBackgroundWithTitleChange()
1151 canvas->DrawImageInt(background_image, 0, 0); in PaintInactiveTabBackgroundWithTitleChange()