Home
last modified time | relevance | path

Searched defs:getCounterValue (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp974 Counter* CSSPrimitiveValue::getCounterValue(ExceptionState& exceptionState) const in getCounterValue() function in blink::CSSPrimitiveValue
DCSSPrimitiveValue.h306 …Counter* getCounterValue() const { return m_primitiveUnitType != CSS_COUNTER ? 0 : m_value.counter… in getCounterValue() function
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m104 - (BOOL)getCounterValue; method
Dobjcmt-ns-nonatomic-iosonly.m111 - (BOOL)getCounterValue; method
Dobjcmt-property.m107 - (BOOL)getCounterValue; method
/external/clang/include/clang/Lex/
DPreprocessor.h1280 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function