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

  /external/chromium_org/sandbox/win/src/
crosscall_server.h 169 // 1) call OnMessageReady() with the tag of the pending IPC. If the dispatcher
204 virtual Dispatcher* OnMessageReady(IPCParams* ipc, CallbackGeneric* callback);
sandbox_policy_base.h 32 // so we have to provide the appropriate handler on the OnMessageReady method.
75 virtual Dispatcher* OnMessageReady(IPCParams* ipc,
crosscall_server.cc 287 Dispatcher* Dispatcher::OnMessageReady(IPCParams* ipc,
sandbox_policy_base.cc 466 Dispatcher* PolicyBase::OnMessageReady(IPCParams* ipc,
483 return dispatch->OnMessageReady(ipc, callback);
sharedmem_ipc_server.cc 250 handler = dispatcher->OnMessageReady(&ipc_params, &callback_generic);

Completed in 2619 milliseconds