HomeSort by relevance Sort by last modified time
    Searched refs:ProxyInstance (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyRuntimeObject.h 35 class ProxyInstance;
39 ProxyRuntimeObject(JSC::ExecState*, JSC::JSGlobalObject*, PassRefPtr<ProxyInstance>);
42 ProxyInstance* getInternalProxyInstance() const;
ProxyRuntimeObject.mm 30 #include "ProxyInstance.h"
40 ProxyRuntimeObject::ProxyRuntimeObject(ExecState* exec, JSGlobalObject* globalObject, PassRefPtr<ProxyInstance> instance)
52 ProxyInstance* ProxyRuntimeObject::getInternalProxyInstance() const
54 return static_cast<ProxyInstance*>(getInternalInstance());
ProxyInstance.mm 28 #import "ProxyInstance.h"
59 return static_cast<ProxyInstance*>(instance)->methodsNamed(identifier);
64 return static_cast<ProxyInstance*>(instance)->fieldNamed(identifier);
91 return static_cast<const ProxyInstance*>(instance)->fieldValue(exec, this);
96 static_cast<const ProxyInstance*>(instance)->setFieldValue(exec, this, value);
114 ProxyInstance::ProxyInstance(PassRefPtr<RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID)
122 ProxyInstance::~ProxyInstance()
135 RuntimeObject* ProxyInstance::newRuntimeObject(ExecState* exec
    [all...]
ProxyInstance.h 41 class ProxyInstance : public JSC::Bindings::Instance {
43 static PassRefPtr<ProxyInstance> create(PassRefPtr<JSC::Bindings::RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID)
45 return adoptRef(new ProxyInstance(rootObject, instanceProxy, objectID));
47 ~ProxyInstance();
60 ProxyInstance(PassRefPtr<JSC::Bindings::RootObject>, NetscapePluginInstanceProxy*, uint32_t objectID);
NetscapePluginInstanceProxy.h 58 class ProxyInstance;
150 void addInstance(ProxyInstance*);
151 void removeInstance(ProxyInstance*);
340 typedef HashSet<ProxyInstance*> ProxyInstanceSet;
NetscapePluginInstanceProxy.mm 32 #import "ProxyInstance.h"
    [all...]

Completed in 287 milliseconds