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 { 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.cpp630 …if (leftPosition <= firstLeaf->logicalLeft() && !firstLeaf->renderer()->isListMarker() && (!onlyEd… in closestLeafChildForLogicalLeftPosition()
635 …if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEdi… in closestLeafChildForLogicalLeftPosition()
642 if (!leaf->renderer()->isListMarker() && (!onlyEditableLeaves || isEditableLeaf(leaf))) { in closestLeafChildForLogicalLeftPosition()
DRenderListItem.cpp269 while (result && result->isListMarker()) in firstNonMarkerChild()
DRenderObject.h336 virtual bool isListMarker() const { return false; } in isListMarker() function
497 …() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderF… in isAnonymousBlock()
DInlineIterator.h428 if (m_obj && m_obj->isListMarker()) in direction()
DRenderTreeAsText.cpp327 if (o.isListMarker()) { in writeRenderObject()
DInlineFlowBox.cpp167 … || (child->renderer()->isListMarker() && !toRenderListMarker(child->renderer())->isInside()) in addToLine()
414 …} else if (!curr->renderer()->isListMarker() || toRenderListMarker(curr->renderer())->isInside()) { in placeBoxRangeInInlineDirection()
DRenderBlockLineLayout.cpp277 if (runCount == 2 && !r->m_object->isListMarker()) in constructLine()
278 …()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker(); in constructLine()
DRenderBlock.cpp1129 if (!beingDestroyed() && isAnonymousBlockContinuation() && !oldChild->isListMarker()) { in removeChild()
4362 if (child->isListMarker()) in computeInlinePreferredLogicalWidths()
4887 } else if (currChild->isListMarker()) { in updateFirstLetter()
5285 if (!curr->isText() && !curr->isListMarker() && curr->isBox()) { in addFocusRingRects()
DRenderInline.cpp1361 if (!curr->isText() && !curr->isListMarker()) { in addFocusRingRects()
DRenderBox.cpp2251 if (!itemChild->isListMarker()) in getMaxWidthListMarker()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.cpp285 if (m_renderer->isListMarker()) in determineAccessibilityRole()
740 if (isWebArea() || isSeamlessWebArea() || m_renderer->isListMarker()) in computeAccessibilityIsIgnored()
904 if (m_renderer->isListMarker()) in stringValue()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h616 if (m_current.object()->isListMarker()) { in handleReplaced()
1071 …(!m_lastObject->isImage() || m_allowImagesToBreak) && (!m_lastObject->isListMarker() || toRenderLi… in commitAndUpdateLineBreakIfNeeded()