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

/external/webkit/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginHostManager.mm268 auto_ptr<NetscapePluginInstanceProxy::InstantiatePluginReply> reply = instance->waitForReply<NetscapePluginInstanceProxy::InstantiatePluginReply>(requestID);
H A DNetscapePluginInstanceProxy.h192 struct InstantiatePluginReply : public Reply { struct in class:WebKit::NetscapePluginInstanceProxy
195 InstantiatePluginReply(kern_return_t resultCode, uint32_t renderContextID, boolean_t useSoftwareRenderer) function in struct:WebKit::NetscapePluginInstanceProxy::InstantiatePluginReply
H A DNetscapePluginHostProxy.mm509 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::InstantiatePluginReply(result, renderContextID, useSoftwareRenderer));

Completed in 231 milliseconds