Searched refs:isBeforeContent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRuby.cpp48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent()))
98 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
129 if (child->isBeforeContent()) {
196 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));
203 ASSERT(child->isBeforeContent() || child->isAfterContent());
235 if (child->isBeforeContent()) {
302 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));
309 ASSERT(child->isBeforeContent() || child->isAfterContent());
H A DRenderObject.h415 inline bool isBeforeContent() const;
1365 inline bool RenderObject::isBeforeContent() const function in class:blink::RenderObject
1387 return isBeforeContent() || isAfterContent();
H A DRenderTable.cpp180 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && !lastChild()->isBeforeContent()) {
H A DRenderObject.cpp355 if (afterChild && afterChild->isAnonymous() && afterChild->isTable() && !afterChild->isBeforeContent())

Completed in 92 milliseconds