Home
last modified time | relevance | path

Searched refs:collapsed (Results 1 – 25 of 52) sorted by relevance

123

/external/webkit/Source/WebCore/xml/
DXMLViewer.js148 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/chrome/browser/resources/
Dnew_new_tab.css368 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/
DDOMRange.idl90 - (BOOL)collapsed;
92 HRESULT collapsed([out, retval] BOOL* result);
/external/webkit/Source/WebCore/inspector/front-end/
DElementsPanel.js608 var collapsed = currentCrumb.hasStyleClass("collapsed");
609 if (!hidden && !collapsed)
889 var collapsed = crumb.hasStyleClass("collapsed");
890 if (collapsedRun && collapsed) {
908 collapsedRun = collapsed;
DTimelinePanel.js369 formattedRecord.collapsed = (parentRecord === this._rootRecord);
529 …this._addToRecordsWindow(record.children[i], recordsWindow, parentIsCollapsed || record.collapsed);
849 this._record.collapsed = !this._record.collapsed;
Dinspector.css736 .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 {
DTextViewer.js1242 …var end = selectionRange.collapsed ? start : this._selectionToPosition(selectionRange.endContainer…
/external/webkit/Source/WebCore/dom/
DRange.cpp183 bool Range::collapsed(ExceptionCode& ec) const in collapsed() function in WebCore::Range
672 if (collapsed(ec)) in processContents()
997 bool collapsed = m_start == m_end; in insertNode() local
1008 if (collapsed) in insertNode()
1012 if (collapsed) in insertNode()
1022 if (collapsed) in insertNode()
1574 if (collapsed(ec)) in editingStartPosition()
DRange.h59 bool collapsed(ExceptionCode&) const;
DRange.idl34 readonly attribute boolean collapsed
/external/doclava/res/assets/templates/
Ddiff.cs28 .collapsed { property
/external/webkit/Source/WebCore/editing/
DEditor.cpp266 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()
DTextCheckingHelper.cpp471 if (!m_range || m_range->collapsed(ec)) in isUngrammatical()
518 if (!m_client || !m_range || m_range->collapsed(ec)) in guessesForMisspelledOrUngrammaticalRange()
Dmarkup.cpp547 bool collapsed = updatedRange->collapsed(ec); in createMarkup() local
549 if (collapsed) in createMarkup()
DSelectionController.cpp1450 bool collapsed = range->collapsed(ec); in setSelectedRange() local
1463 …ition(startContainer, startOffset, Position::PositionIsOffsetInAnchor), collapsed ? affinity : DOW… in setSelectedRange()
DEditorCommand.cpp216 if (newRange->collapsed(ec)) in expandSelectionToGranularity()
/external/chromium/chrome/browser/resources/net_internals/
Dmain.css177 * Styles for TABLE that uses a thin collapsed border.
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.css277 #most-visited:not(.collapsed) #most-visited-settings.has-blacklist {
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1647 if (resultRange->collapsed(ec)) { in scopeStringMatches()
1702 if (searchRange->collapsed(ec) && shadowTreeRoot) in scopeStringMatches()
2255 if (!range || range->collapsed(ec)) in setMarkerActive()
/external/webkit/Source/WebKit/mac/WebView/
DWebTextCompletionController.mm183 if ([prefix collapsed]) {
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp322 if (!selectedRange || selectedRange->collapsed(ec)) { in contextMenuItemSelected()
/external/webkit/Source/WebKit/gtk/
DNEWS38 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…
/external/chromium/chrome/common/extensions/docs/css/
DApiRefStyles.css934 #gc-collapsible-arrow.collapsed {
/external/mksh/src/
Dcheck.t417 # Places \newline should be collapsed
606 Check that \ at the end of an alias is collapsed when followed
618 Check that \newline in a keyword is collapsed
628 # Places \newline should be collapsed (ksh extensions)
632 Check that \newline is collapsed in extended globbing
649 Check that \newline is collapsed in ((...)) expressions
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h1155 @property(readonly) BOOL collapsed;

123