Searched refs:OnEcho (Results 1 – 3 of 3) sorted by relevance
33 base::Bind(&DBusEchoApp::OnEcho, base::Unretained(this))); in Initialize()37 void OnEcho(String echoed) { in OnEcho() function in mojo::examples::DBusEchoApp
169 void OnEcho(const IPC::Message& message);
248 IPC_MESSAGE_HANDLER(GpuCommandBufferMsg_Echo, OnEcho); in OnMessageReceived()387 void GpuCommandBufferStub::OnEcho(const IPC::Message& message) { in OnEcho() function in content::GpuCommandBufferStub