Searched refs:InstantiatePluginReply (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.mm263 auto_ptr<NetscapePluginInstanceProxy::InstantiatePluginReply> reply = instance->waitForReply<NetscapePluginInstanceProxy::InstantiatePluginReply>(requestID);
H A DNetscapePluginInstanceProxy.h193 struct InstantiatePluginReply : public Reply { struct in class:WebKit::NetscapePluginInstanceProxy
196 InstantiatePluginReply(kern_return_t resultCode, uint32_t renderContextID, RendererType rendererType) function in struct:WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply
H A DNetscapePluginHostProxy.mm503 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::InstantiatePluginReply(result, renderContextID, static_cast<RendererType>(rendererType)));

Completed in 204 milliseconds