Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc407 double throb_value = GetThrobValue(); in PaintFaviconArea() local
408 if (throb_value > 0) { in PaintFaviconArea()
412 canvas.saveLayerAlpha(&bounds, static_cast<int>(throb_value * 0xff), in PaintFaviconArea()
882 double throb_value = GetThrobValue(); in PaintTabBackground() local
883 if (throb_value > 0) { in PaintTabBackground()
884 canvas->SaveLayerAlpha(static_cast<int>(throb_value * 0xff), in PaintTabBackground()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc378 double throb_value = GetThrobValue(); in PaintTabBackground() local
379 if (throb_value > 0) { in PaintTabBackground()
380 canvas->SaveLayerAlpha(static_cast<int>(throb_value * 0xff), in PaintTabBackground()