Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h169 Counter* getCounterValue(ExceptionCode&) const;
170 Counter* getCounterValue() const { return m_type != CSS_COUNTER ? 0 : m_value.counter; } in getCounterValue() function
DCSSPrimitiveValue.idl64 Counter getCounterValue()
DCSSPrimitiveValue.cpp543 Counter* CSSPrimitiveValue::getCounterValue(ExceptionCode& ec) const in getCounterValue() function in WebCore::CSSPrimitiveValue
DCSSStyleSelector.cpp4546 Counter* counterValue = contentValue->getCounterValue(); in applyProperty()
/external/clang/include/clang/Lex/
DPreprocessor.h1032 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h954 - (DOMCounter *)getCounterValue;
/external/clang/lib/Serialization/
DASTWriter.cpp1650 if (PP.getCounterValue() != 0) { in WritePreprocessor()
1651 Record.push_back(PP.getCounterValue()); in WritePreprocessor()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1061063 - Match the spec when calling getFloatValue, getStringValue, getCounterValue,
61073 (WebCore::CSSPrimitiveValue::getCounterValue):
61080 (WebCore::CSSPrimitiveValue::getCounterValue):
DChangeLog-2006-05-1021260 (WebCore::CSSPrimitiveValueImpl::getCounterValue):
DChangeLog-2007-10-1464978 (WebCore::CSSPrimitiveValue::getCounterValue):