OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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; }
134
virtual bool
isCounter
() const OVERRIDE { return true; }
151
if (!data.
isCounter
())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.cpp
377
bool RenderCounter::
isCounter
() const
RenderObject.h
322
virtual bool
isCounter
() const { return false; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h
161
bool
isCounter
() const { return m_primitiveUnitType == CSS_COUNTER; }
Completed in 42 milliseconds