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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 407 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),
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 378 double throb_value = GetThrobValue(); local
379 if (throb_value > 0) {
380 canvas->SaveLayerAlpha(static_cast<int>(throb_value * 0xff),

Completed in 31 milliseconds