Home
last modified time | relevance | path

Searched refs:isInside (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderListMarker.h45 bool isInside() const;
DRenderListItem.cpp256 …if (m_marker && m_marker->parent()->isBox() && !m_marker->isInside() && m_marker->inlineBoxWrapper… in positionListMarker()
DRenderListMarker.cpp1304 if (isInside()) { in updateMargins()
1384 bool RenderListMarker::isInside() const in isInside() function in WebCore::RenderListMarker
DRenderBlockLineLayout.cpp1613 if (toRenderListMarker(o)->isInside()) in findNextLineBreak()
1935 …mage() || allowImagesToBreak) && (!last->isListMarker() || toRenderListMarker(last)->isInside())) { in findNextLineBreak()
DInlineFlowBox.cpp323 …} else if (!curr->renderer()->isListMarker() || toRenderListMarker(curr->renderer())->isInside()) { in placeBoxesHorizontally()
/external/webkit/WebCore/
DChangeLog-2003-10-2515911 … * khtml/rendering/render_list.h: Add isInside() to RenderListMarker, setNotInList(), notInList(),
15916 (RenderListMarker::paintObject): Use isInside() instead of checking listStylePosition().
15919 …(RenderListMarker::isInside): Return true if we are not in a list, or if "inside" style is request…
DChangeLog-2007-10-1456151 (WebCore::RenderBlock::findNextLineBreak): Use the list marker's isInside()