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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListMarker.h 55 virtual bool isListMarker() const { return true; }
91 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isListMarker());
97 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isListMarker());
RenderObjectChildList.cpp 41 if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstChild()->isText()))
RootInlineBox.cpp 636 if (leftPosition <= firstLeaf->logicalLeft() && !firstLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(firstLeaf)))
641 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
648 if (!leaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf))) {
    [all...]
InlineIterator.h 399 if (m_obj && m_obj->isListMarker())
RenderListItem.cpp 262 while (result && result->isListMarker())
RenderObject.h 327 virtual bool isListMarker() const { return false; }
501 return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread()
    [all...]
RenderBlockLineLayout.cpp 625 if (runCount == 2 && !r->m_object->isListMarker())
626 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
    [all...]
RenderTreeAsText.cpp 361 if (o.isListMarker()) {
InlineFlowBox.cpp 167 || (child->renderer()->isListMarker() && !toRenderListMarker(child->renderer())->isInside())
414 } else if (!curr->renderer()->isListMarker() || toRenderListMarker(curr->renderer())->isInside()) {
    [all...]
RenderInline.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 331 if (m_renderer->isListMarker())
803 if (isWebArea() || isSeamlessWebArea() || m_renderer->isListMarker())
    [all...]

Completed in 211 milliseconds