Lines Matching defs:state

57 Node* TreeWalker::parentNode(ScriptState* state)
64 short acceptNodeResult = acceptNode(state, node.get());
65 if (state && state->hadException())
73 Node* TreeWalker::firstChild(ScriptState* state)
76 short acceptNodeResult = acceptNode(state, node.get());
77 if (state && state->hadException())
106 Node* TreeWalker::lastChild(ScriptState* state)
109 short acceptNodeResult = acceptNode(state, node.get());
110 if (state && state->hadException())
139 Node* TreeWalker::previousSibling(ScriptState* state)
146 short acceptNodeResult = acceptNode(state, sibling.get());
147 if (state && state->hadException())
168 short acceptNodeResult = acceptNode(state, node.get());
169 if (state && state->hadException())
176 Node* TreeWalker::nextSibling(ScriptState* state)
183 short acceptNodeResult = acceptNode(state, sibling.get());
184 if (state && state->hadException())
205 short acceptNodeResult = acceptNode(state, node.get());
206 if (state && state->hadException())
213 Node* TreeWalker::previousNode(ScriptState* state)
219 short acceptNodeResult = acceptNode(state, node.get());
220 if (state && state->hadException())
226 acceptNodeResult = acceptNode(state, node.get());
227 if (state && state->hadException())
243 short acceptNodeResult = acceptNode(state, node.get());
244 if (state && state->hadException())
252 Node* TreeWalker::nextNode(ScriptState* state)
258 short acceptNodeResult = acceptNode(state, node.get());
259 if (state && state->hadException())
268 short acceptNodeResult = acceptNode(state, node.get());
269 if (state && state->hadException())