Searched refs:inDocument (Results 26 - 50 of 100) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameActionScheduler.cpp47 if (m_eventTarget->inDocument())
H A DPointerLockController.cpp49 if (!target || !target->inDocument() || m_documentOfRemovedElementWhileWaitingForUnlock) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGExternalResourcesRequired.cpp55 if (!targetElement->inDocument())
H A DSVGTextPathElement.cpp160 if (!inDocument())
191 if (rootParent->inDocument())
H A DSVGVKernElement.cpp45 if (rootParent->inDocument()) {
H A DSVGFontFaceElement.cpp274 if (!inDocument()) {
325 if (!rootParent->inDocument()) {
339 if (rootParent->inDocument()) {
H A DSVGUseElement.cpp173 if (!rootParent->inDocument())
186 if (rootParent->inDocument())
310 *it, (*it)->refCount(), (*it)->shadowTreeElement()->inDocument());
399 if (!inDocument())
404 if (!target || !target->inDocument()) {
665 ASSERT(!subtree->inDocument());
857 ASSERT(!inDocument());
901 ASSERT(element->inDocument());
941 if (!inDocument())
H A DSVGElementInstance.cpp172 if (!element || !element->inDocument())
192 ASSERT(element->inDocument());
H A DSVGAnimateElement.cpp263 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode())
283 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode())
309 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptLoader.cpp82 if (insertionPoint->inDocument() && !m_parserInserted)
88 if (!m_parserInserted && m_element->inDocument())
200 if (!m_element->inDocument())
271 if (!m_element->inDocument() || m_element->document() != elementDocument)
405 return m_alreadyStarted || m_isExternalScript || m_parserInserted || !element() || !element()->inDocument();
H A DEventRetargeter.cpp86 bool inDocument = node->inDocument(); local
103 if (!inDocument)
H A DCustomElementCallbackInvocation.cpp52 if (element->inDocument() && element->document()->defaultView())
H A DFullscreenElementStack.cpp155 if (!element->inDocument())
307 if (newTop && (!newTop->inDocument() || newTop->document() != currentDoc))
490 if (!document()->contains(node.get()) && !node->inDocument())
506 if (!document()->contains(node.get()) && !node->inDocument())
H A DScriptRunner.cpp61 ASSERT(element->inDocument());
H A DTreeScopeAdopter.cpp115 ASSERT(!node->inDocument() || oldDocument != newDocument);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp82 if (inDocument())
128 if (continueLoad && (!inDocument() || document() != originalDocument))
144 bool visible = inDocument() && !m_isInShadowTree;
194 if (!insertionPoint->inDocument())
210 if (!insertionPoint->inDocument())
405 if (!m_owner->inDocument()) {
H A DHTMLDialogElement.cpp118 if (fastHasAttribute(openAttr) || !inDocument()) {
H A DHTMLFrameOwnerElement.cpp59 ASSERT(inDocument());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlMultiLine.cpp38 if (node() && node()->inDocument())
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8ClipboardCustom.cpp107 if (toElement(node)->hasTagName(HTMLNames::imgTag) && !node->inDocument())
/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp109 if (!m_anchorNode || !m_anchorNode->inDocument())
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.cpp260 if (!insertionPoint->inDocument() || !isOldest())
279 if (insertionPoint->inDocument() && m_registeredWithParentShadowRoot) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DIndentOutdentCommand.cpp209 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().anchorNode()->inDocument())
212 if (endOfNextParagraph.isNotNull() && !endOfNextParagraph.deepEquivalent().anchorNode()->inDocument()) {
H A DApplyStyleCommand.cpp728 return start && end && start->inDocument() && end->inDocument();
844 for (RefPtr<Node> node = next; node && node->inDocument() && node != pastEndNode; node = next) {
857 if (!node->inDocument()) {
887 if (!element->inDocument())
904 ASSERT(newSpanElement && newSpanElement->inDocument());
1070 ASSERT(start.anchorNode()->inDocument());
1071 ASSERT(end.anchorNode()->inDocument());
1122 if (!elem->inDocument()) {
1389 if (!passedStart || !passedEnd || !passedStart->inDocument() || !passedEn
[all...]
H A DDeleteSelectionCommand.cpp535 if (m_downstreamEnd.deprecatedNode() != startNode && !m_upstreamStart.deprecatedNode()->isDescendantOf(m_downstreamEnd.deprecatedNode()) && m_downstreamEnd.anchorNode()->inDocument() && m_downstreamEnd.deprecatedEditingOffset() >= caretMinOffset(m_downstreamEnd.deprecatedNode())) {
552 } else if (!(startNodeWasDescendantOfEndNode && !m_upstreamStart.anchorNode()->inDocument())) {
604 if (!m_downstreamEnd.anchorNode()->inDocument() || !m_upstreamStart.anchorNode()->inDocument())
670 if (m_endTableRow && m_endTableRow->inDocument() && m_endTableRow != m_startTableRow) {
683 if (m_startTableRow && m_startTableRow->inDocument() && m_startTableRow != m_endTableRow) {
693 if (m_endTableRow && m_endTableRow->inDocument() && m_endTableRow != m_startTableRow)

Completed in 372 milliseconds

1234