HomeSort by relevance Sort by last modified time
    Searched refs:addExpandedPropertyForValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 95 void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue>, bool);
CSSPropertyParser.cpp 399 void CSSPropertyParser::addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important)
451 addExpandedPropertyForValue(propId, cssValuePool().createInheritedValue(), important);
457 addExpandedPropertyForValue(propId, cssValuePool().createExplicitInitialValue(), important);
    [all...]

Completed in 57 milliseconds