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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyRuntimeObject.mm 31 #include "ProxyRuntimeObject.h"
38 const ClassInfo ProxyRuntimeObject::s_info = { "ProxyRuntimeObject", &RuntimeObject::s_info, 0, 0 };
40 ProxyRuntimeObject::ProxyRuntimeObject(ExecState* exec, JSGlobalObject* globalObject, PassRefPtr<ProxyInstance> instance)
43 : RuntimeObject(exec, globalObject, WebCore::deprecatedGetDOMStructure<ProxyRuntimeObject>(exec), instance)
48 ProxyRuntimeObject::~ProxyRuntimeObject()
52 ProxyInstance* ProxyRuntimeObject::getInternalProxyInstance() const
ProxyRuntimeObject.h 37 class ProxyRuntimeObject : public JSC::Bindings::RuntimeObject {
39 ProxyRuntimeObject(JSC::ExecState*, JSC::JSGlobalObject*, PassRefPtr<ProxyInstance>);
40 virtual ~ProxyRuntimeObject();
NetscapePluginInstanceProxy.mm 33 #import "ProxyRuntimeObject.h"
    [all...]
ProxyInstance.mm 31 #import "ProxyRuntimeObject.h"
137 return new (exec) ProxyRuntimeObject(exec, exec->lexicalGlobalObject(), this);

Completed in 278 milliseconds