Home
last modified time | relevance | path

Searched refs:inDocument (Results 1 – 25 of 98) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTitleElement.cpp39 if (!rootParent->inDocument()) in DEFINE_NODE_FACTORY()
49 if (rootParent->inDocument() && document().isSVGDocument()) in removedFrom()
56 if (inDocument() && document().isSVGDocument()) in childrenChanged()
DSVGMPathElement.cpp50 if (!inDocument()) in buildPendingResource()
81 if (rootParent->inDocument()) in insertedInto()
90 if (rootParent->inDocument()) in removedFrom()
DSVGFEImageElement.cpp90 if (!inDocument()) in buildPendingResource()
158 if (rootParent->inDocument()) in removedFrom()
164 if (!inDocument()) in notifyFinished()
DSVGFontFaceElement.cpp270 if (!inDocument()) { in rebuildFontFace()
314 if (!rootParent->inDocument()) { in insertedInto()
328 if (rootParent->inDocument()) { in removedFrom()
DSVGUseElement.cpp113 if (!rootParent->inDocument()) in insertedInto()
126 if (rootParent->inDocument()) in removedFrom()
303 if (!inDocument()) in buildPendingResource()
308 if (!target || !target->inDocument()) { in buildPendingResource()
520 ASSERT(!subtree.inDocument()); in removeDisallowedElementsFromSubtree()
668 ASSERT(element->inDocument()); in invalidateDependentShadowTrees()
704 if (!inDocument()) in notifyFinished()
DSVGTextPathElement.cpp145 if (!inDocument()) in buildPendingResource()
176 if (rootParent->inDocument()) in removedFrom()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLIFrameElement.cpp75 if (name == srcAttr && inDocument()) { in attributeWillChange()
92 if (inDocument() && document().isHTMLDocument() && !isInShadowTree()) { in parseAttribute()
120 if (insertionPoint->inDocument()) { in insertedInto()
130 …if (insertionPoint->inDocument() && document().isHTMLDocument() && !insertionPoint->isInShadowTree… in insertedInto()
138 …if (insertionPoint->inDocument() && document().isHTMLDocument() && !insertionPoint->isInShadowTree… in removedFrom()
DHTMLMapElement.cpp99 if (inDocument()) in parseAttribute()
105 if (inDocument()) in parseAttribute()
121 if (insertionPoint->inDocument()) in insertedInto()
128 if (insertionPoint->inDocument()) in removedFrom()
DHTMLFormControlElementWithState.cpp49 if (insertionPoint->inDocument() && !containingShadowRoot()) in insertedInto()
56 …if (insertionPoint->inDocument() && !containingShadowRoot() && !insertionPoint->containingShadowRo… in removedFrom()
80 return inDocument() && shouldAutocomplete(); in shouldSaveAndRestoreFormControlState()
DHTMLTitleElement.cpp50 if (inDocument() && !isInShadowTree()) in DEFINE_NODE_FACTORY()
58 if (insertionPoint->inDocument() && !insertionPoint->isInShadowTree()) in removedFrom()
65 if (inDocument() && !isInShadowTree() && !m_ignoreTitleUpdatesWhenChildrenChange) in childrenChanged()
DHTMLStyleElement.cpp70 } else if (name == mediaAttr && inDocument() && document().isActive() && m_sheet) { in parseAttribute()
87 if (insertionPoint->inDocument() && isInShadowTree()) { in insertedInto()
98 if (!insertionPoint->inDocument()) in removedFrom()
135 if (!inDocument()) in scopingNode()
DFormAssociatedElement.cpp91 if (!insertionPoint->inDocument()) in insertedInto()
102 if (insertionPoint->inDocument() && element->fastHasAttribute(formAttr)) in removedFrom()
115 if (!formId.isNull() && element->inDocument()) { in findAssociatedForm()
140 if (form && form->inDocument()) { in associateByParser()
196 if (m_form && m_form.get() != originalForm && m_form->inDocument()) in resetFormOwner()
285 if (!formId.isNull() && element->inDocument()) in resetFormAttributeTargetObserver()
DHTMLBaseElement.cpp54 if (insertionPoint->inDocument()) in insertedInto()
62 if (insertionPoint->inDocument()) in removedFrom()
DHTMLLinkElement.cpp155 if (inDocument()) in ~HTMLLinkElement()
194 return inDocument(); in shouldLoadLink()
204 bool visible = inDocument() && !m_isInShadowTree; in linkResourceToProcess()
263 if (insertionPoint->inDocument()) { in insertedInto()
274 if (!insertionPoint->inDocument()) in insertedInto()
294 if (!insertionPoint->inDocument()) in removedFrom()
457 if (name == hrefAttr && inDocument()) { in attributeWillChange()
501 if (!m_owner->inDocument()) { in setCSSStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceNodeWithSpanCommand.cpp54 ASSERT(elementToReplace.inDocument()); in swapInNodePreservingAttributesAndChildren()
71 if (!m_elementToReplace->inDocument()) in doApply()
80 if (!m_spanElement->inDocument()) in doUnapply()
DMoveSelectionCommand.cpp65 if (!pos.inDocument()) in doApply()
71 if (!pos.inDocument()) { in doApply()
DDeleteSelectionCommand.cpp537 …)->isDescendantOf(m_downstreamEnd.deprecatedNode()) && m_downstreamEnd.inDocument() && m_downstrea… in handleGeneralDelete()
554 } else if (!(startNodeWasDescendantOfEndNode && !m_upstreamStart.inDocument())) { in handleGeneralDelete()
606 if (!m_downstreamEnd.inDocument() || !m_upstreamStart.inDocument()) in mergeParagraphs()
683 if (m_endTableRow && m_endTableRow->inDocument() && m_endTableRow != m_startTableRow) { in removePreviouslySelectedEmptyTableRows()
696 if (m_startTableRow && m_startTableRow->inDocument() && m_startTableRow != m_endTableRow) { in removePreviouslySelectedEmptyTableRows()
706 if (m_endTableRow && m_endTableRow->inDocument() && m_endTableRow != m_startTableRow) in removePreviouslySelectedEmptyTableRows()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DProcessingInstruction.cpp64 if (inDocument()) { in ~ProcessingInstruction()
189 if (!inDocument()) { in setCSSStyleSheet()
214 if (!inDocument()) { in setXSLStyleSheet()
253 if (!insertionPoint->inDocument()) in insertedInto()
271 if (!insertionPoint->inDocument()) in removedFrom()
DStyleElement.cpp67 ASSERT(element->inDocument()); in processStyleSheet()
104 if (element->inDocument()) { in clearDocumentData()
129 if (!element || !element->inDocument()) in process()
147 ASSERT(e->inDocument()); in createSheet()
DScriptLoader.cpp89 if (!m_parserInserted && m_element->inDocument()) in childrenChanged()
192 if (!m_element->inDocument()) in prepareScript()
258 if (!m_element->inDocument() || m_element->document() != elementDocument) in fetchScript()
413 …alreadyStarted || m_isExternalScript || m_parserInserted || !element() || !element()->inDocument(); in ignoresLoadRequest()
DPosition.h131 bool inDocument() const { return m_anchorNode && m_anchorNode->inDocument(); } in inDocument() function
145 bool isOrphan() const { return m_anchorNode && !m_anchorNode->inDocument(); } in isOrphan()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DRetainedDOMInfo.cpp71 return m_root->inDocument() ? "(Document DOM trees)" : "(Detached DOM trees)"; in GetGroupLabel()
76 return m_root->inDocument() ? "Document DOM tree" : "Detached DOM tree"; in GetLabel()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.cpp451 if (animationsToApply[i]->inDocument() && animationsToApply[i]->isSVGDiscardElement()) { in updateAnimations()
454 if (targetElement && targetElement->inDocument()) { in updateAnimations()
456 ASSERT(!targetElement->inDocument()); in updateAnimations()
459 if (animDiscard->inDocument()) { in updateAnimations()
461 ASSERT(!animDiscard->inDocument()); in updateAnimations()
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
DLinkImport.cpp67 if (!m_child || !m_owner || !m_owner->inDocument()) in importedDocument()
106 if (!m_owner || !m_owner->inDocument()) in didFinish()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.cpp403 if (!inDocument() || !document().isActive()) in defaultEventHandler()
434 return inDocument() && document().isActive(); in willRespondToMouseClickEvents()
480 if (!inDocument() || !document().isActive()) in defaultEventHandler()
495 if (!inDocument() || !document().isActive()) in willRespondToMouseMoveEvents()
503 if (!inDocument() || !document().isActive()) in willRespondToMouseClickEvents()

1234