HomeSort by relevance Sort by last modified time
    Searched defs:isCounter (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ContentData.h 49 virtual bool isCounter() const { return false; }
141 virtual bool isCounter() const OVERRIDE { return true; }
158 if (!data.isCounter())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp 381 bool RenderCounter::isCounter() const
RenderObject.h 354 virtual bool isCounter() const { return false; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 180 bool isCounter() const { return m_primitiveUnitType == CSS_COUNTER; }

Completed in 142 milliseconds