HomeSort by relevance Sort by last modified time
    Searched defs:Reply (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/extensions/test/
extension_test_message_listener.cc 52 void ExtensionTestMessageListener::Reply(const std::string& message) {
57 function_->Reply(message);
61 void ExtensionTestMessageListener::Reply(int message) {
62 Reply(base::IntToString(message));
106 // Reply immediately, or save the function for future use.
109 Reply(std::string());
  /external/chromium_org/base/files/
file_util_proxy.cc 38 void Reply(const FileUtilProxy::GetFileInfoCallback& callback) {
76 Bind(&GetFileInfoHelper::Reply, Owned(helper), callback));
file_proxy.cc 79 void Reply(const FileProxy::StatusCallback& callback) {
100 void Reply(const FileProxy::StatusCallback& callback) {
141 void Reply(const FileProxy::CreateTemporaryCallback& callback) {
163 void Reply(const FileProxy::GetFileInfoCallback& callback) {
188 void Reply(const FileProxy::ReadCallback& callback) {
218 void Reply(const FileProxy::WriteCallback& callback) {
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, Owned(helper), callback))
    [all...]
  /external/chromium_org/extensions/browser/api/test/
test_api.cc 91 void TestSendMessageFunction::Reply(const std::string& message) {
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.cpp 338 // reply. The exc_server function performs all necessary argument handling
342 // KERN_SUCCESS, a reply message will be sent, allowing the thread to
343 // continue from the point of the exception; otherwise, no reply message
361 MachException::Message::Reply(MachProcess *process, int signal)
363 // Reply to the exception...
425 // TODO: keep retrying to reply???
  /external/chromium_org/cc/resources/
raster_worker_pool_unittest.cc 48 void(const PicturePileImpl::Analysis& analysis, bool was_canceled)> Reply;
51 const Reply& reply,
53 : RasterTask(resource, dependencies), reply_(reply) {}
78 const Reply reply_;
87 const Reply& reply,
90 : TestRasterTaskImpl(resource, reply, dependencies), lock_(lock) {}
  /external/chromium_org/storage/browser/fileapi/
async_file_util_adapter.cc 40 void Reply(const AsyncFileUtil::EnsureFileExistsCallback& callback) {
177 Bind(&EnsureFileExistsHelper::Reply, Owned(helper), callback));
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 489 DNSMessage *reply; member in struct:tcpInfo_t
    [all...]

Completed in 478 milliseconds