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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp106 static CSSPropertyInfo* cssPropertyInfo(v8::Handle<v8::String> v8PropertyName) function in namespace:WebCore
189 // NOTE: cssPropertyInfo lookups incur several mallocs.
191 if (CSSPropertyInfo* propInfo = cssPropertyInfo(v8Name)) {
205 CSSPropertyInfo* propInfo = cssPropertyInfo(name);
229 CSSPropertyInfo* propInfo = cssPropertyInfo(name);

Completed in 76 milliseconds