Home
last modified time | relevance | path

Searched refs:GetBreak (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
Dbreak_list.h50 typename std::vector<Break>::iterator GetBreak(size_t position);
51 typename std::vector<Break>::const_iterator GetBreak(size_t position) const;
94 typename std::vector<Break>::iterator start = GetBreak(range.start()); in ApplyValue()
96 typename std::vector<Break>::iterator end = GetBreak(range.end()); in ApplyValue()
112 typename std::vector<Break>::iterator i = GetBreak(max); in SetMax()
123 typename std::vector<std::pair<size_t, T> >::iterator BreakList<T>::GetBreak( in GetBreak() function
132 BreakList<T>::GetBreak(size_t position) const { in GetBreak() function
Dbreak_list_unittest.cc160 BreakList<bool>::const_iterator it = breaks.GetBreak(cases[i].position); in TEST_F()
Drender_text.cc327 color_ = colors_.GetBreak(position); in UpdatePosition()
329 style_[i] = styles_[i].GetBreak(position); in UpdatePosition()
Drender_text_win.cc178 BreakList<size_t>::const_iterator word = breaks.GetBreak(start_char); in BreakRunAtWidth()
854 colors().GetBreak(segment->char_range.start()); in DrawVisualText()