Searched refs:acceptNode (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeFilter.cpp30 short NodeFilter::acceptNode(ScriptState* state, Node* node) const function in class:WebCore::NodeFilter
33 return m_condition ? m_condition->acceptNode(state, node) : static_cast<short>(FILTER_ACCEPT);
H A DNodeFilterCondition.cpp32 short NodeFilterCondition::acceptNode(ScriptState*, Node*) const function in class:WebCore::NodeFilterCondition
H A DNodeFilterCondition.h38 virtual short acceptNode(ScriptState*, Node*) const = 0;
H A DTraversal.cpp40 short Traversal::acceptNode(ScriptState* state, Node* node) const function in class:WebCore::Traversal
48 return m_filter->acceptNode(state, node);
H A DTraversal.h48 short acceptNode(ScriptState*, Node*) const;
H A DTreeWalker.cpp67 short acceptNodeResult = acceptNode(state, node.get());
79 short acceptNodeResult = acceptNode(state, node.get());
112 short acceptNodeResult = acceptNode(state, node.get());
149 short acceptNodeResult = acceptNode(state, sibling.get());
171 short acceptNodeResult = acceptNode(state, node.get());
186 short acceptNodeResult = acceptNode(state, sibling.get());
208 short acceptNodeResult = acceptNode(state, node.get());
222 short acceptNodeResult = acceptNode(state, node.get());
229 acceptNodeResult = acceptNode(state, node.get());
246 short acceptNodeResult = acceptNode(stat
[all...]
H A DNodeFilter.idl23 // Constants returned by acceptNode
43 [CallWith=ScriptState] short acceptNode([Default=Undefined] optional Node n);
H A DNodeFilter.h37 * The following constants are returned by the acceptNode()
78 short acceptNode(ScriptState*, Node*) const;
H A DNodeIterator.cpp109 bool nodeWasAccepted = acceptNode(state, provisionalResult.get()) == NodeFilter::FILTER_ACCEPT;
138 bool nodeWasAccepted = acceptNode(state, provisionalResult.get()) == NodeFilter::FILTER_ACCEPT;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMFilter.java154 public short acceptNode(int nodeHandle, int whatToShow); method in interface:DTMFilter
186 public short acceptNode(int nodeHandle, int whatToShow, int expandedName); method in interface:DTMFilter
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8NodeFilterCondition.h70 virtual short acceptNode(ScriptState*, Node*) const;
H A DV8NodeFilterCondition.cpp55 short V8NodeFilterCondition::acceptNode(ScriptState* state, Node* node) const function in class:WebCore::V8NodeFilterCondition
72 v8::Local<v8::Value> value = filter->ToObject()->Get(v8::String::NewSymbol("acceptNode"));
74 throwTypeError("NodeFilter object does not have an acceptNode function", state->isolate());
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dfocus_manager.js68 { acceptNode: function(node) {
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyIterator.java100 public short acceptNode(int testNode) method in class:KeyIterator
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DUnionChildIterator.java113 public short acceptNode(int n) method in class:UnionChildIterator
H A DBasicTestIterator.java174 if(DTMIterator.FILTER_ACCEPT == acceptNode(next))
H A DMatchPatternIterator.java239 if(DTMIterator.FILTER_ACCEPT == acceptNode(next, m_execContext))
287 public short acceptNode(int n, XPathContext xctxt) method in class:MatchPatternIterator
313 // System.out.println("\n::acceptNode - score: "+score.num()+"::");
H A DFilterExprWalker.java156 * This method needs to override AxesWalker.acceptNode because FilterExprWalkers
162 public short acceptNode(int n) method in class:FilterExprWalker
H A DAxesWalker.java372 if (walker.acceptNode(nextNode) != DTMIterator.FILTER_ACCEPT)
H A DDescendantIterator.java222 if(DTMIterator.FILTER_ACCEPT == acceptNode(next))
H A DPredicatedNodeTest.java461 public short acceptNode(int n) method in class:PredicatedNodeTest
472 // System.out.println("\n::acceptNode - score: "+score.num()+"::");
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java479 short code = fFilter.acceptNode(node);
820 short code = fFilter.acceptNode(attr);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 232 milliseconds