OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newRuntimeObject
(Results
1 - 14
of
14
) sorted by null
/external/webkit/Source/WebCore/bridge/jsc/
BridgeJSC.cpp
97
RuntimeObject* newObject =
newRuntimeObject
(exec);
103
RuntimeObject* Instance::
newRuntimeObject
(ExecState* exec)
BridgeJSC.h
122
virtual RuntimeObject*
newRuntimeObject
(ExecState*);
/external/webkit/Source/WebCore/bridge/jni/jsc/
JavaInstanceJSC.h
68
virtual RuntimeObject*
newRuntimeObject
(ExecState*);
JavaInstanceJSC.cpp
64
RuntimeObject* JavaInstance::
newRuntimeObject
(ExecState* exec)
/external/webkit/Source/WebCore/bridge/qt/
qt_pixmapruntime.h
45
RuntimeObject*
newRuntimeObject
(ExecState* exec);
qt_instance.h
43
virtual RuntimeObject*
newRuntimeObject
(ExecState*);
qt_instance.cpp
181
RuntimeObject* QtInstance::
newRuntimeObject
(ExecState* exec)
qt_pixmapruntime.cpp
348
RuntimeObject* QtPixmapInstance::
newRuntimeObject
(ExecState* exec)
/external/webkit/Source/WebCore/bridge/c/
c_instance.h
81
virtual RuntimeObject*
newRuntimeObject
(ExecState*);
c_instance.cpp
95
RuntimeObject* CInstance::
newRuntimeObject
(ExecState* exec)
/external/webkit/Source/WebCore/bridge/objc/
objc_instance.h
74
virtual RuntimeObject*
newRuntimeObject
(ExecState*);
objc_instance.mm
67
RuntimeObject* ObjcInstance::
newRuntimeObject
(ExecState* exec)
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.h
62
virtual JSC::Bindings::RuntimeObject*
newRuntimeObject
(JSC::ExecState*);
ProxyInstance.mm
135
RuntimeObject* ProxyInstance::
newRuntimeObject
(ExecState* exec)
Completed in 178 milliseconds