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

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

Completed in 156 milliseconds