Home
last modified time | relevance | path

Searched refs:set_selection_color (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text.h219 void set_selection_color(SkColor color) { selection_color_ = color; } in set_selection_color() function
Drender_text_unittest.cc1917 render_text->set_selection_color(SK_ColorRED); in TEST_F()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc411 GetRenderText()->set_selection_color(GetSelectionTextColor()); in SetSelectionTextColor()
417 GetRenderText()->set_selection_color(GetSelectionTextColor()); in UseDefaultSelectionTextColor()
1004 render_text->set_selection_color(GetSelectionTextColor()); in OnNativeThemeChanged()