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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.cpp 47 || object->isRubyRun()
54 && !object->isRubyRun();
96 if (child && !child->isRubyRun())
98 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
99 return child && child->isRubyRun() ? toRenderRubyRun(child) : 0;
104 while (child && !child->isRubyRun())
161 if (child->isRubyRun()) {
168 ASSERT(!beforeChild->isRubyRun());
170 while (run && !run->isRubyRun())
196 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child))
    [all...]
RenderRubyRun.h 71 virtual bool isRubyRun() const OVERRIDE { return true; }
77 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderRubyRun, isRubyRun());
RenderRubyRun.cpp 147 if (base && rightNeighbour && rightNeighbour->isRubyRun()) {
InlineFlowBox.cpp 678 if (curr->renderer().isRubyRun()) {
    [all...]
RenderBlock.cpp     [all...]
InlineTextBox.cpp 370 if (!containingBlock->parent()->isRubyRun())
    [all...]
RenderObject.h 392 virtual bool isRubyRun() const { return false; }
    [all...]
RenderBlockLineLayout.cpp 618 if (renderBox->isRubyRun())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 477 if (m_current.object()->isRubyRun())
    [all...]

Completed in 125 milliseconds