Searched refs:lastNode (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/editing/
H A DReplaceSelectionCommand.cpp520 Node* lastNode = m_lastLeafInserted.get(); local
522 Node* enclosingSelect = enclosingNodeWithTag(firstDeepEditingPositionForNode(lastNode), selectTag);
524 lastNode = enclosingSelect;
525 return lastDeepEditingPositionForNode(lastNode);
1133 Node* lastNode = insertionNode; local
1139 insertNodeBefore(listItem, lastNode);
1141 insertNodeAfter(listItem, lastNode);
1142 lastNode = listItem.get();
1146 insertNodeAfter(listItem, lastNode);
1147 lastNode
[all...]
H A DCompositeEditCommand.cpp751 RefPtr<Node> lastNode = topNode; local
765 appendNode(child, static_cast<Element *>(lastNode.get()));
766 lastNode = child.release();
784 lastNode = topNode->lastChild();
787 insertNodeAfter(clonedNode, lastNode);
788 lastNode = clonedNode.release();
/external/webkit/WebCore/dom/
H A DPosition.cpp483 Node* lastNode = startNode; local
490 if (currentNode != lastNode) {
498 lastNode = currentNode;
604 Node* lastNode = startNode; local
611 if (currentNode != lastNode) {
620 lastNode = currentNode;
/external/webkit/WebKit/android/nav/
H A DCachedFrame.h115 CachedNode* lastNode() { return &mCachedNodes.last(); } function in class:android::CachedFrame
H A DCacheBuilder.cpp1368 Node* lastNode = (Node*) lastCached->nodePointer(); local
1369 if ((childCount > 1 && lastNode->hasTagName(HTMLNames::selectTag) == false) ||
1370 lastNode->hasTagName(HTMLNames::bodyTag) ||
1371 lastNode->hasTagName(HTMLNames::formTag)) {
1377 CachedNode* onlyChildCached = cachedFrame->lastNode();
1380 lastNode->isKeyboardFocusable(NULL) == false &&
1381 lastNode->isMouseFocusable() == false &&
1382 lastNode->isFocusable() == false &&
1383 HasOverOrOut(lastNode) == true &&
1384 HasTriggerEvent(lastNode)
[all...]
H A DCachedFrame.cpp600 CachedNode* lastCached = lastNode();
/external/libxml2/include/libxml/
H A DparserInternals.h558 * @lastNode: the last nod in the chunk
565 xmlNodePtr lastNode);
/external/libxml2/
H A Dparser.c216 xmlNodePtr lastNode);
13761 * @lastNode : A valid last node of children entity
13767 xmlNodePtr lastNode)
13770 (*xmlEntityRefFunc) (ent, firstNode, lastNode);
13766 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, xmlNodePtr lastNode) argument

Completed in 130 milliseconds