Searched refs:CounterContent (Results 1 – 9 of 9) sorted by relevance
33 class CounterContent {36 …CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator) in CounterContent() function53 static inline bool operator==(const CounterContent& a, const CounterContent& b)
44 static PassOwnPtr<ContentData> create(PassOwnPtr<CounterContent>);131 const CounterContent* counter() const { return m_counter.get(); } in counter()132 void setCounter(PassOwnPtr<CounterContent> counter) { m_counter = counter; } in setCounter()138 CounterContentData(PassOwnPtr<CounterContent> counter) in CounterContentData()145 OwnPtr<CounterContent> counterData = adoptPtr(new CounterContent(*counter())); in cloneInternal()156 OwnPtr<CounterContent> m_counter;
45 PassOwnPtr<ContentData> ContentData::create(PassOwnPtr<CounterContent> counter) in create()
94 class CounterContent; variable1459 void setContent(PassOwnPtr<CounterContent>, bool add = false);
782 void RenderStyle::setContent(PassOwnPtr<CounterContent> counter, bool add) in setContent()
34 RenderCounter(Document*, const CounterContent&);57 CounterContent m_counter;
348 RenderCounter::RenderCounter(Document* node, const CounterContent& counter) in RenderCounter()
1270 …OwnPtr<CounterContent> counter = adoptPtr(new CounterContent(AtomicString(counterValue->identifier… in oldApplyProperty()
1447 … const CounterContent* counter = static_cast<const CounterContentData*>(contentData)->counter(); in valueForContentData()