inActiveDocument 45 Source/core/animation/EffectInput.cpp if (!element->inActiveDocument()) inActiveDocument 985 Source/core/dom/Element.cpp bool testShouldInvalidateStyle = inActiveDocument() && styleResolver && styleChangeType() < SubtreeStyleChange; inActiveDocument 1065 Source/core/dom/Element.cpp bool testShouldInvalidateStyle = inActiveDocument() && styleResolver && styleChangeType() < SubtreeStyleChange; inActiveDocument 1804 Source/core/dom/Element.cpp if (!inActiveDocument() || document().hasPendingForcedStyleRecalc() || styleChangeType() >= SubtreeStyleChange) inActiveDocument 2484 Source/core/dom/Element.cpp if (!inActiveDocument()) inActiveDocument 2864 Source/core/dom/Element.cpp if (inActiveDocument()) inActiveDocument 752 Source/core/dom/Node.cpp if (!inActiveDocument()) inActiveDocument 461 Source/core/dom/Node.h bool inActiveDocument() const; inActiveDocument 859 Source/core/dom/Node.h if (!inActiveDocument()) inActiveDocument 304 Source/core/dom/Range.cpp if (!refNode->inActiveDocument() || refNode->document() != m_ownerDocument) { inActiveDocument 332 Source/core/dom/Range.cpp if (!refNode->inActiveDocument()) { inActiveDocument 372 Source/core/dom/Range.cpp if (!m_start.container() && refNode->inActiveDocument()) { inActiveDocument 377 Source/core/dom/Range.cpp if (m_start.container() && !refNode->inActiveDocument()) { inActiveDocument 586 Source/core/dom/Range.cpp if (!refNode->inActiveDocument() || refNode->document() != m_ownerDocument) { inActiveDocument 341 Source/core/dom/Text.cpp if (!inActiveDocument()) inActiveDocument 43 Source/core/editing/AppendNodeCommand.cpp ASSERT(m_parent->rendererIsEditable() || !m_parent->inActiveDocument()); inActiveDocument 48 Source/core/editing/AppendNodeCommand.cpp if (!m_parent->rendererIsEditable() && m_parent->inActiveDocument()) inActiveDocument 93 Source/core/editing/Caret.cpp if (!hasCaret() || !node.inActiveDocument()) inActiveDocument 317 Source/core/editing/FrameSelection.cpp if (isNone() || !node.inActiveDocument()) inActiveDocument 46 Source/core/editing/InsertNodeBeforeCommand.cpp ASSERT(m_refChild->parentNode()->rendererIsEditable() || !m_refChild->parentNode()->inActiveDocument()); inActiveDocument 48 Source/core/editing/RemoveNodeCommand.cpp && !parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable) && parent->inActiveDocument())) inActiveDocument 50 Source/core/editing/RemoveNodeCommand.cpp ASSERT(parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable) || !parent->inActiveDocument()); inActiveDocument 79 Source/core/html/HTMLFormControlElementWithState.cpp return inActiveDocument() && shouldAutocomplete(); inActiveDocument 336 Source/core/html/HTMLSelectElement.cpp if (m_size != oldSize && inActiveDocument()) { inActiveDocument 860 Source/core/svg/SVGUseElement.cpp if (!inActiveDocument() || m_needsShadowTreeRecreation)