Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py545 …self.is_declaration = clean_lines.elided[body_start_position.row][body_start_position.column] == '…
550 …characters_after_parameters = SingleLineView(clean_lines.elided, parameter_end_position, body_star…
559 elided = self._clean_lines.elided
561 elided, self.parameter_start_position, Position(0, 0))
562 …return SingleLineView(elided, start_modifiers, self.function_name_start_position).single_line.stri…
567 …self._parameter_list = tuple(parameter_list(self._clean_lines.elided, self.parameter_start_positio…
805 self.elided = []
811 elided = self.collapse_strings(lines[line_number])
812 self.elided.append(cleanse_comments(elided))
819 def collapse_strings(elided): argument
[all …]
Dcpp_unittest.py2391 clean_lines.elided)
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_mac_unittest.mm462 // 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
Dautocomplete_popup_view_mac.mm166 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/chrome/browser/ui/gtk/
Dcontent_setting_bubble_gtk.cc174 std::string elided = BuildElidedText(*i); in BuildBubble() local
177 gtk_radio_button_new_with_label(NULL, elided.c_str()) : in BuildBubble()
180 elided.c_str()); in BuildBubble()
/external/chromium-trace/src/tracing/
Dtimeline_track.js485 var elided = false;
488 elided = true;
490 if (elided && newtitle.length > 3)
/external/libvpx/examples/
Dsimple_decoder.txt10 The details of the IVF format have been elided from this example for
Dsimple_encoder.txt10 The details of the IVF format have been elided from this example for
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dev_bubble_decoration.mm100 // Use the elided label.
/external/clang/test/CodeGenObjC/
Darc.m110 // Call to -initWith: with elided retain of consumed argument.
116 // Assignment for initialization, retention elided.
147 // Call to -initWith: with elided retain of consumed argument.
153 // Retain/release elided.
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller.mm482 // boundaries (if needed) rather than elided with ellipses.
/external/chromium/base/
Dmessage_pump_mac.mm599 // (Several stack frames elided for clarity)
/external/elfutils/src/
DChangeLog48 can be elided from the stripped version of the symbol table.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-102200 [ File list elided ]
2208 [ File list elided ]
2216 [ File list elided ]
20637 (NOTE: Specific changed functions elided for space and clarity)
20651 (NOTE: Specific changed functions elided for space and clarity)
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242938 Files elided for brevity.
DChangeLog-2005-08-2349401 * About 400 lines of changed files and functions elided.
DChangeLog-2010-12-064815 QtWebKit asserts when selecting elided text.