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

  /external/webkit/WebCore/editing/
RemoveCSSPropertyCommand.cpp 46 m_important = m_style->getPropertyPriority(m_property);
ApplyStyleCommand.cpp 160 style->setProperty(propertyID, newTextDecoration->cssText(), style->getPropertyPriority(propertyID));
163 ASSERT(!style->getPropertyPriority(propertyID));
    [all...]
  /external/webkit/WebCore/css/
CSSStyleDeclaration.h 51 String getPropertyPriority(const String& propertyName);
57 virtual bool getPropertyPriority(int propertyID) const = 0;
CSSStyleDeclaration.idl 37 [ConvertNullStringTo=Null] DOMString getPropertyPriority(in DOMString propertyName);
CSSComputedStyleDeclaration.h 46 virtual bool getPropertyPriority(int propertyID) const;
CSSStyleDeclaration.cpp 56 String CSSStyleDeclaration::getPropertyPriority(const String& propertyName)
61 return getPropertyPriority(propID) ? "important" : "";
CSSMutableStyleDeclaration.h 96 virtual bool getPropertyPriority(int propertyID) const;
CSSMutableStyleDeclaration.cpp 490 bool CSSMutableStyleDeclaration::getPropertyPriority(int propertyID) const
601 if (!getPropertyPriority(properties[i]->id()) || properties[i]->isImportant()) {
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/WebKit/win/
DOMCSSClasses.cpp 129 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyPriority(
DOMCSSClasses.h 100 virtual HRESULT STDMETHODCALLTYPE getPropertyPriority(
  /external/webkit/WebKit/win/Interfaces/
DOMCSS.idl 153 - (NSString *)getPropertyPriority:(NSString *)propertyName;
155 HRESULT getPropertyPriority([in] BSTR propertyName, [out, retval] BSTR* result);
  /external/webkit/WebCore/inspector/front-end/
DOMAgent.js 586 getPropertyPriority: function(name)
621 var priority = this.getPropertyPriority(individualProperty);
647 var priority = this.getPropertyPriority(shorthandProperty);
652 return longhands ? this.getPropertyPriority(longhands[0]) : null;
InjectedScript.js 185 var priority = tempStyle.getPropertyPriority(name);
215 style.__disabledPropertyPriorities[propertyName] = style.getPropertyPriority(propertyName);
365 property.priority = style.getPropertyPriority(name);
453 var priority = style.getPropertyPriority(shorthandProperty);
459 priority = style.getPropertyPriority(individualProperty);
    [all...]
StylesSidebarPane.js 205 if (!priorityUsed && style.getPropertyPriority(name).length)
255 if (style.getPropertyPriority(name).length) {
836 return (this.shorthand ? this.style.getShorthandPriority(this.name) : this.style.getPropertyPriority(this.name));
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 791 if (style->getPropertyPriority(propID))
807 if (rule->style()->getPropertyPriority(propID))
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 258 milliseconds