/external/webkit/Source/WebCore/editing/ |
D | ReplaceNodeWithSpanCommand.cpp | 53 ASSERT(nodeToReplace->inDocument()); in swapInNodePreservingAttributesAndChildren() 74 if (!m_elementToReplace->inDocument()) in doApply() 83 if (!m_spanElement->inDocument()) in doUnapply()
|
D | MoveSelectionCommand.cpp | 65 if (!pos.anchorNode()->inDocument()) in doApply() 69 if (!pos.anchorNode()->inDocument()) { in doApply()
|
D | ReplaceSelectionCommand.cpp | 429 if (m_lastLeafInserted && !m_lastLeafInserted->inDocument()) in removeNodeAndPruneAncestors() 431 if (m_firstNodeInserted && !m_firstNodeInserted->inDocument()) in removeNodeAndPruneAncestors() 432 … m_firstNodeInserted = m_lastLeafInserted && m_lastLeafInserted->inDocument() ? afterFirst : 0; in removeNodeAndPruneAncestors() 756 if (!m_firstNodeInserted->inDocument()) in mergeEndIfNeeded() 1001 if (!refNode->inDocument()) in doApply() 1012 if (!node->inDocument()) in doApply() 1029 if (!m_firstNodeInserted || !m_firstNodeInserted->inDocument()) in doApply() 1072 if (!startOfParagraphToMove.deepEquivalent().anchorNode()->inDocument()) in doApply() 1080 if (!m_lastLeafInserted->inDocument()) in doApply() 1173 if (!endBR || !endBR->inDocument()) in shouldRemoveEndBR() [all …]
|
D | DeleteSelectionCommand.cpp | 517 …tOf(m_downstreamEnd.deprecatedNode()) && m_downstreamEnd.anchorNode()->inDocument() && m_downstrea… in handleGeneralDelete() 534 … } else if (!(startNodeWasDescendantOfEndNode && !m_upstreamStart.anchorNode()->inDocument())) { in handleGeneralDelete() 586 if (!m_downstreamEnd.anchorNode()->inDocument() || !m_upstreamStart.anchorNode()->inDocument()) in mergeParagraphs() 657 if (m_endTableRow && m_endTableRow->inDocument() && m_endTableRow != m_startTableRow) { in removePreviouslySelectedEmptyTableRows() 670 if (m_startTableRow && m_startTableRow->inDocument() && m_startTableRow != m_endTableRow) { in removePreviouslySelectedEmptyTableRows() 680 if (m_endTableRow && m_endTableRow->inDocument() && m_endTableRow != m_startTableRow) in removePreviouslySelectedEmptyTableRows()
|
D | IndentOutdentCommand.cpp | 208 …f (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().anchorNode()->inDocument()) in outdentRegion() 211 …ndOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) { in outdentRegion()
|
D | ApplyStyleCommand.cpp | 785 for (RefPtr<Node> node = next; node && node->inDocument() && node != pastEndNode; node = next) { in removeStyleFromRunBeforeApplyingStyle() 794 if (!node->inDocument()) { in removeStyleFromRunBeforeApplyingStyle() 826 if (!element->inDocument()) in removeInlineStyleFromElement() 856 ASSERT(newSpanElement && newSpanElement->inDocument()); in replaceWithSpanOrRemoveIfWithoutAttributes() 1029 ASSERT(start.anchorNode()->inDocument()); in removeInlineStyle() 1030 ASSERT(end.anchorNode()->inDocument()); in removeInlineStyle() 1069 if (!elem->inDocument()) { in removeInlineStyle() 1360 if (!passedStart || !passedEnd || !passedStart->inDocument() || !passedEnd->inDocument()) in addInlineStyleIfNeeded()
|
D | DeleteButtonController.cpp | 66 if (!node || !node->isHTMLElement() || !node->inDocument() || !node->rendererIsEditable()) in isDeletableElement() 263 if (!enabled() || !element || !element->inDocument() || !isDeletableElement(element)) in show()
|
/external/webkit/Source/WebCore/dom/ |
D | ScriptElement.cpp | 90 if (!m_parserInserted && m_element->inDocument()) in childrenChanged() 177 if (!m_element->inDocument()) in prepareScript() 246 if (!m_element->inDocument() || m_element->document() != originalDocument) in requestScript() 321 return m_alreadyStarted || m_isExternalScript || m_parserInserted || !m_element->inDocument(); in ignoresLoadRequest()
|
D | ContainerNode.cpp | 452 if (child->inDocument()) in removeChild() 498 if (oldChild->inDocument()) in parserRemoveChild() 563 if (removedChild->inDocument()) in removeChildren() 665 if (inDocument()) in parserAddChild() 757 for (it = children.begin(); it != children.end() && inDocument(); ++it) { in insertedIntoDocument() 1053 if (parentOrHostNode && parentOrHostNode->inDocument()) in notifyChildInserted() 1072 …if (c->inDocument() && document->hasListenerType(Document::DOMNODEINSERTEDINTODOCUMENT_LISTENER)) { in dispatchChildInsertionEvents() 1094 … if (c->inDocument() && document->hasListenerType(Document::DOMNODEREMOVEDFROMDOCUMENT_LISTENER)) { in dispatchChildRemovalEvents()
|
D | StyleElement.cpp | 99 if (!e || !e->inDocument()) in process() 133 ASSERT(e->inDocument()); in createSheet()
|
D | SelectorNodeList.cpp | 53 …if (strictParsing && rootNode->inDocument() && onlySelector && onlySelector->m_match == CSSSelecto… in createSelectorNodeList()
|
D | ScriptRunner.cpp | 58 ASSERT(element->inDocument()); in queueScriptForExecution()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMapElement.cpp | 115 if (inDocument()) in parseMappedAttribute() 121 if (inDocument()) in parseMappedAttribute()
|
D | HTMLObjectElement.cpp | 111 if (isDocNamedItem() && inDocument() && document()->isHTMLDocument()) { in parseMappedAttribute() 125 if (isDocNamedItem() && inDocument() && document()->isHTMLDocument()) { in parseMappedAttribute() 317 if (!inDocument()) in insertedIntoDocument() 352 if (inDocument() && !useFallbackContent()) { in childrenChanged() 374 if (!inDocument()) in renderFallbackContent()
|
D | HTMLAppletElement.cpp | 61 if (inDocument() && document()->isHTMLDocument()) { in parseMappedAttribute() 69 if (inDocument() && document()->isHTMLDocument()) { in parseMappedAttribute()
|
D | HTMLEmbedElement.cpp | 116 if (inDocument() && document()->isHTMLDocument()) { in parseMappedAttribute() 221 if (!inDocument()) in insertedIntoDocument()
|
D | HTMLLinkElement.cpp | 218 if (!inDocument() || document() != originalDocument) in checkBeforeLoadEvent() 225 if (!inDocument() || m_isInShadowTree) { in process() 362 if (!inDocument()) { in setCSSStyleSheet()
|
D | HTMLImageLoader.cpp | 83 if (!elem->inDocument()) { in notifyFinished()
|
D | HTMLMetaElement.cpp | 76 if (!inDocument() || m_content.isNull()) in process()
|
D | HTMLTitleElement.cpp | 61 if (inDocument()) in childrenChanged()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | RetainedDOMInfo.cpp | 66 return m_root->inDocument() ? "Document DOM tree" : "Detached DOM tree"; in GetLabel()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGTitleElement.cpp | 56 if (inDocument()) in childrenChanged()
|
/external/webkit/Source/WebCore/page/ |
D | FrameActionScheduler.cpp | 47 if (m_eventTarget->inDocument()) in fire()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSNodeCustom.h | 91 if (node->inDocument()) in root()
|
D | JSClipboardCustom.cpp | 123 if (static_cast<Element*>(node)->hasLocalName(imgTag) && !node->inDocument()) in setDragImage()
|