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

  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 263 double bottom_r, bottom_g, bottom_b; local
264 GetBottomColor(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
266 pattern, 1.0, bottom_r, bottom_g, bottom_b);
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 304 double bottom_r, bottom_g, bottom_b; local
305 GetBottomColor(delegate()->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
307 pattern, 1.0, bottom_r, bottom_g, bottom_b);

Completed in 697 milliseconds