Searched defs:RenderCounter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.h32 class RenderCounter : public RenderText { class in namespace:WebCore
34 RenderCounter(Document*, const CounterContent&);
35 virtual ~RenderCounter();
56 RenderCounter* m_nextForSameCounter;
60 inline RenderCounter* toRenderCounter(RenderObject* object)
63 return static_cast<RenderCounter*>(object);
67 void toRenderCounter(const RenderCounter*);
H A DRenderCounter.cpp23 #include "RenderCounter.h"
449 RenderCounter::RenderCounter(Document* node, const CounterContent& counter) function in class:WebCore::RenderCounter
457 RenderCounter::~RenderCounter()
465 const char* RenderCounter::renderName() const
467 return "RenderCounter";
470 bool RenderCounter::isCounter() const
475 PassRefPtr<StringImpl> RenderCounter::originalText() const
489 makeCounterNode(beforeAfterContainer, m_counter.identifier(), true)->addRenderer(const_cast<RenderCounter*>(thi
[all...]

Completed in 40 milliseconds