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

/external/webkit/WebCore/css/
H A DCSSComputedStyleDeclaration.h48 virtual bool isPropertyImplicit(int /*propertyID*/) const { return false; } function in class:WebCore::CSSComputedStyleDeclaration
H A DCSSStyleDeclaration.cpp75 bool CSSStyleDeclaration::isPropertyImplicit(const String& propertyName) function in class:WebCore::CSSStyleDeclaration
80 return isPropertyImplicit(propID);
H A DCSSMutableStyleDeclaration.cpp332 if (properties[j] == CSSPropertyBackgroundRepeatX && isPropertyImplicit(properties[j])) {
389 if (!isPropertyImplicit(properties[i])) {
407 if (!isPropertyImplicit(properties[i])) {
502 bool CSSMutableStyleDeclaration::isPropertyImplicit(int propertyID) const function in class:WebCore::CSSMutableStyleDeclaration
/external/webkit/WebCore/inspector/front-end/
H A DDOMAgent.js598 isPropertyImplicit: function(name)

Completed in 81 milliseconds