Searched refs:currentNode (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfile.cpp55 ProfileNode* currentNode = m_head->firstChild(); local
56 for (ProfileNode* nextNode = currentNode; nextNode; nextNode = nextNode->firstChild())
57 currentNode = nextNode;
59 if (!currentNode)
60 currentNode = m_head.get();
63 while (currentNode && currentNode != endNode) {
64 (currentNode->*function)();
65 currentNode = currentNode
[all...]
H A DProfileGenerator.cpp153 ProfileNode* currentNode = 0; local
155 currentNode = next;
157 if (currentNode->callIdentifier().m_name != "profile")
161 currentNode->parent()->setSelfTime(currentNode->parent()->selfTime() + currentNode->totalTime());
162 currentNode->parent()->removeChild(currentNode);
168 ProfileNode* currentNode = 0; local
170 currentNode
[all...]
H A DProfileNode.cpp220 for (ProfileNode* currentNode = node; currentNode; currentNode = currentNode->traverseNextNodePreOrder())
221 currentNode->setVisible(visible);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSimplifyMarkupCommand.cpp61 Node* currentNode = startingNode; local
63 while (currentNode != rootNode) {
64 if (currentNode->parentNode() != rootNode && isRemovableBlock(currentNode))
65 nodesToRemove.append(currentNode);
67 currentNode = currentNode->parentNode();
68 if (!currentNode)
71 if (!currentNode->renderer() || !currentNode
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebTextIterator.h84 @method currentNode
88 - (DOMNode *)currentNode;
H A DWebTextIterator.mm107 - (DOMNode *)currentNode
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DDominanceFrontier.cpp56 const DomTreeNode *currentNode = currentW->Node; local
59 assert (currentNode && "Invalid work object. Missing current Node");
66 // Loop over CFG successors to calculate DFlocal[currentNode]
70 if (DT[*SI]->getIDom() != currentNode)
79 for (DomTreeNode::const_iterator NI = currentNode->begin(),
80 NE = currentNode->end(); NI != NE; ++NI) {
85 IDominee, currentNode));
H A DPathNumbering.cpp366 BallLarusNode* currentNode = dfsStack.top(); local
367 BasicBlock* currentBlock = currentNode->getBlock();
369 if(currentNode->getColor() != BallLarusNode::WHITE) {
372 currentNode->setColor(BallLarusNode::BLACK);
376 for( BasicBlock::iterator bbCurrent = currentNode->getBlock()->begin(),
377 bbEnd = currentNode->getBlock()->end(); bbCurrent != bbEnd;
381 BallLarusEdge* callEdge = addEdge(currentNode, getExit(), 0);
388 TerminatorInst* terminator = currentNode->getBlock()->getTerminator();
391 addEdge(currentNode, getExit(),0);
393 currentNode
417 buildEdge(BLBlockNodeMap& inDag, std::stack<BallLarusNode*>& dfsStack, BallLarusNode* currentNode, BasicBlock* succBB, unsigned duplicateCount) argument
[all...]
H A DPathProfileInfo.cpp139 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); local
143 while (currentNode != _ppi->_currentDag->getExit()) {
144 BallLarusEdge* next = getNextEdge(currentNode, increment);
171 currentNode = next->getTarget();
178 BallLarusNode* currentNode = _ppi->_currentDag->getRoot (); local
182 while (currentNode != _ppi->_currentDag->getExit()) {
183 BallLarusEdge* next = getNextEdge(currentNode, increment);
188 pbv->push_back (currentNode->getBlock());
191 pbv->push_back (currentNode->getBlock());
196 currentNode
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DBottomUpProfileDataGridTree.js244 var currentNode = profileDataGridNode;
247 while (currentNode.parent && (currentNode instanceof WebInspector.ProfileDataGridNode)) {
248 currentNode._takePropertiesFromProfileDataGridNode(profileDataGridNode);
250 focusNode = currentNode;
251 currentNode = currentNode.parent;
253 if (currentNode instanceof WebInspector.ProfileDataGridNode)
254 currentNode._keepOnlyChild(focusNode);
H A DDOMExtension.js514 var currentNode = node.parentNode;
515 while (currentNode) {
516 if (this === currentNode)
518 currentNode = currentNode.parentNode;
H A DDOMAgent.js424 var currentNode = node.parentNode;
425 while (currentNode) {
426 if (this === currentNode)
428 currentNode = currentNode.parentNode;
H A Dtreeoutline.js887 var currentNode = this.parent;
888 while (currentNode) {
889 if (ancestor === currentNode)
891 currentNode = currentNode.parent;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTreeWalker.idl30 [SetterRaisesException] attribute Node currentNode;
H A DPosition.cpp613 Node* currentNode = currentPos.node(); local
617 if (currentNode != lastNode) {
619 bool currentEditable = currentNode->rendererIsEditable();
625 lastNode = currentNode;
630 if (endsOfNodeAreVisuallyDistinctPositions(currentNode) && currentNode != boundary)
634 RenderObject* renderer = currentNode->renderer();
649 if (endsOfNodeAreVisuallyDistinctPositions(currentNode) && currentPos.atStartOfNode())
653 if (editingIgnoresContent(currentNode) || isTableElement(currentNode)) {
736 Node* currentNode = currentPos.node(); local
[all...]
H A DTreeWalker.h45 Node* currentNode() const { return m_current.get(); } function in class:WebCore::TreeWalker
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c443 domNode *currentNode, int currentPos,
449 domNode *currentNode, domNode *exprContext,
454 domNode *currentNode, int currentPos,
2456 domNode * currentNode,
2485 xs->current = currentNode;
2486 rc = xpathEvalSteps( t, context, currentNode, xs->currentXSLTNode,
2729 domNode * currentNode,
2749 rc = evalXPath (xs, context, currentNode, currentPos, select, &rs,
2763 rc = ExecActions(xs, context, currentNode, currentPos,
3245 domNode * currentNode,
2453 evalXPath( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, char * xpath, xpathResultSet * rs, char ** errMsg ) argument
2725 xsltSetVar( xsltState * xs, char * variableName, xpathResultSet * context, domNode * currentNode, int currentPos, char * select, domNode * actionNode, int active, char ** errMsg ) argument
3242 ExecUseAttributeSets( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, domNode * actionNode, char * styles, char ** errMsg ) argument
3309 evalAttrTemplates( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, char * str, char ** out, char ** errMsg ) argument
3412 setParamVars( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, domNode * actionNode, char ** errMsg ) argument
3462 doSortActions( xsltState * xs, xpathResultSet * nodelist, domNode * actionNode, xpathResultSet * context, domNode * currentNode, int currentPos, char ** errMsg ) argument
3610 xsltNumber( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, domNode * actionNode, char ** errMsg ) argument
3904 ExecAction( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, domNode * actionNode, char ** errMsg ) argument
5233 ExecActions( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, domNode * actionNode, char ** errMsg ) argument
5268 ApplyTemplate( xsltState * xs, xpathResultSet * context, domNode * currentNode, domNode * exprContext, int currentPos, const char * mode, const char * modeURI, char ** errMsg ) argument
5447 ApplyTemplates( xsltState * xs, xpathResultSet * context, domNode * currentNode, int currentPos, domNode * actionNode, xpathResultSet * nodeList, const char * mode, const char * modeURI, char ** errMsg ) argument
[all...]
H A Ddomxpath.h183 domNode *currentNode, domNode *exprContext, int currentPos,
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFocusController.cpp287 Node* currentNode = document->focusedElement(); local
291 if (caretBrowsing && !currentNode)
292 currentNode = frame->selection()->start().deprecatedNode();
296 RefPtr<Element> element = findFocusableElementAcrossFocusScope(direction, FocusNavigationScope::focusNavigationScopeOf(currentNode ? currentNode : document), currentNode, event);
359 Element* FocusController::findFocusableElementAcrossFocusScope(FocusDirection direction, FocusNavigationScope scope, Node* currentNode, KeyboardEvent* event) argument
361 ASSERT(!currentNode || !currentNode->isElementNode() || !isNonFocusableShadowHost(toElement(currentNode), even
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.cpp447 attachLater(currentNode(), Comment::create(ownerDocumentForCurrentNode(), token->comment()));
467 attachLater(currentNode(), m_head->element());
475 attachLater(currentNode(), body);
487 attachLater(currentNode(), m_form);
494 attachLater(currentNode(), element);
504 attachLater(currentNode(), createHTMLElement(token), true);
530 attachLater(currentNode(), element);
541 attachLater(currentNode(), element, token->selfClosing());
549 task.parent = currentNode();
642 if (currentNode()
[all...]
H A DHTMLConstructionSite.h144 ContainerNode* currentNode() const { return m_openElements.topNode(); } function in class:WebCore::HTMLConstructionSite
/macosx-10.9.5/libxml2-26/libxml2/
H A DHTMLparser.c4060 xmlChar *currentNode; local
4064 currentNode = xmlStrdup(ctxt->name);
4079 ((currentNode != NULL) || (ctxt->nameNr == 0))) {
4080 if (currentNode != NULL)
4081 xmlFree(currentNode);
4099 if (currentNode != NULL)
4100 xmlFree(currentNode);
4117 (!xmlStrEqual(currentNode, ctxt->name)))
4119 if (currentNode != NULL) xmlFree(currentNode);
4218 xmlChar *currentNode = NULL; local
4460 xmlChar *currentNode; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c3983 xmlChar *currentNode; local
3987 currentNode = xmlStrdup(ctxt->name);
4002 ((currentNode != NULL) || (ctxt->nameNr == 0))) {
4003 if (currentNode != NULL)
4004 xmlFree(currentNode);
4022 if (currentNode != NULL)
4023 xmlFree(currentNode);
4040 (!xmlStrEqual(currentNode, ctxt->name)))
4042 if (currentNode != NULL) xmlFree(currentNode);
4141 xmlChar *currentNode = NULL; local
4383 xmlChar *currentNode; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCollection.cpp365 inline Node* LiveNodeListBase::traverseChildNodeListForwardToOffset(unsigned offset, Node* currentNode, unsigned& currentOffset) const
369 while ((currentNode = currentNode->nextSibling())) {
371 return currentNode;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPathNumbering.h291 BallLarusNode* currentNode, BasicBlock* succBB,

Completed in 246 milliseconds

12