/external/webkit/Source/WebCore/xml/ |
D | XMLViewer.js | 148 collapsible.collapsed.content.appendChild(createTag(node, false, false)); 149 collapsible.collapsed.content.appendChild(createText('...')); 150 collapsible.collapsed.content.appendChild(createTag(node, true, false)); 167 collapsible.collapsed.content.appendChild(createComment('<!--')); 168 collapsible.collapsed.content.appendChild(createComment('...')); 169 collapsible.collapsed.content.appendChild(createComment('-->')); 187 collapsible.collapsed.content.appendChild(createText('<![CDATA[')); 188 collapsible.collapsed.content.appendChild(createText('...')); 189 collapsible.collapsed.content.appendChild(createText(']]>')); 207 collapsible.collapsed.content.appendChild(createComment('<?' + node.nodeName)); [all …]
|
/external/chromium-trace/trace-viewer/src/tracks/ |
D | track.js | 55 var collapsed = false; 57 collapsed = !collapsed; 58 this.collapsedDidChange(collapsed); 59 collapseEl.textContent = collapsed ? plus : minus;
|
D | thread_track.js | 127 collapsedDidChange: function(collapsed) { argument 128 if (collapsed) {
|
/external/chromium/chrome/browser/resources/ |
D | new_new_tab.css | 368 collapsed state. */ 377 menu and collapsed state. */ 411 .section:not(.collapsed) > h2 > .disclosure { 515 .maxiview.collapsed { 535 .section.collapsed > * { 539 .section.collapsed > h2 { 543 .section.collapsed > .miniview { 548 .section.collapsed > .miniview.opaque { 552 .section.collapsed > h2 {
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMRange.idl | 90 - (BOOL)collapsed; 92 HRESULT collapsed([out, retval] BOOL* result);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ElementsPanel.js | 608 var collapsed = currentCrumb.hasStyleClass("collapsed"); 609 if (!hidden && !collapsed) 889 var collapsed = crumb.hasStyleClass("collapsed"); 890 if (collapsedRun && collapsed) { 908 collapsedRun = collapsed;
|
D | TimelinePanel.js | 369 formattedRecord.collapsed = (parentRecord === this._rootRecord); 529 …this._addToRecordsWindow(record.children[i], recordsWindow, parentIsCollapsed || record.collapsed); 849 this._record.collapsed = !this._record.collapsed;
|
D | inspector.css | 736 .console-group.collapsed .console-group-title::before { 740 .console-group.collapsed > .console-group-messages { 1065 .crumbs .crumb.collapsed > * { 1069 .crumbs .crumb.collapsed::before { 3732 .timeline-expandable-collapsed {
|
/external/webkit/Source/WebCore/dom/ |
D | Range.cpp | 185 bool Range::collapsed(ExceptionCode& ec) const in collapsed() function in WebCore::Range 674 if (collapsed(ec)) in processContents() 1007 bool collapsed = m_start == m_end; in insertNode() local 1018 if (collapsed) in insertNode() 1022 if (collapsed) in insertNode() 1032 if (collapsed) in insertNode() 1584 if (collapsed(ec)) in editingStartPosition()
|
D | Range.h | 59 bool collapsed(ExceptionCode&) const;
|
D | Range.idl | 34 readonly attribute boolean collapsed
|
/external/doclava/res/assets/templates/ |
D | diff.cs | 28 .collapsed { property
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 266 if (range->collapsed(ec)) { in canDeleteRange() 437 if (!range || range->collapsed(ec)) in shouldDeleteRange() 1728 if (spellingSearchRange->collapsed(ec)) in advanceToNextMisspelling() 2675 if (resultRange->collapsed(ec)) { in nextVisibleRange() 2692 if (searchRange->collapsed(ec) && shadowTreeRoot) { in nextVisibleRange() 3013 if (resultRange->collapsed(exception) && shadowTreeRoot) { in findString() 3031 if (resultRange->collapsed(exception) && options & WrapAround) { in findString() 3039 if (resultRange->collapsed(exception)) in findString() 3087 if (resultRange->collapsed(exception)) { in countMatchesForText() 3114 if (searchRange->collapsed(exception) && shadowTreeRoot) in countMatchesForText()
|
D | TextCheckingHelper.cpp | 471 if (!m_range || m_range->collapsed(ec)) in isUngrammatical() 518 if (!m_client || !m_range || m_range->collapsed(ec)) in guessesForMisspelledOrUngrammaticalRange()
|
D | markup.cpp | 547 bool collapsed = updatedRange->collapsed(ec); in createMarkup() local 549 if (collapsed) in createMarkup()
|
D | SelectionController.cpp | 1446 bool collapsed = range->collapsed(ec); in setSelectedRange() local 1459 …ition(startContainer, startOffset, Position::PositionIsOffsetInAnchor), collapsed ? affinity : DOW… in setSelectedRange()
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | main.css | 177 * Styles for TABLE that uses a thin collapsed border.
|
/external/chromium/chrome/browser/resources/ntp/ |
D | most_visited.css | 277 #most-visited:not(.collapsed) #most-visited-settings.has-blacklist {
|
/external/eclipse-windowbuilder/propertysheet/ |
D | README.txt | 88 (used to auto-zoom the layout canvas when windows are collapsed or
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 1647 if (resultRange->collapsed(ec)) { in scopeStringMatches() 1702 if (searchRange->collapsed(ec) && shadowTreeRoot) in scopeStringMatches() 2255 if (!range || range->collapsed(ec)) in setMarkerActive()
|
/external/bison/build-aux/ |
D | update-copyright | 109 # reformatted FSF copyright statement is collapsed to a single
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebTextCompletionController.mm | 183 if ([prefix collapsed]) {
|
/external/mksh/src/ |
D | check.t | 496 Check that \newline is not collapsed after # 506 Check that \newline is not collapsed inside single quotes 518 Check that \newline is not collapsed inside single quotes 564 # Places \newline should be collapsed 568 Check that \newline is collapsed before, in the middle of, and 580 Check that \newline is collapsed in $ sequences 604 Check that \newline is collapsed in $(..) and `...` sequences 629 Check that \newline is collapsed in $((..)) sequences 651 Check that \newline is collapsed in double quoted strings 666 Check that \newline is collapsed in here document delimiters [all …]
|
/external/webkit/Source/WebCore/page/ |
D | ContextMenuController.cpp | 322 if (!selectedRange || selectedRange->collapsed(ec)) { in contextMenuItemSelected()
|
/external/webkit/Source/WebKit/gtk/ |
D | NEWS | 38 Bug 53146 - [GTK] Combo boxes should emit object:selection-changed even when collapsed (Mario Sanch… 157 Bug 53146 - [GTK] Combo boxes should emit object:selection-changed even when collapsed (Philippe No…
|