Searched refs:ObjcInstance (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/bridge/objc/
H A DObjCRuntimeObject.mm38 ObjCRuntimeObject::ObjCRuntimeObject(ExecState* exec, JSGlobalObject* globalObject, PassRefPtr<ObjcInstance> instance)
50 ObjcInstance* ObjCRuntimeObject::getInternalObjCInstance() const
52 return static_cast<ObjcInstance*>(getInternalInstance());
H A DObjCRuntimeObject.h34 class ObjcInstance;
38 ObjCRuntimeObject(ExecState*, JSGlobalObject*, PassRefPtr<ObjcInstance>);
41 ObjcInstance* getInternalObjCInstance() const;
H A Dobjc_instance.h38 class ObjcInstance : public Instance { class in namespace:JSC::Bindings
40 static PassRefPtr<ObjcInstance> create(ObjectStructPtr, PassRefPtr<RootObject>);
41 virtual ~ObjcInstance();
72 ObjcInstance(ObjectStructPtr, PassRefPtr<RootObject>);
H A Dobjc_instance.mm67 RuntimeObject* ObjcInstance::newRuntimeObject(ExecState* exec)
72 void ObjcInstance::setGlobalException(NSString* exception, JSGlobalObject* exceptionEnvironment)
81 void ObjcInstance::moveGlobalExceptionToExecState(ExecState* exec)
98 ObjcInstance::ObjcInstance(id instance, PassRefPtr<RootObject> rootObject)
107 PassRefPtr<ObjcInstance> ObjcInstance::create(id instance, PassRefPtr<RootObject> rootObject)
112 return static_cast<ObjcInstance*>(existingWrapper);
113 RefPtr<ObjcInstance> wrapper = adoptRef(new ObjcInstance(instanc
[all...]
H A Dobjc_runtime.h41 class ObjcInstance;
95 ObjcFallbackObjectImp(ExecState*, JSGlobalObject*, ObjcInstance*, const Identifier& propertyName);
122 RefPtr<ObjcInstance> _instance;
H A Dobjc_runtime.mm98 id targetObject = (static_cast<const ObjcInstance*>(instance))->getObject();
126 id targetObject = (static_cast<const ObjcInstance*>(instance))->getObject();
192 ObjcFallbackObjectImp::ObjcFallbackObjectImp(ExecState* exec, JSGlobalObject* globalObject, ObjcInstance* i, const Identifier& propertyName)
228 ObjcInstance* objcInstance = runtimeObject->getInternalObjCInstance();
H A Dobjc_class.mm162 id targetObject = (static_cast<ObjcInstance*>(instance))->getObject();
244 ObjcInstance* objcInstance = static_cast<ObjcInstance*>(instance);
H A Dobjc_utility.mm256 return ObjcInstance::create(obj, rootObject)->createRuntimeObject(exec);
/external/webkit/Source/WebCore/bindings/js/
H A DScriptControllerMac.mm81 return JSC::Bindings::ObjcInstance::create(objectForWebScript, rootObject.release());
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.mm270 ObjcInstance::setGlobalException(exceptionMessage);
523 ObjcInstance::setGlobalException(description, [self _rootObject]->globalObject());
543 ObjcInstance* instance = static_cast<ObjcInstance*>(pluginInstance(el));
548 ObjcInstance* instance = runtimeObject->getInternalObjCInstance();

Completed in 212 milliseconds