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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBR.h 49 virtual bool isBR() const { return true; }
66 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isBR());
72 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isBR());
RenderLineBoxList.cpp 356 if (adjacentBox && (adjacentBox->lineBreakObj() == child || child->isBR() || (curr && curr->isBR())
RenderMenuList.cpp 236 if (!m_buttonText || !m_buttonText->isBR()) {
244 if (m_buttonText && !m_buttonText->isBR())
RenderObject.h 309 virtual bool isBR() const { return false; }
    [all...]
InlineIterator.h 84 return (m_obj && m_obj->isBR()) || atTextParagraphSeparator();
RenderBlockLineLayout.cpp 482 if (obj->isBR())
603 if (!r->isText() || r->isBR())
    [all...]
RenderTreeAsText.cpp 252 if (!(o.isText() && !o.isBR())) {
504 if (o.isText() && !o.isBR()) {
InlineFlowBox.cpp 127 if (child->renderer()->isBR() || child->renderer()->parent() != renderer()) {
136 if (child->renderer()->isBR()) {
166 } else if (!child->renderer()->isBR() && (child->renderer()->style(isFirstLineStyle())->boxShadow() || child->boxModelObject()->hasSelfPaintingLayer()
653 } else if (!curr->renderer()->isBR()) {
    [all...]
RenderText.cpp 224 if (isBR()) {
    [all...]
RenderCounter.cpp 108 if (object->isText() && !object->isBR())
TextAutosizer.cpp 467 if (renderer->isBR())
InlineTextBox.cpp 114 if (m_renderer->isBR())
368 return renderer()->isBR() || (renderer()->style()->preserveNewline() && len() == 1 && (*textRenderer()->text().impl())[start()] == '\n');
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 154 if (renderer->isBR())
Text.cpp 215 if (prev && prev->isBR()) // <span><br/> <br/></span>
ContainerNode.cpp 786 if (p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox()) {
788 } else if ((o->isText() && !o->isBR()) || o->isReplaced()) {
    [all...]
Position.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 131 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
296 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretLeftmostOffset())
InsertParagraphSeparatorCommand.cpp 304 if (visiblePos.deepEquivalent().anchorNode()->renderer()->isBR()) {
htmlediting.cpp 805 if (renderer->isBR()) {
817 if (!childRenderer->isBR())
    [all...]
VisibleUnits.cpp 518 if ((node->isTextNode() && static_cast<int>(next) <= node->maxCharacterOffset()) || (node->renderer() && node->renderer()->isBR() && !next))
    [all...]
TextIterator.cpp 743 if (renderer ? !renderer->isBR() : !node->hasTagName(brTag))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 704 if (m_renderer->isBR() || !renderText->firstTextBox())
    [all...]

Completed in 459 milliseconds