HomeSort by relevance Sort by last modified time
    Searched full:constructorfortype (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.cpp 97 v8::Local<v8::Function> function = constructorForType(type);
119 v8::Local<v8::Object> proto = constructorForType(const_cast<WrapperTypeInfo*>(type->parentClass));
V8PerContextData.h 89 v8::Local<v8::Function> constructorForType(WrapperTypeInfo* type)
WorkerScriptController.cpp 120 v8::Handle<v8::Function> workerGlobalScopeConstructor = m_perContextData->constructorForType(contextType);
CustomElementConstructorBuilder.cpp 268 v8::Handle<v8::Object> elementConstructor = perContextData->constructorForType(typeInfo);
V8WindowShell.cpp 303 v8::Local<v8::Object> windowWrapper = V8ObjectConstructor::newInstance(V8PerContextData::from(m_context.newLocal(m_isolate))->constructorForType(&V8Window::info));
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestTypedefs.cpp 264 v8SetReturnValue(info, perContextData->constructorForType(WrapperTypeInfo::unwrap(data)));
V8TestObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]

Completed in 743 milliseconds