HomeSort by relevance Sort by last modified time
    Searched refs:g_foreground_16 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_shelf.cc 96 gfx::ImageSkia* g_foreground_16 = NULL; variable
170 g_foreground_16 = rb.GetImageSkiaNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16);
174 DCHECK_EQ(g_foreground_16->width(), g_background_16->width());
175 DCHECK_EQ(g_foreground_16->height(), g_background_16->height());
183 (size == BIG) ? g_foreground_32 : g_foreground_16;
223 if (!g_foreground_16) {
225 g_foreground_16 = rb.GetImageSkiaNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16);
229 gfx::ImageSkia* complete = (size == BIG) ? g_foreground_32 : g_foreground_16;
254 if (!g_foreground_16) {
256 g_foreground_16 = rb.GetImageSkiaNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16)
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 357 SkBitmap* g_foreground_16 = NULL; member in namespace:download_util
374 g_foreground_16 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16);
381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16;
470 if (!g_foreground_16) {
472 g_foreground_16 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16);
476 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16;
505 if (!g_foreground_16) {
507 g_foreground_16 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16);
511 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16;
    [all...]

Completed in 114 milliseconds