Home
last modified time | relevance | path

Searched refs:isPropertyName (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSCSSStyleDeclarationCustom.cpp140 return CSSStyleDeclaration::isPropertyName(cssPropertyName(propertyIdentifier)); in isCSSPropertyName()
183 if (!CSSStyleDeclaration::isPropertyName(prop)) in putDelegate()
/external/webkit/Source/WebCore/css/
DCSSStyleDeclaration.h38 static bool isPropertyName(const String&);
DCSSStyleDeclaration.cpp115 bool CSSStyleDeclaration::isPropertyName(const String& propertyName) in isPropertyName() function in WebCore::CSSStyleDeclaration
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2316935 * khtml/css/css_valueimpl.h: Added CSSStyleDeclarationImpl::isPropertyName,
16940 (DOM::CSSStyleDeclarationImpl::isPropertyName): Added.
DChangeLog-2006-05-1021218 (WebCore::CSSStyleDeclarationImpl::isPropertyName):
DChangeLog-2007-10-1465015 (WebCore::CSSStyleDeclaration::isPropertyName):
DChangeLog-2008-08-1048614 (WebCore::CSSStyleDeclaration::isPropertyName): Ditto.