isCounter 1336 Source/core/css/CSSComputedStyleDeclaration.cpp if (contentData->isCounter()) { isCounter 167 Source/core/css/CSSPrimitiveValue.h bool isCounter() const { return m_primitiveUnitType == CSS_COUNTER; } isCounter 1351 Source/core/css/resolver/StyleBuilderCustom.cpp } else if (contentValue->isCounter()) { isCounter 2178 Source/core/frame/FrameView.cpp if (!renderer->isCounter()) isCounter 50 Source/core/rendering/RenderCounter.h virtual bool isCounter() const OVERRIDE; isCounter 63 Source/core/rendering/RenderCounter.h DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderCounter, isCounter()); isCounter 338 Source/core/rendering/RenderObject.h virtual bool isCounter() const { return false; } isCounter 734 Source/core/rendering/RenderTreeAsText.cpp if (child->isCounter()) { isCounter 49 Source/core/rendering/style/ContentData.h virtual bool isCounter() const { return false; } isCounter 134 Source/core/rendering/style/ContentData.h virtual bool isCounter() const OVERRIDE { return true; } isCounter 151 Source/core/rendering/style/ContentData.h if (!data.isCounter())