Searched defs:isCounter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DContentData.h49 virtual bool isCounter() const { return false; } function in class:blink::ContentData
141 virtual bool isCounter() const OVERRIDE { return true; }
158 if (!data.isCounter())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCounter.cpp381 bool RenderCounter::isCounter() const function in class:blink::RenderCounter
H A DRenderObject.h354 virtual bool isCounter() const { return false; } function in class:blink::RenderObject
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h180 bool isCounter() const { return m_primitiveUnitType == CSS_COUNTER; } function in class:blink::CSSPrimitiveValue

Completed in 79 milliseconds