Searched defs:Reply (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_message_listener.cc51 void ExtensionTestMessageListener::Reply(const std::string& message) { function in class:ExtensionTestMessageListener
56 function_->Reply(message);
60 void ExtensionTestMessageListener::Reply(int message) { function in class:ExtensionTestMessageListener
61 Reply(base::IntToString(message));
94 // Reply immediately, or save the function for future use.
97 Reply(std::string());
/external/chromium_org/base/files/
H A Dfile_util_proxy.cc38 void Reply(const FileUtilProxy::GetFileInfoCallback& callback) { function in class:base::__anon2240::GetFileInfoHelper
76 Bind(&GetFileInfoHelper::Reply, Owned(helper), callback));
H A Dfile_proxy.cc79 void Reply(const FileProxy::StatusCallback& callback) { function in class:base::__anon2239::GenericFileHelper
100 void Reply(const FileProxy::StatusCallback& callback) { function in class:base::__anon2239::CreateOrOpenHelper
141 void Reply(const FileProxy::CreateTemporaryCallback& callback) { function in class:base::__anon2239::CreateTemporaryHelper
163 void Reply(const FileProxy::GetFileInfoCallback& callback) { function in class:base::__anon2239::GetInfoHelper
188 void Reply(const FileProxy::ReadCallback& callback) { function in class:base::__anon2239::ReadHelper
218 void Reply(const FileProxy::WriteCallback& callback) { function in class:base::__anon2239::WriteHelper
250 Bind(&CreateOrOpenHelper::Reply, Owned(helper), callback));
261 Bind(&CreateTemporaryHelper::Reply, Owned(helper), callback));
287 Bind(&GenericFileHelper::Reply, Owned(helper), callback));
296 Bind(&GetInfoHelper::Reply, Owne
[all...]
/external/chromium_org/extensions/browser/api/test/
H A Dtest_api.cc102 void TestSendMessageFunction::Reply(const std::string& message) { function in class:extensions::TestSendMessageFunction
/external/chromium_org/cc/resources/
H A Draster_worker_pool_unittest.cc45 void(const PicturePileImpl::Analysis& analysis, bool was_canceled)> Reply; typedef in class:cc::__anon2720::TestRasterTaskImpl
48 const Reply& reply,
70 const Reply reply_;
78 const Reply& reply,
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_util_adapter.cc40 void Reply(const AsyncFileUtil::EnsureFileExistsCallback& callback) { function in class:fileapi::__anon16587::EnsureFileExistsHelper
177 Bind(&EnsureFileExistsHelper::Reply, Owned(helper), callback));
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp361 MachException::Message::Reply(MachProcess *process, int signal) function in class:MachException::Message
363 // Reply to the exception...
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp1225 IPWL_NoteItem* CPWL_Note::Reply() function in class:CPWL_Note
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4198 } Reply; typedef in typeref:struct:__anon31698
4201 Reply *reply = (Reply *)ARG1;
4233 } Reply; typedef in typeref:struct:__anon31700
4236 Reply *reply = (Reply *)ARG1;
4262 } Reply; typedef in typeref:struct:__anon31701
4265 Reply *reply = (Reply *)ARG1;
4296 } Reply; typedef in typeref:struct:__anon31703
4398 } Reply; typedef in typeref:struct:__anon31707
4432 } Reply; typedef in typeref:struct:__anon31709
4491 } Reply; typedef in typeref:struct:__anon31712
4527 } Reply; typedef in typeref:struct:__anon31714
4579 } Reply; typedef in typeref:struct:__anon31716
4628 } Reply; typedef in typeref:struct:__anon31718
4677 } Reply; typedef in typeref:struct:__anon31720
4728 } Reply; typedef in typeref:struct:__anon31722
4769 } Reply; typedef in typeref:struct:__anon31724
4814 } Reply; typedef in typeref:struct:__anon31726
5065 } Reply; typedef in typeref:struct:__anon31734
5130 } Reply; typedef in typeref:struct:__anon31736
5171 } Reply; typedef in typeref:struct:__anon31738
5208 } Reply; typedef in typeref:struct:__anon31740
5242 } Reply; typedef in typeref:struct:__anon31742
5326 } Reply; typedef in typeref:struct:__anon31744
5386 } Reply; typedef in typeref:struct:__anon31746
5443 } Reply; typedef in typeref:struct:__anon31748
5499 } Reply; typedef in typeref:struct:__anon31750
5548 } Reply; typedef in typeref:struct:__anon31752
5594 } Reply; typedef in typeref:struct:__anon31754
5641 } Reply; typedef in typeref:struct:__anon31756
5696 } Reply; typedef in typeref:struct:__anon31758
5758 } Reply; typedef in typeref:struct:__anon31760
5835 } Reply; typedef in typeref:struct:__anon31762
5890 } Reply; typedef in typeref:struct:__anon31764
5933 } Reply; typedef in typeref:struct:__anon31766
5976 } Reply; typedef in typeref:struct:__anon31768
6021 } Reply; typedef in typeref:struct:__anon31770
6080 } Reply; typedef in typeref:struct:__anon31772
6136 } Reply; typedef in typeref:struct:__anon31774
6189 } Reply; typedef in typeref:struct:__anon31776
6237 } Reply; typedef in typeref:struct:__anon31778
6300 } Reply; typedef in typeref:struct:__anon31780
6352 } Reply; typedef in typeref:struct:__anon31782
6477 } Reply; typedef in typeref:struct:__anon31784
6611 } Reply; typedef in typeref:struct:__anon31785
6720 } Reply; typedef in typeref:struct:__anon31787
6771 } Reply; typedef in typeref:struct:__anon31789
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h983 mDNSu8 *Reply; // xml reply from router member in struct:tcpLNTInfo_struct

Completed in 723 milliseconds