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

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 87 std::auto_ptr<T> waitForReply(uint32_t requestID) const {
88 std::auto_ptr<T> reply = m_instanceProxy->waitForReply<T>(requestID);
NetscapePluginInstanceProxy.h 254 std::auto_ptr<T> waitForReply(uint32_t requestID)

Completed in 55 milliseconds