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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 263 auto_ptr<NetscapePluginInstanceProxy::InstantiatePluginReply> reply = instance->waitForReply<NetscapePluginInstanceProxy::InstantiatePluginReply>(requestID);
NetscapePluginInstanceProxy.h 193 struct InstantiatePluginReply : public Reply {
196 InstantiatePluginReply(kern_return_t resultCode, uint32_t renderContextID, RendererType rendererType)
NetscapePluginHostProxy.mm 503 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::InstantiatePluginReply(result, renderContextID, static_cast<RendererType>(rendererType)));
    [all...]

Completed in 47 milliseconds