Home
last modified time | relevance | path

Searched refs:getPropertyPriority (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/css/
DCSSStyleDeclaration.h52 String getPropertyPriority(const String& propertyName);
58 virtual bool getPropertyPriority(int propertyID) const = 0;
DCSSStyleDeclaration.cpp57 String CSSStyleDeclaration::getPropertyPriority(const String& propertyName) in getPropertyPriority() function in WebCore::CSSStyleDeclaration
62 return getPropertyPriority(propID) ? "important" : ""; in getPropertyPriority()
DCSSComputedStyleDeclaration.h52 virtual bool getPropertyPriority(int propertyID) const;
DCSSStyleDeclaration.idl37 … [ConvertNullStringTo=Null] DOMString getPropertyPriority(in DOMString propertyName);
DCSSMutableStyleDeclaration.h100 virtual bool getPropertyPriority(int propertyID) const;
DCSSMutableStyleDeclaration.cpp519 bool CSSMutableStyleDeclaration::getPropertyPriority(int propertyID) const in getPropertyPriority() function in WebCore::CSSMutableStyleDeclaration
638 if (!getPropertyPriority(properties[i]->id()) || properties[i]->isImportant()) { in addParsedProperties()
DCSSComputedStyleDeclaration.cpp1871 bool CSSComputedStyleDeclaration::getPropertyPriority(int /*propertyID*/) const in getPropertyPriority() function in WebCore::CSSComputedStyleDeclaration
/external/webkit/Source/WebCore/editing/
DRemoveCSSPropertyCommand.cpp47 m_important = style->getPropertyPriority(m_property); in doApply()
DEditingStyle.cpp463 …setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->getPropertyPriority(CSSProperty… in extractAndRemoveTextDirection()
465 m_mutableStyle->getPropertyPriority(CSSPropertyDirection)); in extractAndRemoveTextDirection()
519 …extDecoration, textDecorationsInEffect->cssText(), m_mutableStyle->getPropertyPriority(CSSProperty… in collapseTextDecorationProperties()
580 …ropertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID)… in conflictsWithInlineStyleOfElement()
586 …ropertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID)… in conflictsWithInlineStyleOfElement()
832 …style->setProperty(propertyID, newTextDecoration->cssText(), style->getPropertyPriority(propertyID… in setTextDecorationProperty()
835 ASSERT(!style->getPropertyPriority(propertyID)); in setTextDecorationProperty()
/external/webkit/Source/WebCore/inspector/front-end/
DCSSStyleModel.js292 getPropertyPriority: function(name) method in WebInspector.CSSStyleDeclaration
327 var priority = this.getPropertyPriority(individualProperty);
354 var priority = this.getPropertyPriority(shorthandProperty);
359 return longhands ? this.getPropertyPriority(longhands[0]) : null;
/external/webkit/Source/WebKit/win/
DDOMCSSClasses.cpp127 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyPriority( in getPropertyPriority() function in DOMCSSStyleDeclaration
DDOMCSSClasses.h100 virtual HRESULT STDMETHODCALLTYPE getPropertyPriority(
DChangeLog-2009-06-1611332 (DeprecatedDOMCSSStyleDeclaration::getPropertyPriority):
22080 (DOMCSSStyleDeclaration::getPropertyPriority):
/external/webkit/Source/WebKit/win/Interfaces/
DDOMCSS.idl153 - (NSString *)getPropertyPriority:(NSString *)propertyName;
155 HRESULT getPropertyPriority([in] BSTR propertyName, [out, retval] BSTR* result);
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp453 …ropertySourceData(name, m_style->getPropertyValue(name), !m_style->getPropertyPriority(name).isEmp… in populateAllProperties()
595 String priority = m_style->getPropertyPriority(shorthandProperty); in shorthandPriority()
601 priority = m_style->getPropertyPriority(individualProperty); in shorthandPriority()
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp857 if (style->getPropertyPriority(propID)) in styleProperty()
873 if (rule->style()->getPropertyPriority(propID)) in styleProperty()
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h986 - (NSString *)getPropertyPriority:(NSString *)propertyName;
/external/webkit/Source/WebCore/
DChangeLog-2005-12-191913 (DOM::CSSMutableStyleDeclarationImpl::getPropertyPriority):
20123 (CSSStyleDeclarationImpl::getPropertyPriority):
25803 (CSSStyleDeclarationImpl::getPropertyPriority):
DChangeLog-2005-08-2317588 (DOM::CSSStyleDeclarationImpl::getPropertyPriority):
17606 (DOM::CSSStyleDeclaration::getPropertyPriority):
17956 (-[DOMCSSStyleDeclaration getPropertyPriority:]):
30455 (DOM::CSSMutableStyleDeclarationImpl::getPropertyPriority): Update to use QValueList.
49540 (DOM::CSSComputedStyleDeclarationImpl::getPropertyPriority): Ditto.
DChangeLog-2003-10-2511662 (CSSStyleDeclarationImpl::getPropertyPriority):
DChangeLog-2002-12-0314973 (CSSStyleDeclaration::getPropertyPriority), (CSSStyleDeclaration::setProperty),
DChangeLog-2007-10-1464920 (WebCore::CSSComputedStyleDeclaration::getPropertyPriority):
64945 (WebCore::CSSMutableStyleDeclaration::getPropertyPriority):
65011 (WebCore::CSSStyleDeclaration::getPropertyPriority):
DChangeLog-2006-05-1021213 (WebCore::CSSStyleDeclarationImpl::getPropertyPriority):
DChangeLog-2010-12-0614952 (WebInspector.CSSStyleDeclaration.prototype.getPropertyPriority):
23971 (WebInspector.CSSStyleDeclaration.prototype.getPropertyPriority):
DChangeLog-2008-08-1048609 (WebCore::CSSStyleDeclaration::getPropertyPriority): Ditto.

12