Home
last modified time | relevance | path

Searched refs:isPropertyImplicit (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleDeclaration.h58 virtual bool isPropertyImplicit(const String& propertyName) = 0;
DPropertySetCSSStyleDeclaration.cpp203 bool PropertySetCSSStyleDeclaration::isPropertyImplicit(const String& propertyName) in isPropertyImplicit() function in WebCore::PropertySetCSSStyleDeclaration
208 return m_propertySet->isPropertyImplicit(propertyID); in isPropertyImplicit()
DPropertySetCSSStyleDeclaration.h62 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE;
DStylePropertySerializer.cpp587 …d.properties()[j] == CSSPropertyBackgroundRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()
588 …d.properties()[j] == CSSPropertyWebkitMaskRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()
689 if (!m_propertySet.isPropertyImplicit(shorthand.properties()[i])) { in getShorthandValue()
DCSSComputedStyleDeclaration.h112 virtual bool isPropertyImplicit(const String& propertyName);
DStylePropertySet.h99 bool isPropertyImplicit(CSSPropertyID) const;
DStylePropertySet.cpp223 bool StylePropertySet::isPropertyImplicit(CSSPropertyID propertyID) const in isPropertyImplicit() function in WebCore::StylePropertySet
DCSSComputedStyleDeclaration.cpp3134 bool CSSComputedStyleDeclaration::isPropertyImplicit(const String&) in isPropertyImplicit() function in WebCore::CSSComputedStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp770 bool implicit = m_style->isPropertyImplicit(name); in styleWithProperties()
821 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSStyleModel.js856 isPropertyImplicit: function(name) method in WebInspector.CSSStyleDeclaration
DStylesSidebarPane.js2157 if (this.style.isPropertyImplicit(this.name))