Searched refs:ApplyValue (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | break_list_unittest.cc | 29 TEST_F(BreakListTest, ApplyValue) { in TEST_F() argument 35 breaks.ApplyValue(true, Range::InvalidRange()); in TEST_F() 38 breaks.ApplyValue(true, Range(i, i)); in TEST_F() 48 breaks.ApplyValue(true, Range(2, 3)); in TEST_F() 57 breaks.ApplyValue(false, Range(0, max)); in TEST_F() 61 breaks.ApplyValue(false, Range(0, 2)); in TEST_F() 62 breaks.ApplyValue(false, Range(3, 6)); in TEST_F() 63 breaks.ApplyValue(false, Range(7, max)); in TEST_F() 67 breaks.ApplyValue(true, Range(0, 3)); in TEST_F() 68 breaks.ApplyValue(true, Range(3, 6)); in TEST_F() [all …]
|
D | break_list.h | 43 void ApplyValue(T value, const Range& range); 86 void BreakList<T>::ApplyValue(T value, const Range& range) { in ApplyValue() function
|
D | render_text.cc | 584 colors_.ApplyValue(value, range); in ApplyColor() 609 styles_[style].ApplyValue(value, range); in ApplyStyle() 892 line_breaks_.ApplyValue(iter.pos(), Range(iter.pos(), text_length)); in GetLineBreaks() 906 styles_[UNDERLINE].ApplyValue(true, composition_range_); in ApplyCompositionAndSelectionStyles() 911 colors_.ApplyValue(selection_color_, range); in ApplyCompositionAndSelectionStyles()
|