Searched refs:elided (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 545 …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 …]
|
D | cpp_unittest.py | 2391 clean_lines.elided)
|
/external/chromium/chrome/browser/autocomplete/ |
D | 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
|
D | 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/chrome/browser/ui/gtk/ |
D | content_setting_bubble_gtk.cc | 174 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/ |
D | timeline_track.js | 485 var elided = false; 488 elided = true; 490 if (elided && newtitle.length > 3)
|
/external/libvpx/examples/ |
D | simple_decoder.txt | 10 The details of the IVF format have been elided from this example for
|
D | simple_encoder.txt | 10 The details of the IVF format have been elided from this example for
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | ev_bubble_decoration.mm | 100 // Use the elided label.
|
/external/clang/test/CodeGenObjC/ |
D | arc.m | 110 // 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/ |
D | infobar_controller.mm | 482 // boundaries (if needed) rather than elided with ellipses.
|
/external/chromium/base/ |
D | message_pump_mac.mm | 599 // (Several stack frames elided for clarity)
|
/external/elfutils/src/ |
D | ChangeLog | 48 can be elided from the stripped version of the symbol table.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 2200 [ 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/ |
D | ChangeLog-2010-05-24 | 2938 Files elided for brevity.
|
D | ChangeLog-2005-08-23 | 49401 * About 400 lines of changed files and functions elided.
|
D | ChangeLog-2010-12-06 | 4815 QtWebKit asserts when selecting elided text.
|