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

  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.h 53 String getPropertyShorthand(const String& propertyName);
59 virtual int getPropertyShorthand(int propertyID) const = 0;
CSSStyleDeclaration.idl 48 [ConvertNullStringTo=Null] DOMString getPropertyShorthand(in DOMString propertyName);
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.h 101 virtual int getPropertyShorthand(int propertyID) const;
CSSMutableStyleDeclaration.cpp 525 int CSSMutableStyleDeclaration::getPropertyShorthand(int propertyID) const
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 529 String shorthand = m_style->getPropertyShorthand(name);
578 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
599 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
614 if (foundProperties.contains(individualProperty) || m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 298 getPropertyShorthand: function(name)
316 var shorthandProperty = this.getPropertyShorthand(individualProperty);
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 714 milliseconds