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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleDeclaration.h 57 virtual bool isPropertyImplicit(const String& propertyName) = 0;
CSSComputedStyleDeclaration.h 95 virtual bool isPropertyImplicit(const String& propertyName);
PropertySetCSSStyleDeclaration.h 62 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE;
PropertySetCSSStyleDeclaration.cpp 200 bool PropertySetCSSStyleDeclaration::isPropertyImplicit(const String& propertyName)
205 return m_propertySet->isPropertyImplicit(propertyID);
StylePropertySet.h 98 bool isPropertyImplicit(CSSPropertyID) const;
StylePropertySerializer.cpp 587 if ((shorthand.properties()[j] == CSSPropertyBackgroundRepeatX && m_propertySet.isPropertyImplicit(shorthand.properties()[j]))
588 || (shorthand.properties()[j] == CSSPropertyWebkitMaskRepeatX && m_propertySet.isPropertyImplicit(shorthand.properties()[j]))) {
689 if (!m_propertySet.isPropertyImplicit(shorthand.properties()[i])) {
    [all...]
StylePropertySet.cpp 223 bool StylePropertySet::isPropertyImplicit(CSSPropertyID propertyID) const
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 780 bool implicit = m_style->isPropertyImplicit(name);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSStyleModel.js 780 isPropertyImplicit: function(name)
    [all...]

Completed in 250 milliseconds