Searched refs:makeChildrenNonInline (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyBase.cpp114 toBase->makeChildrenNonInline();
H A DRenderBlock.h348 void makeChildrenNonInline(RenderObject* insertionPoint = 0);
489 // (calling moveChildTo, moveAllChildrenTo, and makeChildrenNonInline).
H A DRenderBlock.cpp716 // time in makeChildrenNonInline by just setting this explicitly up front.
765 // time in makeChildrenNonInline by just setting this explicitly up front.
889 makeChildrenNonInline(beforeChild);
985 void RenderBlock::makeChildrenNonInline(RenderObject *insertionPoint) function in class:blink::RenderBlock
987 // makeChildrenNonInline takes a block whose children are *all* inline and it
3943 makeChildrenNonInline();

Completed in 602 milliseconds