Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_util.cc357 SkBitmap* g_foreground_16 = NULL; variable
374 g_foreground_16 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16); in PaintDownloadProgress()
381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadProgress()
470 if (!g_foreground_16) { in PaintDownloadComplete()
472 g_foreground_16 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16); in PaintDownloadComplete()
476 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadComplete()
505 if (!g_foreground_16) { in PaintDownloadInterrupted()
507 g_foreground_16 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_16); in PaintDownloadInterrupted()
511 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadInterrupted()