HomeSort by relevance Sort by last modified time
    Searched refs:slowFirstChild (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.h 44 void slowFirstChild() const WTF_DELETED_FUNCTION;
RenderTableCol.h 44 void slowFirstChild() const WTF_DELETED_FUNCTION;
RenderFrameSet.h 65 void slowFirstChild() const WTF_DELETED_FUNCTION;
RenderObject.cpp 357 if (RenderObject* o = slowFirstChild())
379 if (RenderObject* o = slowFirstChild())
421 RenderObject* child = slowFirstChild();
455 for (RenderObject* curr = obj->slowFirstChild(); curr; curr = curr->nextSibling())
479 for (RenderObject* curr = slowFirstChild(); curr; curr = curr->nextSibling())
497 for (RenderObject* curr = slowFirstChild(); curr; curr = curr->nextSibling())
516 for (RenderObject* curr = startPoint ? startPoint->nextSibling() : slowFirstChild();
    [all...]
RenderInline.h 43 void slowFirstChild() const WTF_DELETED_FUNCTION;
RenderRuby.cpp 75 RenderObject* child = ruby->slowFirstChild();
RenderBoxModelObject.h 293 moveChildrenTo(toBoxModelObject, slowFirstChild(), 0, beforeChild, fullRemoveInsert);
RenderListItem.cpp 266 RenderObject* result = parent->slowFirstChild();
RenderBox.cpp 198 if (RenderBlock::hasPercentHeightContainerMap() && slowFirstChild()
304 for (RenderObject* child = slowFirstChild(); child; child = child->nextSibling())
318 RenderObject* child = slowFirstChild();
    [all...]
RenderTreeAsText.cpp 477 for (RenderObject* child = o.slowFirstChild(); child; child = child->nextSibling()) {
739 for (RenderObject* child = parent->slowFirstChild(); child; child = child->nextSibling()) {
TextAutosizer.cpp 464 for (RenderObject* child = renderer->slowFirstChild(); child; child = child->nextSibling()) {
    [all...]
RenderLayer.cpp 151 if (!renderer->slowFirstChild() && renderer->style()) {
782 for (RenderObject* r = renderer()->slowFirstChild(); r; r = r->nextSibling()) {
    [all...]
RenderInline.cpp 297 if (curr->slowFirstChild() == beforeChild)
307 if (!beforeChild && !last->slowFirstChild())
    [all...]
InlineIterator.h 219 next = current->slowFirstChild();
RenderBlock.h 78 void slowFirstChild() const WTF_DELETED_FUNCTION;
RenderBlockLineLayout.cpp 69 current = root->slowFirstChild();
77 next = current->slowFirstChild();
604 bool isFirstLine = lineInfo.isFirstLine() && !(isAnonymousBlock() && parent()->slowFirstChild() != this);
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.h 41 void slowFirstChild() const WTF_DELETED_FUNCTION;
RenderSVGRoot.h 47 void slowFirstChild() const WTF_DELETED_FUNCTION;
SVGRenderSupport.cpp 144 for (RenderObject* current = container->slowFirstChild(); current; current = current->nextSibling()) {
178 for (RenderObject* child = start->slowFirstChild(); child; child = child->nextSibling())
214 for (RenderObject* child = start->slowFirstChild(); child; child = child->nextSibling()) {
SVGTextLayoutAttributesBuilder.cpp 108 for (RenderObject* child = start->slowFirstChild(); child; child = child->nextSibling()) {
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 103 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/dom/
Text.cpp 278 RenderObject* first = parent.slowFirstChild();
Position.cpp 806 for (RenderObject *o = renderer->slowFirstChild(); o && o != stop; o = o->nextInPreOrder())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 87 if (RenderObject* child = r->slowFirstChild())
109 RenderObject* firstChild = renderer->slowFirstChild();
    [all...]

Completed in 584 milliseconds

1 2