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

  /external/webkit/Source/WebCore/editing/
RemoveCSSPropertyCommand.cpp 47 m_important = style->getPropertyPriority(m_property);
EditingStyle.cpp 463 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->getPropertyPriority(CSSPropertyUnicodeBidi));
465 m_mutableStyle->getPropertyPriority(CSSPropertyDirection));
519 m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutableStyle->getPropertyPriority(CSSPropertyTextDecoration));
580 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID));
586 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID));
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.h 52 String getPropertyPriority(const String& propertyName);
58 virtual bool getPropertyPriority(int propertyID) const = 0;
CSSStyleDeclaration.idl 37 [ConvertNullStringTo=Null] DOMString getPropertyPriority(in DOMString propertyName);
CSSComputedStyleDeclaration.h 52 virtual bool getPropertyPriority(int propertyID) const;
CSSStyleDeclaration.cpp 57 String CSSStyleDeclaration::getPropertyPriority(const String& propertyName)
62 return getPropertyPriority(propID) ? "important" : "";
CSSMutableStyleDeclaration.h 100 virtual bool getPropertyPriority(int propertyID) const;
CSSMutableStyleDeclaration.cpp 519 bool CSSMutableStyleDeclaration::getPropertyPriority(int propertyID) const
638 if (!getPropertyPriority(properties[i]->id()) || properties[i]->isImportant()) {
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/Source/WebKit/win/
DOMCSSClasses.cpp 127 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyPriority(
DOMCSSClasses.h 100 virtual HRESULT STDMETHODCALLTYPE getPropertyPriority(
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCSS.idl 153 - (NSString *)getPropertyPriority:(NSString *)propertyName;
155 HRESULT getPropertyPriority([in] BSTR propertyName, [out, retval] BSTR* result);
  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 292 getPropertyPriority: function(name)
327 var priority = this.getPropertyPriority(individualProperty);
354 var priority = this.getPropertyPriority(shorthandProperty);
359 return longhands ? this.getPropertyPriority(longhands[0]) : null;
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 453 result->append(InspectorStyleProperty(CSSPropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmpty(), true, SourceRange()), false, false));
595 String priority = m_style->getPropertyPriority(shorthandProperty);
601 priority = m_style->getPropertyPriority(individualProperty);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 857 if (style->getPropertyPriority(propID))
873 if (rule->style()->getPropertyPriority(propID))
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 235 milliseconds