Searched refs:lastChild (Results 1 - 25 of 164) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNodeTest.cpp46 RefPtr<TestTree> lastChild = TestTree::create(); local
50 ASSERT_EQ(root->lastChild(), firstChild.get());
53 root->appendChild(lastChild.get());
55 ASSERT_EQ(root->lastChild(), lastChild.get());
56 ASSERT_EQ(lastChild->previous(), firstChild.get());
57 ASSERT_EQ(firstChild->next(), lastChild.get());
58 ASSERT_EQ(lastChild->parent(), root.get());
66 RefPtr<TestTree> lastChild = TestTree::create(); local
69 root->insertBefore(lastChild
129 RefPtr<TestTree> lastChild; member in class:__anon11298::Trio
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyBase.cpp95 RenderObject* lastChild = toBase->lastChild(); local
96 if (lastChild && lastChild->isAnonymousBlock() && lastChild->childrenInline())
97 toBlock = toRenderBlock(lastChild);
120 RenderObject* lastChildThere = toBase->lastChild();
H A DRenderMedia.h41 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); } function in class:WebCore::RenderMedia
H A DRenderObjectChildList.cpp96 if (lastChild() == oldChild)
143 if (lastChild())
144 lastChild()->setNextSibling(newChild);
145 newChild->setPreviousSibling(lastChild());
H A DRenderObjectChildList.h44 RenderObject* lastChild() const { return m_lastChild; } function in class:WebCore::RenderObjectChildList
47 // will need to manipulate firstChild or lastChild directly.
H A DRenderTableCol.h41 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); } function in class:WebCore::FINAL
H A DRenderFrameSet.h63 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); } function in class:WebCore::FINAL
H A DRenderTableRow.h40 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dbase_unittests.js332 equals(document.body.lastChild.tagName, "DIV");
333 equals(document.body.lastChild.innerHTML, "awesome");
334 equals(document.body.lastChild.method(), 42);
335 document.body.removeChild(document.body.lastChild);
338 equals(document.body.lastChild.tagName, "DIV");
339 equals(document.body.lastChild.innerHTML, "awesome");
340 equals(document.body.lastChild.method(), 42);
341 equals(document.body.lastChild.className, "like");
342 document.body.removeChild(document.body.lastChild);
345 equals(document.body.lastChild
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableRowsCollection.cpp119 for (Node* child = table->lastChild(); child; child = child->previousSibling()) {
121 for (Node* grandchild = child->lastChild(); grandchild; grandchild = grandchild->previousSibling()) {
128 for (Node* child = table->lastChild(); child; child = child->previousSibling()) {
132 for (Node* grandchild = child->lastChild(); grandchild; grandchild = grandchild->previousSibling()) {
139 for (Node* child = table->lastChild(); child; child = child->previousSibling()) {
141 for (Node* grandchild = child->lastChild(); grandchild; grandchild = grandchild->previousSibling()) {
H A DHTMLImport.cpp57 if (lastChild() && !lastChild()->isDone())
171 for (HTMLImport* sibling = lastChild(); sibling; sibling = sibling->previous()) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeWalker.cpp107 Node* TreeWalker::lastChild(ScriptState* state) function in class:WebCore::TreeWalker
109 for (RefPtr<Node> node = m_current->lastChild(); node; ) {
118 if (node->lastChild()) {
119 node = node->lastChild();
155 if (sibling->lastChild()) {
156 sibling = sibling->lastChild();
225 while (Node* lastChild = node->lastChild()) {
226 node = lastChild;
H A DTreeWalker.idl33 [CallWith=ScriptState] Node lastChild();
H A DNodeTraversal.cpp106 while (previous->lastChild())
107 previous = previous->lastChild();
154 if (current.lastChild())
155 return current.lastChild();
H A DTreeWalker.h50 Node* lastChild(ScriptState*);
H A DContainerNodeAlgorithms.h111 GenericNode* lastChild = container.lastChild(); local
112 if (lastChild) {
113 child.setPreviousSibling(lastChild);
114 lastChild->setNextSibling(&child);
/external/chromium-trace/trace-viewer/src/ui/
H A Dcontainer_that_decorates_its_children.js60 while (this.lastChild)
61 HTMLUnknownElement.prototype.removeChild.call(this, this.lastChild);
/external/chromium_org/remoting/webapp/
H A Dpaired_client_manager.js191 while (this.clientRows_.lastChild) {
192 this.clientRows_.removeChild(this.clientRows_.lastChild);
268 while (this.clientRows_.lastChild) {
269 this.clientRows_.removeChild(this.clientRows_.lastChild);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs208 CommonTree lastChild = (CommonTree)Children[Children.Count - 1];
210 stopIndex = lastChild.TokenStopIndex;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTree.cs276 ITree lastChild = Children[Children.Count - 1];
278 stopIndex = lastChild.TokenStopIndex;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.h38 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); } function in class:WebCore::RenderSVGContainer
H A DRenderSVGRoot.h46 RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); } function in class:WebCore::FINAL
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTree.java151 CommonTree lastChild = (CommonTree)children.get(children.size()-1);
153 stopIndex = lastChild.getTokenStopIndex();
/external/chromium_org/content/browser/resources/accessibility/
H A Daccessibility.js30 while (row.lastChild != element)
31 row.removeChild(row.lastChild);
166 while (row.lastChild != $(id + ':showTree'))
167 row.removeChild(row.lastChild);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSimplifyMarkupCommand.cpp74 if (currentNode->firstChild() != currentNode->lastChild()) {
107 ASSERT(nodesToRemove[pastLastNodeToRemove]->firstChild() == nodesToRemove[pastLastNodeToRemove]->lastChild());

Completed in 610 milliseconds

1234567