OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:constructorfortype
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.cpp
99
v8::Local<v8::Function> function =
constructorForType
(type);
121
v8::Local<v8::Object> prototypeTemplate =
constructorForType
(type->parentClass);
145
v8::Local<v8::Object> constructor =
constructorForType
(type);
V8PerContextData.h
133
v8::Local<v8::Function>
constructorForType
(const WrapperTypeInfo* type)
WorkerScriptController.cpp
129
v8::Handle<v8::Function> workerGlobalScopeConstructor = m_perContextData->
constructorForType
(contextType);
V8WindowShell.cpp
305
v8::Local<v8::Object> windowWrapper = V8ObjectConstructor::newInstance(V8PerContextData::from(m_contextHolder->context())->
constructorForType
(&V8Window::wrapperTypeInfo));
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp
55
v8SetReturnValue(info, perContextData->
constructorForType
(WrapperTypeInfo::unwrap(data)));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestTypedefs.cpp
259
v8SetReturnValue(info, perContextData->
constructorForType
(WrapperTypeInfo::unwrap(data)));
V8TestObject.cpp
[
all
...]
V8TestObjectPython.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm
[
all
...]
Completed in 108 milliseconds