HomeSort by relevance Sort by last modified time
    Searched refs:Elide (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 86 // When we need to elide a run, the ellipsis will be placed at the end of that
87 // run. This means that if we elide a run whose visual direction is opposite
93 // If we need to elide the RTL run, then it will be drawn like:
97 void Elide(Runs* runs, int remaining_width) const;
autocomplete_result_view.cc 354 // Sort into logical order so we can elide logically.
357 // Now determine what to elide, if anything. Several subtle points:
364 // more completely in Elide().
373 // further classifications and runs so Elide() can simply reverse-
375 // elide.
378 Elide(&runs, remaining_width);
412 void AutocompleteResultView::Elide(Runs* runs, int remaining_width) const {
417 // px wide each), we don't know whether we need to elide or not at the time we
421 // we know we definitely need to elide, and then in this function we move
461 // Success. Elide this classification and stop
    [all...]

Completed in 157 milliseconds