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

  /external/webkit/WebCore/css/
CSSStyleDeclaration.h 52 String getPropertyShorthand(const String& propertyName);
58 virtual int getPropertyShorthand(int propertyID) const = 0;
CSSStyleDeclaration.idl 48 [ConvertNullStringTo=Null] DOMString getPropertyShorthand(in DOMString propertyName);
CSSComputedStyleDeclaration.h 47 virtual int getPropertyShorthand(int /*propertyID*/) const { return -1; }
CSSStyleDeclaration.cpp 64 String CSSStyleDeclaration::getPropertyShorthand(const String& propertyName)
69 int shorthandID = getPropertyShorthand(propID);
CSSMutableStyleDeclaration.h 97 virtual int getPropertyShorthand(int propertyID) const;
CSSMutableStyleDeclaration.cpp 496 int CSSMutableStyleDeclaration::getPropertyShorthand(int propertyID) const
    [all...]
  /external/webkit/WebCore/inspector/front-end/
InjectedScript.js 152 if (style.getPropertyShorthand(propertyName)) {
174 var shorthand = tempStyle.getPropertyShorthand(name);
217 if (style.getPropertyShorthand(propertyName)) {
367 var shorthand = style.getPropertyShorthand(name);
413 if (individualProperty in foundProperties || style.getPropertyShorthand(individualProperty) !== shorthandProperty)
432 if (individualProperty in foundProperties || style.getPropertyShorthand(individualProperty) !== shorthandProperty)
457 if (style.getPropertyShorthand(individualProperty) !== shorthandProperty)
    [all...]
DOMAgent.js 592 getPropertyShorthand: function(name)
610 var shorthandProperty = this.getPropertyShorthand(individualProperty);
StylesSidebarPane.js 228 deleteDisabledProperty(style, style.getPropertyShorthand(name));
563 var shorthand = !disabled ? style.getPropertyShorthand(name) : null;
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 330 milliseconds