HomeSort by relevance Sort by last modified time
    Searched refs:constructorForTypeSlowCase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8PerContextData.h 83 return (!function.IsEmpty()) ? function : constructorForTypeSlowCase(type);
104 v8::Local<v8::Function> constructorForTypeSlowCase(const WrapperTypeInfo*);
V8PerContextData.cpp 92 v8::Local<v8::Function> V8PerContextData::constructorForTypeSlowCase(const WrapperTypeInfo* type)

Completed in 56 milliseconds