Home
last modified time | relevance | path

Searched refs:waitForReply (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/mac/Plugins/Hosted/
DProxyInstance.mm149 …auto_ptr<NetscapePluginInstanceProxy::BooleanAndDataReply> reply = waitForReply<NetscapePluginInst…
178 …auto_ptr<NetscapePluginInstanceProxy::BooleanReply> reply = waitForReply<NetscapePluginInstancePro…
202 …auto_ptr<NetscapePluginInstanceProxy::BooleanReply> reply = waitForReply<NetscapePluginInstancePro…
256 …auto_ptr<NetscapePluginInstanceProxy::BooleanAndDataReply> reply = waitForReply<NetscapePluginInst…
301 …auto_ptr<NetscapePluginInstanceProxy::BooleanReply> reply = waitForReply<NetscapePluginInstancePro…
308 // Add a new entry to the map unless an entry was added while we were in waitForReply.
337 …auto_ptr<NetscapePluginInstanceProxy::BooleanReply> reply = waitForReply<NetscapePluginInstancePro…
344 // Add a new entry to the map unless an entry was added while we were in waitForReply.
364 …auto_ptr<NetscapePluginInstanceProxy::BooleanAndDataReply> reply = waitForReply<NetscapePluginInst…
391 …auto_ptr<NetscapePluginInstanceProxy::BooleanReply> reply = waitForReply<NetscapePluginInstancePro…
DProxyInstance.h84 std::auto_ptr<T> waitForReply(uint32_t requestID) const { in waitForReply() function
85 std::auto_ptr<T> reply = m_instanceProxy->waitForReply<T>(requestID); in waitForReply()
DNetscapePluginInstanceProxy.mm169 waitForReply<NetscapePluginInstanceProxy::BooleanReply>(requestID);
232 waitForReply<NetscapePluginInstanceProxy::BooleanReply>(requestID);
379 …auto_ptr<NetscapePluginInstanceProxy::BooleanReply> reply = waitForReply<NetscapePluginInstancePro…
391 …auto_ptr<NetscapePluginInstanceProxy::BooleanAndDataReply> reply = waitForReply<NetscapePluginInst…
1269 … auto_ptr<GetScriptableNPObjectReply> reply = waitForReply<GetScriptableNPObjectReply>(requestID);
DNetscapePluginInstanceProxy.h253 std::auto_ptr<T> waitForReply(uint32_t requestID) in waitForReply() function
DNetscapePluginHostManager.mm268 …auto_ptr<NetscapePluginInstanceProxy::InstantiatePluginReply> reply = instance->waitForReply<Netsc…
/external/webkit/WebKit/mac/
DChangeLog-2010-01-29172 (WebKit::NetscapePluginInstanceProxy::waitForReply): Wrapped with calls
179 (WebKit::ProxyInstance::waitForReply): Added. Calls through to
180 NetscapePluginInstanceProxy::waitForReply(), but returns a null reply if the
183 (WebKit::ProxyInstance::invoke): Use ProxyInstance::waitForReply().
5731 (WebKit::ProxyInstance::methodsNamed): Move add call after the waitForReply call.
8319 (WebKit::NetscapePluginInstanceProxy::waitForReply):
11454 (WebKit::NetscapePluginInstanceProxy::waitForReply):