Home
last modified time | relevance | path

Searched refs:isListMarker (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.h55 virtual bool isListMarker() const OVERRIDE { return true; } in isListMarker() function
89 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListMarker, isListMarker());
DRenderObjectChildList.cpp41 …if (firstChild()->isListMarker() || (firstChild()->style()->styleType() == FIRST_LETTER && !firstC… in destroyLeftoverChildren()
DRootInlineBox.cpp513 …if (leftPosition <= firstLeaf->logicalLeft() && !firstLeaf->renderer().isListMarker() && (!onlyEdi… in closestLeafChildForLogicalLeftPosition()
518 …if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEdit… in closestLeafChildForLogicalLeftPosition()
525 if (!leaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf))) { in closestLeafChildForLogicalLeftPosition()
DRenderListItem.cpp267 while (result && result->isListMarker()) in firstNonMarkerChild()
DRenderObject.h338 virtual bool isListMarker() const { return false; } in isListMarker() function
487 …() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderF… in isAnonymousBlock()
DInlineIterator.h431 if (m_obj && m_obj->isListMarker()) in direction()
DRenderBlockLineLayout.cpp247 if (runCount == 2 && !r->m_object->isListMarker()) in constructLine()
248 …()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker(); in constructLine()
1629 if (child->isListMarker()) in computeInlinePreferredLogicalWidths()
DRenderTreeAsText.cpp326 if (o.isListMarker()) { in writeRenderObject()
DInlineFlowBox.cpp167 … || (child->renderer().isListMarker() && !toRenderListMarker(child->renderer()).isInside()) in addToLine()
417 … } else if (!curr->renderer().isListMarker() || toRenderListMarker(curr->renderer()).isInside()) { in placeBoxRangeInInlineDirection()
DRenderBlock.cpp1198 if (!beingDestroyed() && isAnonymousBlockContinuation() && !oldChild->isListMarker()) { in removeChild()
4145 } else if (currChild->isListMarker()) { in updateFirstLetter()
DRenderObject.cpp1315 if (current->isText() || current->isListMarker()) in addChildFocusRingRects()
DRenderBox.cpp2156 if (!itemChild->isListMarker()) in getMaxWidthListMarker()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h458 if (m_current.object()->isListMarker()) { in handleReplaced()
890 …(!m_lastObject->isImage() || m_allowImagesToBreak) && (!m_lastObject->isListMarker() || toRenderLi… in commitAndUpdateLineBreakIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp275 if (m_renderer->isListMarker()) in determineAccessibilityRole()
736 if (isWebArea() || m_renderer->isListMarker()) in computeAccessibilityIsIgnored()
889 if (m_renderer->isListMarker()) in stringValue()