Home
last modified time | relevance | path

Searched refs:reply_message (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.h153 void OnInitializeFailed(IPC::Message* reply_message);
157 IPC::Message* reply_message);
158 void OnSetGetBuffer(int32 shm_id, IPC::Message* reply_message);
160 void OnGetState(IPC::Message* reply_message);
163 IPC::Message* reply_message);
166 IPC::Message* reply_message);
175 void OnGetTransferBuffer(int32 id, IPC::Message* reply_message);
179 IPC::Message* reply_message);
185 IPC::Message* reply_message);
Dgpu_command_buffer_stub.cc448 void GpuCommandBufferStub::OnInitializeFailed(IPC::Message* reply_message) { in OnInitializeFailed() argument
451 reply_message, false, gpu::Capabilities()); in OnInitializeFailed()
452 Send(reply_message); in OnInitializeFailed()
457 IPC::Message* reply_message) { in OnInitialize() argument
484 OnInitializeFailed(reply_message); in OnInitialize()
500 OnInitializeFailed(reply_message); in OnInitialize()
514 OnInitializeFailed(reply_message); in OnInitialize()
531 OnInitializeFailed(reply_message); in OnInitialize()
541 OnInitializeFailed(reply_message); in OnInitialize()
547 OnInitializeFailed(reply_message); in OnInitialize()
[all …]
/external/chromium_org/components/pdf/browser/
Dpdf_web_contents_helper.cc88 IPC::Message* reply_message, in OnModalPromptForPasswordClosed() argument
92 reply_message, base::UTF16ToUTF8(actual_value)); in OnModalPromptForPasswordClosed()
93 Send(reply_message); in OnModalPromptForPasswordClosed()
98 IPC::Message* reply_message) { in OnModalPromptForPassword() argument
102 reply_message); in OnModalPromptForPassword()
Dpdf_web_contents_helper.h54 void OnModalPromptForPasswordClosed(IPC::Message* reply_message,
63 IPC::Message* reply_message);
/external/chromium_org/remoting/host/
Dvideo_frame_recorder_host_extension.cc129 base::DictionaryValue reply_message; in OnNextFrame() local
130 reply_message.SetString(kType, kNextFrameReplyType); in OnNextFrame()
156 reply_message.SetString(kData, base64_data); in OnNextFrame()
163 if (!base::JSONWriter::Write(&reply_message, &reply_json)) { in OnNextFrame()
/external/chromium_org/ppapi/proxy/
Dppb_flash_message_loop_proxy.cc157 scoped_ptr<IPC::Message> reply_message, in WillQuitSoon() argument
159 PpapiHostMsg_PPBFlashMessageLoop_Run::WriteReplyParams(reply_message.get(), in WillQuitSoon()
161 Send(reply_message.release()); in WillQuitSoon()
Dppb_flash_message_loop_proxy.h46 void WillQuitSoon(scoped_ptr<IPC::Message> reply_message, int32_t result);
/external/chromium_org/sandbox/mac/
Dmach_message_server.cc96 IPCMessage reply_message; in CreateReply() local
97 mach_msg_header_t* reply = reply_message.mach = in CreateReply()
109 return reply_message; in CreateReply()