Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.cc64 size_t run_start; // Offset within the match text where this run begins. member
215 return lhs.run_start < rhs.run_start; in SortRunsLogically()
312 current_run->run_start = run_start_int; in DrawString()
313 const size_t run_end = current_run->run_start + run_length_int; in DrawString()
321 std::max(classifications[i].offset, current_run->run_start); in DrawString()
327 if (text_end <= current_run->run_start) in DrawString()