FILTER_ACCEPT 65 Source/bindings/v8/V8NodeFilterCondition.cpp return NodeFilter::FILTER_ACCEPT; FILTER_ACCEPT 33 Source/core/dom/NodeFilter.cpp return m_condition ? m_condition->acceptNode(node, exceptionState) : static_cast<short>(FILTER_ACCEPT); FILTER_ACCEPT 34 Source/core/dom/NodeFilterCondition.cpp return NodeFilter::FILTER_ACCEPT; FILTER_ACCEPT 103 Source/core/dom/NodeIterator.cpp bool nodeWasAccepted = acceptNode(provisionalResult.get(), exceptionState) == NodeFilter::FILTER_ACCEPT; FILTER_ACCEPT 132 Source/core/dom/NodeIterator.cpp bool nodeWasAccepted = acceptNode(provisionalResult.get(), exceptionState) == NodeFilter::FILTER_ACCEPT; FILTER_ACCEPT 48 Source/core/dom/NodeIteratorBase.cpp return NodeFilter::FILTER_ACCEPT; FILTER_ACCEPT 68 Source/core/dom/TreeWalker.cpp if (acceptNodeResult == NodeFilter::FILTER_ACCEPT) FILTER_ACCEPT 81 Source/core/dom/TreeWalker.cpp case NodeFilter::FILTER_ACCEPT: FILTER_ACCEPT 114 Source/core/dom/TreeWalker.cpp case NodeFilter::FILTER_ACCEPT: FILTER_ACCEPT 151 Source/core/dom/TreeWalker.cpp case NodeFilter::FILTER_ACCEPT: FILTER_ACCEPT 172 Source/core/dom/TreeWalker.cpp if (acceptNodeResult == NodeFilter::FILTER_ACCEPT) FILTER_ACCEPT 188 Source/core/dom/TreeWalker.cpp case NodeFilter::FILTER_ACCEPT: FILTER_ACCEPT 209 Source/core/dom/TreeWalker.cpp if (acceptNodeResult == NodeFilter::FILTER_ACCEPT) FILTER_ACCEPT 233 Source/core/dom/TreeWalker.cpp if (acceptNodeResult == NodeFilter::FILTER_ACCEPT) { FILTER_ACCEPT 247 Source/core/dom/TreeWalker.cpp if (acceptNodeResult == NodeFilter::FILTER_ACCEPT) FILTER_ACCEPT 262 Source/core/dom/TreeWalker.cpp if (acceptNodeResult == NodeFilter::FILTER_ACCEPT) FILTER_ACCEPT 272 Source/core/dom/TreeWalker.cpp if (acceptNodeResult == NodeFilter::FILTER_ACCEPT)