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.h57 virtual bool isPropertyImplicit(const String& propertyName) = 0;
DPropertySetCSSStyleDeclaration.cpp210 bool AbstractPropertySetCSSStyleDeclaration::isPropertyImplicit(const String& propertyName) in isPropertyImplicit() function in blink::AbstractPropertySetCSSStyleDeclaration
215 return propertySet().isPropertyImplicit(propertyID); in isPropertyImplicit()
DCSSComputedStyleDeclaration.h95 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE;
DPropertySetCSSStyleDeclaration.h57 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE FINAL;
DStylePropertySerializer.cpp533 …d.properties()[j] == CSSPropertyBackgroundRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()
534 …d.properties()[j] == CSSPropertyWebkitMaskRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()
635 if (!m_propertySet.isPropertyImplicit(shorthand.properties()[i])) { in getShorthandValue()
DStylePropertySet.h100 bool isPropertyImplicit(CSSPropertyID) const;
DStylePropertySet.cpp251 bool StylePropertySet::isPropertyImplicit(CSSPropertyID propertyID) const in isPropertyImplicit() function in blink::StylePropertySet
DCSSComputedStyleDeclaration.cpp2961 bool CSSComputedStyleDeclaration::isPropertyImplicit(const String&) in isPropertyImplicit() function in blink::CSSComputedStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp688 bool implicit = m_style->isPropertyImplicit(name); in styleWithProperties()
728 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCSSStyleModel.js774 isPropertyImplicit: function(name) method in WebInspector.CSSStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js2593 if (this.style.isPropertyImplicit(this.name))