Home
last modified time | relevance | path

Searched refs:hasCSSPropertyNamePrefix (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSCSSStyleDeclarationCustom.cpp68 static bool hasCSSPropertyNamePrefix(const Identifier& propertyName, const char* prefix) in hasCSSPropertyNamePrefix() function
104 if (hasCSSPropertyNamePrefix(propertyName, "css")) in cssPropertyName()
106 else if (hasCSSPropertyNamePrefix(propertyName, "pixel")) { in cssPropertyName()
110 } else if (hasCSSPropertyNamePrefix(propertyName, "pos")) { in cssPropertyName()
114 } else if (hasCSSPropertyNamePrefix(propertyName, "webkit") in cssPropertyName()
115 || hasCSSPropertyNamePrefix(propertyName, "khtml") in cssPropertyName()
116 || hasCSSPropertyNamePrefix(propertyName, "apple")) in cssPropertyName()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp60 static bool hasCSSPropertyNamePrefix(const String& propertyName, const char* prefix) in hasCSSPropertyNamePrefix() function
117 if (hasCSSPropertyNamePrefix(propertyName, "css")) in cssPropertyInfo()
119 else if (hasCSSPropertyNamePrefix(propertyName, "pixel")) { in cssPropertyInfo()
122 } else if (hasCSSPropertyNamePrefix(propertyName, "pos")) { in cssPropertyInfo()
125 } else if (hasCSSPropertyNamePrefix(propertyName, "webkit") in cssPropertyInfo()
126 || hasCSSPropertyNamePrefix(propertyName, "khtml") in cssPropertyInfo()
127 || hasCSSPropertyNamePrefix(propertyName, "apple")) in cssPropertyInfo()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1015600 (WebCore::hasCSSPropertyNamePrefix): Tweak implementation a tiny bit for
42512 (WebCore::hasCSSPropertyNamePrefix): Fixed a typo. The code was only
42692 (WebCore::hasCSSPropertyNamePrefix):
48645 (WebCore::hasCSSPropertyNamePrefix): Added.
DChangeLog-2009-06-1635021 (WebCore::hasCSSPropertyNamePrefix):
DChangeLog-2010-12-0680607 (WebCore::hasCSSPropertyNamePrefix):