HomeSort by relevance Sort by last modified time
    Searched defs:RenderCounter (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderCounter.h 32 class RenderCounter : public RenderText {
34 RenderCounter(Document*, const CounterContent&);
58 inline RenderCounter* toRenderCounter(RenderObject* object)
61 return static_cast<RenderCounter*>(object);
65 void toRenderCounter(const RenderCounter*);
RenderCounter.cpp 23 #include "RenderCounter.h"
140 // traversing. In the future RenderCounter should handle RenderObjects that are not connected to the
288 RenderCounter::RenderCounter(Document* node, const CounterContent& counter)
295 const char* RenderCounter::renderName() const
297 return "RenderCounter";
300 bool RenderCounter::isCounter() const
305 PassRefPtr<StringImpl> RenderCounter::originalText() const
331 void RenderCounter::calcPrefWidths(int lead)
337 void RenderCounter::invalidate(const AtomicString& identifier
    [all...]

Completed in 79 milliseconds