Searched defs:sendSync (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DMessageSender.h54 bool sendSync(T&& message, typename T::Reply&& reply, std::chrono::milliseconds timeout = std::chrono::milliseconds::max(), unsigned syncSendFlags = 0) function in class:IPC::MessageSender
62 bool sendSync(T&& message, typename T::Reply&& reply, uint64_t destinationID, std::chrono::milliseconds timeout = std::chrono::milliseconds::max(), unsigned syncSendFlags = 0) function in class:IPC::MessageSender
H A DConnection.h347 template<typename T> bool Connection::sendSync(T&& message, typename T::Reply&& reply, uint64_t destinationID, std::chrono::milliseconds timeout, unsigned syncSendFlags) function in class:IPC::Connection
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DChildProcessProxy.h108 bool ChildProcessProxy::sendSync(U&& message, typename U::Reply&& reply, uint64_t destinationID, std::chrono::milliseconds timeout) function in class:WebKit::ChildProcessProxy

Completed in 197 milliseconds