Searched refs:slowFirstChild (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.h45 void slowFirstChild() const WTF_DELETED_FUNCTION;
H A DBidiRunForLine.cpp53 current = root->slowFirstChild();
63 next = current->slowFirstChild();
H A DRenderTableCol.h45 void slowFirstChild() const WTF_DELETED_FUNCTION;
H A DRenderFrameSet.h66 void slowFirstChild() const WTF_DELETED_FUNCTION;
H A DRenderObject.cpp394 if (RenderObject* o = slowFirstChild())
416 if (RenderObject* o = slowFirstChild())
458 RenderObject* child = slowFirstChild();
492 for (RenderObject* curr = obj->slowFirstChild(); curr; curr = curr->nextSibling())
516 for (RenderObject* curr = slowFirstChild(); curr; curr = curr->nextSibling())
534 for (RenderObject* curr = slowFirstChild(); curr; curr = curr->nextSibling())
553 for (RenderObject* curr = startPoint ? startPoint->nextSibling() : slowFirstChild();
988 for (RenderObject* current = slowFirstChild(); current; current = current->nextSibling()) {
1072 for (RenderObject* current = slowFirstChild(); current; current = current->nextSibling())
1080 for (RenderObject* current = slowFirstChild(); curren
[all...]
H A DRenderBoxModelObject.h208 moveChildrenTo(toBoxModelObject, slowFirstChild(), 0, beforeChild, fullRemoveInsert);
H A DRenderInline.h44 void slowFirstChild() const WTF_DELETED_FUNCTION;
H A DRenderRuby.cpp75 RenderObject* child = ruby->slowFirstChild();
H A DRenderInline.cpp312 if (curr->slowFirstChild() == beforeChild)
322 if (!beforeChild && !last->slowFirstChild())
853 if (c->isInline() || c->slowFirstChild())
H A DRenderListItem.cpp270 RenderObject* result = parent->slowFirstChild();
H A DRenderBlock.cpp827 if (newChild->isInline() || newChild->isFloatingOrOutOfFlowPositioned() || beforeChild->parent()->slowFirstChild() != beforeChild)
2313 for (RenderObject* curr = parent->slowFirstChild(); curr; curr = curr->nextInPreOrder(parent)) {
3606 while (RenderObject* child = firstLetter->slowFirstChild()) {
3629 for (RenderObject* genChild = firstLetter->slowFirstChild(); genChild; genChild = genChild->nextSibling()) {
3731 RenderObject* currChild = firstLetterBlock->slowFirstChild();
3745 currChild = currChild->slowFirstChild();
3754 currChild = currChild->slowFirstChild();
3756 currChild = currChild->slowFirstChild();
H A DRenderTreeAsText.cpp479 for (RenderObject* child = o.slowFirstChild(); child; child = child->nextSibling()) {
743 for (RenderObject* child = parent->slowFirstChild(); child; child = child->nextSibling()) {
H A DRenderBox.cpp188 if (RenderBlock::hasPercentHeightContainerMap() && slowFirstChild()
287 for (RenderObject* child = slowFirstChild(); child; child = child->nextSibling())
301 RenderObject* child = slowFirstChild();
1176 for (RenderObject* child = slowFirstChild(); child; child = child->nextSibling()) {
1880 for (RenderObject* child = renderer->slowFirstChild(); child; child = child->nextSibling()) {
1885 for (RenderObject* itemChild = listItem->slowFirstChild(); itemChild; itemChild = itemChild->nextSibling()) {
3749 RenderObject* firstChild = slowFirstChild();
3772 if ((!renderObject->slowFirstChild() && !renderObject->isInline() && !renderObject->isRenderBlockFlow() )
3964 if (view()->layoutState()->pageLogicalHeightChanged() && slowFirstChild())
4471 if (boxToSplit->slowFirstChild() !
[all...]
H A DRenderLayer.cpp146 if (!renderer->slowFirstChild() && renderer->style()) {
629 for (RenderObject* r = renderer()->slowFirstChild(); r; r = r->nextSibling()) {
685 RenderObject* r = renderer()->slowFirstChild();
691 RenderObject* rendererFirstChild = r->slowFirstChild();
1329 for (RenderObject* curr = renderer()->slowFirstChild(); curr; curr = curr->nextSibling())
3065 for (RenderObject* child = renderer()->slowFirstChild(); child; child = child->nextSibling()) {
3418 for (RenderObject* child = renderer()->slowFirstChild(); child; child = child->nextSibling()) {
H A DInlineIterator.h219 next = current->slowFirstChild();
H A DRenderBlock.h75 void slowFirstChild() const WTF_DELETED_FUNCTION;
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginOcclusionSupport.cpp103 for (const RenderObject* ro = parent->slowFirstChild(); ro; ro = ro->nextSibling()) {
135 for (RenderObject* child = renderer->slowFirstChild(); child; child = child->nextSibling())
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.h42 void slowFirstChild() const WTF_DELETED_FUNCTION;
H A DRenderSVGRoot.h48 void slowFirstChild() const WTF_DELETED_FUNCTION;
H A DSVGRenderSupport.cpp130 for (RenderObject* current = container->slowFirstChild(); current; current = current->nextSibling()) {
196 for (RenderObject* child = start->slowFirstChild(); child; child = child->nextSibling()) {
H A DSVGTextLayoutAttributesBuilder.cpp108 for (RenderObject* child = start->slowFirstChild(); child; child = child->nextSibling()) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DText.cpp276 RenderObject* first = parent.slowFirstChild();
H A DPosition.cpp778 for (RenderObject *o = renderer->slowFirstChild(); o && o != stop; o = o->nextInPreOrder())
1008 if (object->slowFirstChild())
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp190 for (RenderObject* child = renderer.slowFirstChild(); child; child = child->nextSibling())
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp89 if (RenderObject* child = r->slowFirstChild())
111 RenderObject* firstChild = renderer->slowFirstChild();
1994 RenderObject* firstChild = parent ? parent->slowFirstChild() : 0;
2005 RenderObject* newFirstChild = parent->slowFirstChild();

Completed in 367 milliseconds

12