HomeSort by relevance Sort by last modified time
    Searched refs:ellipsis (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /external/chromium_org/chrome/browser/resources/
about_memory.css 204 text-overflow: ellipsis;
  /external/chromium_org/chrome/browser/resources/bookmark_manager/css/
bmm.css 46 text-overflow: ellipsis;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 539 './children/punct[@role="ellipsis"]');// Make that better!
589 'children/punct[@role="ellipsis"]');// Make that better!
641 'ellipsis', 'default.default',
643 'self::punct', 'self::punct[@role="ellipsis"]');
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 63 text-overflow: ellipsis;
history.css 346 text-overflow: ellipsis;
445 text-overflow: ellipsis;
  /external/chromium_org/tools/binary_size/template/
D3SymbolTreeMap.js 456 .style('overflow', 'hidden') // required for ellipsis
457 .style('white-space', 'nowrap') // required for ellipsis
458 .style('text-overflow', 'ellipsis')
622 .style('overflow', 'hidden') // required for ellipsis
623 .style('white-space', 'nowrap') // required for ellipsis
624 .style('text-overflow', 'ellipsis')
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 983 int ellipsis = text.indexOf(". . ."); \/\/ Handles one instance of this local
    [all...]
  /external/strace/
util.c 620 int ellipsis; local
664 ellipsis = (string_quote(str, outstr, len, size) &&
668 if (ellipsis)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 187 // If there are ellipsis following, make sure their selection is updated.
189 EllipsisBox* ellipsis = root().ellipsisBox(); local
193 // The ellipsis should be considered to be selected if the end of
197 ellipsis->setSelectionState(end >= m_truncation && start <= m_truncation ?
200 ellipsis->setSelectionState(RenderObject::SelectionNone);
278 // LTR: the left edge of the ellipsis is to the left of our text run.
279 // RTL: the right edge of the ellipsis is to the right of our text run.
283 // Too far. Just set full truncation, but return -1 and let the ellipsis just be placed at the edge of the box.
299 // Width in pixels of the visible portion of the box, excluding the ellipsis.
306 // No characters should be rendered. Set ourselves to full truncation and place the ellipsis at the min of our star
    [all...]
RenderText.cpp 399 if (EllipsisBox* ellipsis = box->root().ellipsisBox()) {
403 // The ellipsis should be considered to be selected if the end of
407 return ellipsis->selectionRect();
418 // Shorten the width of this text box if it ends in an ellipsis.
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 768 // with the underlying truncated text using the ellipsis as a proxy. This lets
771 // positions nor needing unbounded arrow key presses to traverse the ellipsis.
1238 const base::string16 ellipsis = base::string16(kEllipsisUTF16); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourcesPanel.css 71 text-overflow: ellipsis;
networkLogView.css 43 text-overflow: ellipsis;
responsiveDesignView.css 418 text-overflow: ellipsis;
inspectorStyle.css 1448 text-overflow: ellipsis;
1538 text-overflow: ellipsis;
1578 text-overflow: ellipsis;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
common.css 470 text-overflow: ellipsis;
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 977 /// objc-parms objc-ellipsis[opt]
982 /// objc-ellipsis:
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_earcons.js 71 this.earconNames.push('ELLIPSIS');
122 this.earconNamesToIds['ELLIPSIS'] = cvox.AbstractEarcons.ELLIPSIS;
230 cvox.AbstractEarcons.ELLIPSIS = 10;
379 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.ELLIPSIS] = 'ellipsis.ogg';
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css     [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 115 text-overflow: ellipsis;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 875 milliseconds

1 2 34 5 6 7