Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h286 Counter* getCounterValue(ExceptionState&) const;
287 …Counter* getCounterValue() const { return m_primitiveUnitType != CSS_COUNTER ? 0 : m_value.counter… in getCounterValue() function
DCSSPrimitiveValue.idl63 [RaisesException] Counter getCounterValue();
DCSSPrimitiveValue.cpp829 Counter* CSSPrimitiveValue::getCounterValue(ExceptionState& exceptionState) const in getCounterValue() function in WebCore::CSSPrimitiveValue
/external/clang/include/clang/Lex/
DPreprocessor.h1203 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1265 Counter* counterValue = contentValue->getCounterValue(); in oldApplyProperty()
/external/clang/lib/Serialization/
DASTWriter.cpp1899 if (PP.getCounterValue() != 0) { in WritePreprocessor()
1900 Record.push_back(PP.getCounterValue()); in WritePreprocessor()