HomeSort by relevance Sort by last modified time
    Searched refs:Elide (Results 1 - 5 of 5) 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...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 117 // When we need to elide a run, the ellipsis will be placed at the end of that
118 // run. This means that if we elide a run whose visual direction is opposite
124 // If we need to elide the RTL run, then it will be drawn like:
128 void Elide(Runs* runs, int remaining_width) const;
omnibox_result_view.cc 426 // Sort into logical order so we can elide logically.
429 // Now determine what to elide, if anything. Several subtle points:
436 // more completely in Elide().
446 // further classifications and runs so Elide() can simply reverse-
448 // elide.
451 Elide(&runs, remaining_width);
485 void OmniboxResultView::Elide(Runs* runs, int remaining_width) const {
490 // px wide each), we don't know whether we need to elide or not at the time we
494 // we know we definitely need to elide, and then in this function we move
537 // Success. Elide this classification and stop
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 567 # Elide dependencies on shared libraries that we're not actually using.

Completed in 231 milliseconds