Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderListMarker

26 #include "RenderListMarker.h"
1045 RenderListMarker::RenderListMarker(RenderListItem* item)
1054 RenderListMarker::~RenderListMarker()
1060 void RenderListMarker::styleWillChange(StyleDifference diff, const RenderStyle* newStyle)
1068 void RenderListMarker::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
1081 InlineBox* RenderListMarker::createInlineBox()
1088 bool RenderListMarker::isImage() const
1093 IntRect RenderListMarker::localSelectionRect()
1105 void RenderListMarker::paint(PaintInfo& paintInfo, int tx, int ty)
1305 void RenderListMarker::layout()
1330 void RenderListMarker::imageChanged(WrappedImagePtr o, const IntRect*)
1342 void RenderListMarker::computePreferredLogicalWidths()
1474 void RenderListMarker::updateMargins()
1539 int RenderListMarker::lineHeight(bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
1546 int RenderListMarker::baselinePosition(FontBaseline baselineType, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
1553 String RenderListMarker::suffix() const
1572 bool RenderListMarker::isInside() const
1577 IntRect RenderListMarker::getRelativeMarkerRect()
1695 void RenderListMarker::setSelectionState(SelectionState state)
1704 IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent)