Searched refs:setCurrentReply (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.mm457 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::GetScriptableNPObjectReply(objectID));
471 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::BooleanReply(result));
488 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::BooleanAndDataReply(returnValue, result));
503 instanceProxy->setCurrentReply(requestID, new NetscapePluginInstanceProxy::InstantiatePluginReply(result, renderContextID, static_cast<RendererType>(rendererType)));
H A DNetscapePluginInstanceProxy.h247 void setCurrentReply(uint32_t requestID, Reply* reply) function in class:WebKit::NetscapePluginInstanceProxy

Completed in 111 milliseconds