Searched refs:isInside (Results 1 – 7 of 7) sorted by relevance
45 bool isInside() const;
256 …if (m_marker && m_marker->parent()->isBox() && !m_marker->isInside() && m_marker->inlineBoxWrapper… in positionListMarker()
1304 if (isInside()) { in updateMargins()1384 bool RenderListMarker::isInside() const in isInside() function in WebCore::RenderListMarker
1613 if (toRenderListMarker(o)->isInside()) in findNextLineBreak()1935 …mage() || allowImagesToBreak) && (!last->isListMarker() || toRenderListMarker(last)->isInside())) { in findNextLineBreak()
323 …} else if (!curr->renderer()->isListMarker() || toRenderListMarker(curr->renderer())->isInside()) { in placeBoxesHorizontally()
15911 … * 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…
56151 (WebCore::RenderBlock::findNextLineBreak): Use the list marker's isInside()