HomeSort by relevance Sort by last modified time
    Searched refs:isAnonymousBlock (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/rendering/
RenderRubyBase.cpp 59 if (!child->isFloatingOrPositioned() && !(child->isAnonymousBlock() && child->childrenInline()))
98 if (lastChild && lastChild->isAnonymousBlock() && lastChild->childrenInline())
118 if (child->isAnonymousBlock()) {
144 ASSERT(child->isAnonymousBlock());
175 if (firstChildHere && firstChildHere->isAnonymousBlock() && firstChildHere->childrenInline()
176 && lastChildThere && lastChildThere->isAnonymousBlock() && lastChildThere->childrenInline()) {
RenderListItem.cpp 215 if (markerPar && markerPar->isAnonymousBlock())
RenderObjectChildList.cpp 190 while (beforeChild->parent() != owner && beforeChild->parent()->isAnonymousBlock())
RenderBlock.cpp 189 if (isAnonymousBlock()) {
239 if (child->isAnonymousBlock()) {
284 if (anonymousChild->isAnonymousBlock()) {
318 ASSERT(beforeChild->isAnonymousBlock());
327 if (afterChild && afterChild->isAnonymousBlock()) {
343 if (madeBoxesNonInline && parent() && isAnonymousBlock() && parent()->isRenderBlock())
494 ASSERT(child->isAnonymousBlock());
543 (!prev || (prev->isAnonymousBlock() && prev->childrenInline())) &&
544 (!next || (next->isAnonymousBlock() && next->childrenInline()));
    [all...]
RenderObject.h 368 bool isAnonymousBlock() const
    [all...]
RenderInline.cpp 319 if (block->isAnonymousBlock() && (!block->parent() || !block->parent()->createsAnonymousWrapper())) {
    [all...]

Completed in 21 milliseconds