Home
last modified time | relevance | path

Searched refs:CounterContentData (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DContentData.h128 class CounterContentData : public ContentData {
138 CounterContentData(PassOwnPtr<CounterContent> counter) in CounterContentData() function
153 return *static_cast<const CounterContentData&>(data).counter() == *counter(); in equals()
DContentData.cpp47 return adoptPtr(new CounterContentData(counter)); in create()
87 RenderObject* CounterContentData::createRenderer(Document& doc, RenderStyle* pseudoStyle) const in createRenderer()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1447 … const CounterContent* counter = static_cast<const CounterContentData*>(contentData)->counter(); in valueForContentData()