HomeSort by relevance Sort by last modified time
    Searched defs:getPropertyShorthand (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.h 53 virtual int getPropertyShorthand(int /*propertyID*/) const { return -1; }
CSSStyleDeclaration.cpp 65 String CSSStyleDeclaration::getPropertyShorthand(const String& propertyName)
70 int shorthandID = getPropertyShorthand(propID);
CSSMutableStyleDeclaration.cpp 525 int CSSMutableStyleDeclaration::getPropertyShorthand(int propertyID) const
    [all...]

Completed in 226 milliseconds