Searched refs:g_foreground_32 (Results 1 – 2 of 2) sorted by relevance
98 gfx::ImageSkia* g_foreground_32 = NULL; variable172 g_foreground_32 = rb.GetImageSkiaNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_32); in PaintDownloadProgress()176 DCHECK_EQ(g_foreground_32->width(), g_background_32->width()); in PaintDownloadProgress()177 DCHECK_EQ(g_foreground_32->height(), g_background_32->height()); in PaintDownloadProgress()183 (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadProgress()226 g_foreground_32 = rb.GetImageSkiaNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_32); in PaintDownloadComplete()229 gfx::ImageSkia* complete = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadComplete()257 g_foreground_32 = rb.GetImageSkiaNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_32); in PaintDownloadInterrupted()260 gfx::ImageSkia* complete = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadInterrupted()
359 SkBitmap* g_foreground_32 = NULL; variable376 g_foreground_32 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_32); in PaintDownloadProgress()381 SkBitmap* foreground = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadProgress()473 g_foreground_32 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_32); in PaintDownloadComplete()476 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadComplete()508 g_foreground_32 = rb.GetBitmapNamed(IDR_DOWNLOAD_PROGRESS_FOREGROUND_32); in PaintDownloadInterrupted()511 SkBitmap* complete = (size == BIG) ? g_foreground_32 : g_foreground_16; in PaintDownloadInterrupted()