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

/external/chromium_org/extensions/test/
H A Dextension_test_message_listener.cc52 void ExtensionTestMessageListener::Reply(const std::string& message) { function in class:ExtensionTestMessageListener
57 function_->Reply(message);
61 void ExtensionTestMessageListener::Reply(int message) { function in class:ExtensionTestMessageListener
62 Reply(base::IntToString(message));
106 // Reply immediately, or save the function for future use.
109 Reply(std::string());
/external/chromium_org/base/files/
H A Dfile_util_proxy.cc38 void Reply(const FileUtilProxy::GetFileInfoCallback& callback) { function in class:base::__anon2261::GetFileInfoHelper
76 Bind(&GetFileInfoHelper::Reply, Owned(helper), callback));
H A Dfile_proxy.cc79 void Reply(const FileProxy::StatusCallback& callback) { function in class:base::__anon2258::GenericFileHelper
100 void Reply(const FileProxy::StatusCallback& callback) { function in class:base::__anon2258::CreateOrOpenHelper
141 void Reply(const FileProxy::CreateTemporaryCallback& callback) { function in class:base::__anon2258::CreateTemporaryHelper
163 void Reply(const FileProxy::GetFileInfoCallback& callback) { function in class:base::__anon2258::GetInfoHelper
188 void Reply(const FileProxy::ReadCallback& callback) { function in class:base::__anon2258::ReadHelper
218 void Reply(const FileProxy::WriteCallback& callback) { function in class:base::__anon2258::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.cc91 void TestSendMessageFunction::Reply(const std::string& message) { function in class:extensions::TestSendMessageFunction
/external/chromium_org/storage/browser/fileapi/
H A Dasync_file_util_adapter.cc40 void Reply(const AsyncFileUtil::EnsureFileExistsCallback& callback) { function in class:storage::__anon10704::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/chromium_org/cc/resources/
H A Draster_worker_pool_unittest.cc48 void(const PicturePileImpl::Analysis& analysis, bool was_canceled)> Reply; typedef in class:cc::__anon2771::TestRasterTaskImpl
51 const Reply& reply,
78 const Reply reply_;
87 const Reply& reply,
/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:__anon32580
4201 Reply *reply = (Reply *)ARG1;
4233 } Reply; typedef in typeref:struct:__anon32582
4236 Reply *reply = (Reply *)ARG1;
4262 } Reply; typedef in typeref:struct:__anon32583
4265 Reply *reply = (Reply *)ARG1;
4296 } Reply; typedef in typeref:struct:__anon32585
4398 } Reply; typedef in typeref:struct:__anon32589
4432 } Reply; typedef in typeref:struct:__anon32591
4491 } Reply; typedef in typeref:struct:__anon32594
4527 } Reply; typedef in typeref:struct:__anon32596
4579 } Reply; typedef in typeref:struct:__anon32598
4628 } Reply; typedef in typeref:struct:__anon32600
4677 } Reply; typedef in typeref:struct:__anon32602
4728 } Reply; typedef in typeref:struct:__anon32604
4769 } Reply; typedef in typeref:struct:__anon32606
4814 } Reply; typedef in typeref:struct:__anon32608
5065 } Reply; typedef in typeref:struct:__anon32616
5130 } Reply; typedef in typeref:struct:__anon32618
5171 } Reply; typedef in typeref:struct:__anon32620
5208 } Reply; typedef in typeref:struct:__anon32622
5242 } Reply; typedef in typeref:struct:__anon32624
5326 } Reply; typedef in typeref:struct:__anon32626
5386 } Reply; typedef in typeref:struct:__anon32628
5443 } Reply; typedef in typeref:struct:__anon32630
5499 } Reply; typedef in typeref:struct:__anon32632
5548 } Reply; typedef in typeref:struct:__anon32634
5594 } Reply; typedef in typeref:struct:__anon32636
5641 } Reply; typedef in typeref:struct:__anon32638
5696 } Reply; typedef in typeref:struct:__anon32640
5758 } Reply; typedef in typeref:struct:__anon32642
5835 } Reply; typedef in typeref:struct:__anon32644
5890 } Reply; typedef in typeref:struct:__anon32646
5933 } Reply; typedef in typeref:struct:__anon32648
5976 } Reply; typedef in typeref:struct:__anon32650
6021 } Reply; typedef in typeref:struct:__anon32652
6080 } Reply; typedef in typeref:struct:__anon32654
6136 } Reply; typedef in typeref:struct:__anon32656
6189 } Reply; typedef in typeref:struct:__anon32658
6237 } Reply; typedef in typeref:struct:__anon32660
6300 } Reply; typedef in typeref:struct:__anon32662
6352 } Reply; typedef in typeref:struct:__anon32664
6477 } Reply; typedef in typeref:struct:__anon32666
6611 } Reply; typedef in typeref:struct:__anon32667
6720 } Reply; typedef in typeref:struct:__anon32669
6771 } Reply; typedef in typeref:struct:__anon32671
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h983 mDNSu8 *Reply; // xml reply from router member in struct:tcpLNTInfo_struct

Completed in 364 milliseconds