Searched refs:isBR (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBR.h49 virtual bool isBR() const { return true; } function in class:WebCore::RenderBR
66 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isBR());
72 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isBR());
H A DRenderLineBoxList.cpp393 if (adjacentBox && (adjacentBox->lineBreakObj() == child || child->isBR() || (curr && curr->isBR()) || insertedAfterLeadingSpace))
H A DRenderMenuList.cpp243 if (!m_buttonText || !m_buttonText->isBR()) {
251 if (m_buttonText && !m_buttonText->isBR())
H A DRenderBlockLineLayout.cpp520 if (obj->isBR())
641 if (!r->isText() || r->isBR())
1601 if (!lastObject->isBR())
1603 if (lastObject->isBR()) {
2543 if (!shouldCollapseWhiteSpace(it.m_obj->style(), lineInfo, whitespacePosition) || it.m_obj->isBR())
2618 if (next && !next->isBR() && next->isText() && toRenderText(next)->textLength() > 0) {
2941 if (current.m_obj->isBR()) {
3418 else if (next && current.m_obj->isText() && next->isText() && !next->isBR() && (autoWrap || next->style()->autoWrap())) {
3493 if (!lBreak.m_obj || !lBreak.m_obj->isBR()) {
3507 } else if (!width.committedWidth() && (!current.m_obj || !current.m_obj->isBR())
[all...]
H A DRenderObject.h322 virtual bool isBR() const { return false; } function in class:WebCore::RenderObject
1187 if (isText() && !isBR())
1197 if (isText() && !isBR())
H A DInlineIterator.h84 return (m_obj && m_obj->isBR()) || atTextParagraphSeparator();
H A DRenderTreeAsText.cpp269 if (!(o.isText() && !o.isBR())) {
566 if (o.isText() && !o.isBR()) {
H A DInlineFlowBox.cpp130 if (child->renderer()->isBR() || child->renderer()->parent() != renderer()) {
139 if (child->renderer()->isBR()) {
169 } else if (!child->renderer()->isBR() && (child->renderer()->style(isFirstLineStyle())->boxShadow() || child->boxModelObject()->hasSelfPaintingLayer()
671 } else if (!curr->renderer()->isBR()) {
955 if (rt->isBR())
H A DRenderText.cpp227 if (isBR()) {
946 if (isBR())
1428 ASSERT(!isBR() || (textLength() == 1 && m_text[0] == '\n'));
H A DRenderCounter.cpp108 if (object->isText() && !object->isBR())
H A DTextAutosizer.cpp422 if (renderer->isBR())
H A DInlineTextBox.cpp111 if (m_renderer->isBR())
370 return renderer()->isBR() || (renderer()->style()->preserveNewline() && len() == 1 && (*textRenderer()->text())[start()] == '\n');
H A DRenderBlock.cpp6134 if (!child->isBR()) {
6890 if (!currChild->isText() || currChild->isBR())
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPositionIterator.cpp154 if (renderer->isBR())
H A DText.cpp225 if (prev && prev->isBR()) // <span><br/> <br/></span>
H A DContainerNode.cpp881 if (p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox()) {
883 } else if ((o->isText() && !o->isBR()) || o->isReplaced()) {
H A DPosition.cpp914 if (renderer->isBR())
1142 if (next->isBR())
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DVisiblePosition.cpp126 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
291 if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretLeftmostOffset())
H A DInsertParagraphSeparatorCommand.cpp305 if (visiblePos.deepEquivalent().anchorNode()->renderer()->isBR()) {
H A DVisibleUnits.cpp517 if ((node->isTextNode() && static_cast<int>(next) <= node->maxCharacterOffset()) || (node->renderer() && node->renderer()->isBR() && !next))
1134 if (r->isBR() || isBlock(n))
1215 if (r->isBR() || isBlock(n))
H A Dhtmlediting.cpp889 if (renderer->isBR()) {
901 if (!childRenderer->isBR())
H A DTextIterator.cpp756 if (renderer ? !renderer->isBR() : !node->hasTagName(brTag))
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceText.cpp79 if (object->isBR()) {
113 if (!box->nextOnLineExists() && !(object->nextSibling() && object->nextSibling()->isBR())) {
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp1173 if (m_renderer->isBR() || !renderText->firstTextBox())

Completed in 408 milliseconds