Searched refs:hasCSSPropertyNamePrefix (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp68 static bool hasCSSPropertyNamePrefix(const Identifier& propertyName, const char* prefix) function in namespace:WebCore
104 if (hasCSSPropertyNamePrefix(propertyName, "css"))
106 else if (hasCSSPropertyNamePrefix(propertyName, "pixel")) {
110 } else if (hasCSSPropertyNamePrefix(propertyName, "pos")) {
114 } else if (hasCSSPropertyNamePrefix(propertyName, "webkit")
115 || hasCSSPropertyNamePrefix(propertyName, "khtml")
116 || hasCSSPropertyNamePrefix(propertyName, "apple"))
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp60 static bool hasCSSPropertyNamePrefix(const String& propertyName, const char* prefix) function in namespace:WebCore
117 if (hasCSSPropertyNamePrefix(propertyName, "css"))
119 else if (hasCSSPropertyNamePrefix(propertyName, "pixel")) {
122 } else if (hasCSSPropertyNamePrefix(propertyName, "pos")) {
125 } else if (hasCSSPropertyNamePrefix(propertyName, "webkit")
126 || hasCSSPropertyNamePrefix(propertyName, "khtml")
127 || hasCSSPropertyNamePrefix(propertyName, "apple"))

Completed in 176 milliseconds