Searched refs:throb_value (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc528 double throb_value = GetThrobValue(); local
529 if (throb_value > 0) {
542 cairo_paint_with_alpha(cr, throb_value);
984 double throb_value = GetThrobValue(); local
985 if (throb_value > 0) {
993 cairo_paint_with_alpha(cr, throb_value);
1019 double throb_value = GetThrobValue(); local
1020 if (throb_value > 0) {
1024 cairo_paint_with_alpha(cr, throb_value);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc407 double throb_value = GetThrobValue(); local
408 if (throb_value > 0) {
412 canvas.saveLayerAlpha(&bounds, static_cast<int>(throb_value * 0xff),
882 double throb_value = GetThrobValue(); local
883 if (throb_value > 0) {
884 canvas->SaveLayerAlpha(static_cast<int>(throb_value * 0xff),
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc378 double throb_value = GetThrobValue(); local
379 if (throb_value > 0) {
380 canvas->SaveLayerAlpha(static_cast<int>(throb_value * 0xff),
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1180 double throb_value = GetThrobValue(); local
1181 if (throb_value > 0) {
1182 canvas->SaveLayerAlpha(static_cast<int>(throb_value * 0xff),
1548 double throb_value = GetThrobValue(); local
1549 if (!IsActive() && throb_value > 0) {
1557 canvas->SaveLayerAlpha(static_cast<int>(throb_value * 0xff),

Completed in 71 milliseconds