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

/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.mm271 std::auto_ptr<NetscapePluginInstanceProxy::InstantiatePluginReply> reply = instance->waitForReply<NetscapePluginInstanceProxy::InstantiatePluginReply>(requestID);
H A DNetscapePluginInstanceProxy.h197 struct InstantiatePluginReply : public Reply { struct in class:WebKit::NetscapePluginInstanceProxy
200 InstantiatePluginReply(kern_return_t resultCode, uint32_t renderContextID, RendererType rendererType) function in struct:WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply
H A DNetscapePluginHostProxy.mm533 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::InstantiatePluginReply(result, renderContextID, static_cast<RendererType>(rendererType)));

Completed in 111 milliseconds