Searched refs:target_colors_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/gtk/infobars/ |
D | infobar_arrow_model.cc | 21 target_colors_.top = target_colors_.bottom = SkColorSetARGB(0, 0, 0, 0); in InfoBarArrowModel() 22 previous_colors_ = target_colors_; in InfoBarArrowModel() 31 color_utils::AlphaBlend(target_colors_.top, in CurrentInfoBarColors() 34 color_utils::AlphaBlend(target_colors_.bottom, in CurrentInfoBarColors() 52 target_colors_.top = SkColorSetRGB(r * 0xff, g * 0xff, b * 0xff); in ShowArrowFor() 54 target_colors_.bottom = SkColorSetRGB(r * 0xff, g * 0xff, b * 0xff); in ShowArrowFor() 56 target_colors_.bottom = target_colors_.top = SkColorSetARGB(0, 0, 0, 0); in ShowArrowFor()
|
D | infobar_arrow_model.h | 75 InfoBarColors target_colors_; variable
|