/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
ev_bubble_decoration.h | 30 // fits, else it will set an elided version. 50 // The real label. BubbleDecoration's label may be elided.
|
ev_bubble_decoration.mm | 100 // Use the elided label.
|
/external/clang/test/SemaCXX/ |
rval-references.cpp | 86 if (0) // Copy from global can't be elided 88 else if (0) // Copy from local static can't be elided 90 else if (0) // Copy from reference can't be elided 92 else // Construction from different type can't be elided
|
warn-global-constructors.cpp | 28 A h((A())); // elided 29 A i((A(A()))); // elided
|
warn-unused-variables.cpp | 82 // This constructor call can be elided.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
ev_bubble_decoration.h | 29 // fits, else it will set an elided version. 49 // The real label. BubbleDecoration's label may be elided.
|
/packages/apps/UnifiedEmail/res/raw/ |
template_conversation_upper.html | 7 .elided-text, 11 .mail-elided-text {
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
slice_track.js | 267 // TODO(jrg): possibly obsoleted with the elided string cache. 280 * Cache for elided strings. 290 * A cache for elided strings. 298 * Return elided text. 305 * @return {ElidedStringWidthPair} Elided string and width. 321 var elided = false; 326 elided = true; 328 if (elided && newtitle.length > 3) 340 * A pair representing an elided string and world-coordinate width
|
slice_track_test.js | 190 // Small titles on big slices are not elided. 207 // Big titles are elided immediately. 216 // And elided text ends with ...
|
/external/chromium_org/ui/gfx/ |
text_elider.h | 38 // the domain is elided in the middle so that it splits the available width 39 // equally with the elided username (should the username be short enough that it 40 // doesn't need half the available width: the elided domain will occupy that 48 // A "..." is added automatically at the end if the elided string is bigger 50 // formatted, but un-elided, string is returned. |languages| is a comma 88 // be removed if filename doesn't fit into available_pixel_width. The elided 90 // the elided filename is wrapped with LRE (Left-To-Right Embedding) mark and 166 // truncated or elided. 173 // Words that are too wide will be put on a new line and will be elided to the
|
/external/chromium_org/net/spdy/ |
spdy_header_block.cc | 22 ShouldShowHttpHeaderValue(it->first) ? it->second : "[elided]"));
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac_unittest.mm | 462 // When elided, result is the same as ElideText(). 464 string16 elided = ui::ElideText(contents16, font_, kNarrow, false); 467 EXPECT_TRUE([[as string] isEqualToString:base::SysUTF16ToNSString(elided)]); 469 // When elided, result is the same as ElideText(). 471 elided = ui::ElideText(contents16, font_, 0.0, false); 474 EXPECT_TRUE([[as string] isEqualToString:base::SysUTF16ToNSString(elided)]); 517 // At one point the code had a bug where elided text was being 518 // marked up using pre-elided offsets, resulting in out-of-range
|
autocomplete_popup_view_mac.mm | 166 const string16 elided = ui::ElideText(originalString, font, width, false); 167 if (0 == elided.compare(originalString)) { 171 // If everything was elided away, clear the string. 172 if (elided.empty()) { 179 const size_t i(elided.size() - 1); 180 DCHECK_NE(0, elided.compare(0, i, originalString)); 182 // Replace the end of |aString| with the ellipses from |elided|. 183 NSString* s = base::SysUTF16ToNSString(elided.substr(i));
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_view_mac.mm | 323 const base::string16 elided = 325 if (0 == elided.compare(original_string)) { 329 // If everything was elided away, clear the string. 330 if (elided.empty()) { 337 const size_t i(elided.length() - 1); 338 DCHECK_NE(0, elided.compare(0, i, original_string)); 340 // Replace the end of |aString| with the ellipses from |elided|. 341 NSString* s = base::SysUTF16ToNSString(elided.substr(i));
|
omnibox_popup_view_mac_unittest.mm | 488 // When elided, result is the same as ElideText(). 490 base::string16 elided = 494 EXPECT_TRUE([[as string] isEqualToString:base::SysUTF16ToNSString(elided)]); 496 // When elided, result is the same as ElideText(). 498 elided = gfx::ElideText(contents16, font_, 0.0, gfx::ELIDE_AT_END); 501 EXPECT_TRUE([[as string] isEqualToString:base::SysUTF16ToNSString(elided)]); 544 // At one point the code had a bug where elided text was being 545 // marked up using pre-elided offsets, resulting in out-of-range
|
/external/kernel-headers/original/linux/ |
compiler.h | 107 * may be elided from the assembly file. As of gcc 3.3, static data not so 108 * marked will not be elided, but this may change in a future gcc version.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_complex_args.py | 21 # Inner parens are elided, same as: f(x,) 69 # Inner parens are elided, same as: f(x,)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_complex_args.py | 21 # Inner parens are elided, same as: f(x,) 69 # Inner parens are elided, same as: f(x,)
|
/external/chromium_org/v8/test/mjsunit/regress/ |
consolidated-holey-load.js | 40 assertEquals(undefined, foo(c)); // Elided hole check will leak the hole.
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class_test.py | 95 virtual void Bar(int a, // inline comments should be elided. 96 int b // inline comments should be elided. 107 # are still elided.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 545 function_name_start_position: Position in elided where the function name starts. 546 body_start_position: Position in elided of the { or the ; for a prototype. 547 end_position: Position in elided just after the final } (or ; is. 548 parameter_start_position: Position in elided of the '(' for the parameters. 549 parameter_end_position: Position in elided just after the ')' for the parameters. 558 self.is_declaration = clean_lines.elided[body_start_position.row][body_start_position.column] == ';' 563 characters_after_parameters = SingleLineView(clean_lines.elided, parameter_end_position, body_start_position).single_line 572 elided = self._clean_lines.elided 574 elided, self.parameter_start_position, Position(0, 0) [all...] |
/external/clang/test/Preprocessor/ |
macro_fn.c | 41 one_dot() /* empty first argument, elided ...: expected-warning {{must specify at least one argument for '...' parameter of variadic macro}} */
|
/external/chromium/chrome/browser/ui/gtk/ |
content_setting_bubble_gtk.cc | 174 std::string elided = BuildElidedText(*i); local 177 gtk_radio_button_new_with_label(NULL, elided.c_str()) : 180 elided.c_str());
|
/art/tools/ |
cpplint.py | [all...] |
/external/libvpx/libvpx/tools/ |
cpplint.py | [all...] |