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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyText.h 45 virtual bool isRubyText() const OVERRIDE { return true; }
RenderRubyRun.cpp 56 return firstChild() && firstChild()->isRubyText();
71 ASSERT(!child || !child->isRubyText() || !child->isFloatingOrOutOfFlowPositioned());
72 return child && child->isRubyText() ? static_cast<RenderRubyText*>(child) : 0;
93 return child->isRubyText() || child->isInline();
100 if (child->isRubyText()) {
106 } else if (beforeChild->isRubyText()) {
134 if (beforeChild && beforeChild->isRubyText())
144 if (!beingDestroyed() && !documentBeingDestroyed() && child->isRubyText()) {
RenderObject.h 393 virtual bool isRubyText() const { return false; }
    [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 319 return node && node->renderer() && !node->renderer()->isInline() && !node->renderer()->isRubyText();
    [all...]
TextIterator.cpp     [all...]

Completed in 171 milliseconds