Home
last modified time | relevance | path

Searched defs:isPropertyImplicit (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.h54 virtual bool isPropertyImplicit(int /*propertyID*/) const { return false; } in isPropertyImplicit() function
DCSSStyleDeclaration.cpp75 bool CSSStyleDeclaration::isPropertyImplicit(const String& propertyName) in isPropertyImplicit() function in WebCore::CSSStyleDeclaration
DCSSMutableStyleDeclaration.cpp545 bool CSSMutableStyleDeclaration::isPropertyImplicit(int propertyID) const in isPropertyImplicit() function in WebCore::CSSMutableStyleDeclaration
/external/webkit/Source/WebCore/inspector/front-end/
DCSSStyleModel.js304 isPropertyImplicit: function(name) method in WebInspector.CSSStyleDeclaration