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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp63 static bool hasCSSPropertyNamePrefix(const String& propertyName, const char* prefix) function in namespace:WebCore
115 if (hasCSSPropertyNamePrefix(propertyName, "css"))
117 else if (hasCSSPropertyNamePrefix(propertyName, "webkit"))

Completed in 134 milliseconds