Searched defs:runtimeObject (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bridge/c/
H A Dc_utility.cpp89 CRuntimeObject* runtimeObject = static_cast<CRuntimeObject*>(object); local
90 CInstance* instance = runtimeObject->getInternalCInstance();
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.cpp100 RuntimeObject* runtimeObject = static_cast<RuntimeObject*>(asObject(thisValue)); local
101 instance = runtimeObject->getInternalInstance();
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.cpp193 JavaRuntimeObject* runtimeObject = static_cast<JavaRuntimeObject*>(object); local
194 JavaInstance* instance = runtimeObject->getInternalJavaInstance();
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.cpp328 QtPixmapRuntimeObject* runtimeObject = static_cast<QtPixmapRuntimeObject*>(object); local
329 QtPixmapInstance* instance = static_cast<QtPixmapInstance*>(runtimeObject->getInternalInstance());
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp636 JSC::JSObject* runtimeObject = local
640 window->put(exec, JSC::Identifier(exec, reinterpret_cast_ptr<const UChar*>(name.constData()), name.length()), runtimeObject, slot);

Completed in 87 milliseconds