Searched refs:target_colors_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_arrow_model.cc21 target_colors_.top = target_colors_.bottom = SkColorSetARGB(0, 0, 0, 0);
22 previous_colors_ = target_colors_;
31 color_utils::AlphaBlend(target_colors_.top,
34 color_utils::AlphaBlend(target_colors_.bottom,
52 target_colors_.top = SkColorSetRGB(r * 0xff, g * 0xff, b * 0xff);
54 target_colors_.bottom = SkColorSetRGB(r * 0xff, g * 0xff, b * 0xff);
56 target_colors_.bottom = target_colors_.top = SkColorSetARGB(0, 0, 0, 0);
H A Dinfobar_arrow_model.h75 InfoBarColors target_colors_; member in class:InfoBarArrowModel

Completed in 70 milliseconds