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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 457 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)));
    [all...]
NetscapePluginInstanceProxy.h 247 void setCurrentReply(uint32_t requestID, Reply* reply)

Completed in 311 milliseconds