Searched refs:hasCSSPropertyNamePrefix (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/bindings/js/ |
D | JSCSSStyleDeclarationCustom.cpp | 68 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/ |
D | V8CSSStyleDeclarationCustom.cpp | 60 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/ |
D | ChangeLog-2008-08-10 | 15600 (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.
|
D | ChangeLog-2009-06-16 | 35021 (WebCore::hasCSSPropertyNamePrefix):
|
D | ChangeLog-2010-12-06 | 80607 (WebCore::hasCSSPropertyNamePrefix):
|