/external/webkit/Source/WebCore/css/ |
D | CSSStyleDeclaration.h | 52 String getPropertyPriority(const String& propertyName); 58 virtual bool getPropertyPriority(int propertyID) const = 0;
|
D | CSSStyleDeclaration.cpp | 57 String CSSStyleDeclaration::getPropertyPriority(const String& propertyName) in getPropertyPriority() function in WebCore::CSSStyleDeclaration 62 return getPropertyPriority(propID) ? "important" : ""; in getPropertyPriority()
|
D | CSSComputedStyleDeclaration.h | 52 virtual bool getPropertyPriority(int propertyID) const;
|
D | CSSStyleDeclaration.idl | 37 … [ConvertNullStringTo=Null] DOMString getPropertyPriority(in DOMString propertyName);
|
D | CSSMutableStyleDeclaration.h | 100 virtual bool getPropertyPriority(int propertyID) const;
|
D | CSSMutableStyleDeclaration.cpp | 519 bool CSSMutableStyleDeclaration::getPropertyPriority(int propertyID) const in getPropertyPriority() function in WebCore::CSSMutableStyleDeclaration 638 if (!getPropertyPriority(properties[i]->id()) || properties[i]->isImportant()) { in addParsedProperties()
|
D | CSSComputedStyleDeclaration.cpp | 1871 bool CSSComputedStyleDeclaration::getPropertyPriority(int /*propertyID*/) const in getPropertyPriority() function in WebCore::CSSComputedStyleDeclaration
|
/external/webkit/Source/WebCore/editing/ |
D | RemoveCSSPropertyCommand.cpp | 47 m_important = style->getPropertyPriority(m_property); in doApply()
|
D | EditingStyle.cpp | 463 …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/ |
D | CSSStyleModel.js | 292 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/ |
D | DOMCSSClasses.cpp | 127 HRESULT STDMETHODCALLTYPE DOMCSSStyleDeclaration::getPropertyPriority( in getPropertyPriority() function in DOMCSSStyleDeclaration
|
D | DOMCSSClasses.h | 100 virtual HRESULT STDMETHODCALLTYPE getPropertyPriority(
|
D | ChangeLog-2009-06-16 | 11332 (DeprecatedDOMCSSStyleDeclaration::getPropertyPriority): 22080 (DOMCSSStyleDeclaration::getPropertyPriority):
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | DOMCSS.idl | 153 - (NSString *)getPropertyPriority:(NSString *)propertyName; 155 HRESULT getPropertyPriority([in] BSTR propertyName, [out, retval] BSTR* result);
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorStyleSheet.cpp | 453 …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/ |
D | qwebelement.cpp | 857 if (style->getPropertyPriority(propID)) in styleProperty() 873 if (rule->style()->getPropertyPriority(propID)) in styleProperty()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 986 - (NSString *)getPropertyPriority:(NSString *)propertyName;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 1913 (DOM::CSSMutableStyleDeclarationImpl::getPropertyPriority): 20123 (CSSStyleDeclarationImpl::getPropertyPriority): 25803 (CSSStyleDeclarationImpl::getPropertyPriority):
|
D | ChangeLog-2005-08-23 | 17588 (DOM::CSSStyleDeclarationImpl::getPropertyPriority): 17606 (DOM::CSSStyleDeclaration::getPropertyPriority): 17956 (-[DOMCSSStyleDeclaration getPropertyPriority:]): 30455 (DOM::CSSMutableStyleDeclarationImpl::getPropertyPriority): Update to use QValueList. 49540 (DOM::CSSComputedStyleDeclarationImpl::getPropertyPriority): Ditto.
|
D | ChangeLog-2003-10-25 | 11662 (CSSStyleDeclarationImpl::getPropertyPriority):
|
D | ChangeLog-2002-12-03 | 14973 (CSSStyleDeclaration::getPropertyPriority), (CSSStyleDeclaration::setProperty),
|
D | ChangeLog-2007-10-14 | 64920 (WebCore::CSSComputedStyleDeclaration::getPropertyPriority): 64945 (WebCore::CSSMutableStyleDeclaration::getPropertyPriority): 65011 (WebCore::CSSStyleDeclaration::getPropertyPriority):
|
D | ChangeLog-2006-05-10 | 21213 (WebCore::CSSStyleDeclarationImpl::getPropertyPriority):
|
D | ChangeLog-2010-12-06 | 14952 (WebInspector.CSSStyleDeclaration.prototype.getPropertyPriority): 23971 (WebInspector.CSSStyleDeclaration.prototype.getPropertyPriority):
|
D | ChangeLog-2008-08-10 | 48609 (WebCore::CSSStyleDeclaration::getPropertyPriority): Ditto.
|