HomeSort by relevance Sort by last modified time
    Searched refs:Reply (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/
extension_test_message_listener.cc 36 void ExtensionTestMessageListener::Reply(const std::string& message) {
39 function_->Reply(message);
44 void ExtensionTestMessageListener::Reply(int message) {
45 Reply(base::IntToString(message));
62 function_->Reply(std::string());
extension_test_message_listener.h 25 // It is also possible to have the extension wait for our reply. This is
34 // listener1.Reply("foo2 is ready");
35 // listener2.Reply("foo1 is ready");
63 // Send the given message as a reply. It is only valid to call this after
65 void Reply(const std::string& message);
68 void Reply(int message);
90 // If true, we expect the calling code to manually send a reply. Otherwise,
91 // we send an automatic empty reply to the extension.
100 // The function we need to reply to.
extension_bindings_apitest.cc 62 listener.Reply(extension->id());
extension_incognito_apitest.cc 154 listener.Reply("go");
155 listener_incognito.Reply("go");
  /external/chromium/chrome/browser/extensions/
extension_test_message_listener.cc 33 void ExtensionTestMessageListener::Reply(const std::string& message) {
36 function_->Reply(message);
51 function_->Reply("");
extension_test_message_listener.h 23 // It is also possible to have the extension wait for our reply. This is
32 // listener1.Reply("foo2 is ready");
33 // listener2.Reply("foo1 is ready");
57 // Send the given message as a reply. It is only valid to call this after
59 void Reply(const std::string& message);
81 // If true, we expect the calling code to manually send a reply. Otherwise,
82 // we send an automatic empty reply to the extension.
85 // The function we need to reply to.
extension_test_api.h 46 // Sends a reply back to the calling extension. Many extensions don't need
47 // a reply and will just ignore it.
48 void Reply(const std::string& message);
extension_incognito_apitest.cc 140 listener.Reply("go");
141 listener_incognito.Reply("go");
extension_test_api.cc 79 AddRef(); // balanced in Reply
88 void ExtensionTestSendMessageFunction::Reply(const std::string& message) {
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_apitest.cc 185 listener1.Reply("ok");
186 listener_incognito1.Reply("ok");
192 listener2.Reply("ok");
193 listener_incognito2.Reply("ok");
196 listener3.Reply("ok");
202 listener4.Reply("ok");
203 listener_incognito4.Reply("ok");
206 listener_incognito5.Reply("ok");
212 listener6.Reply("ok");
213 listener_incognito6.Reply("ok")
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_apitest.cc 149 listener.Reply(base::StringPrintf("%i:%i", render_process_id, routing_id));
180 before_open_tab.Reply("");
191 before_grant_permission.Reply("");
196 before_open_new_tab.Reply("");
201 before_whitelist_extension.Reply("");
246 listeners_setup.Reply("");
252 fullscreen_entered.Reply("");
  /external/chromium_org/base/files/
file_util_proxy.cc 48 void Reply(const FileUtilProxy::CreateOrOpenCallback& callback) {
91 void Reply(const FileUtilProxy::CreateTemporaryCallback& callback) {
123 void Reply(const FileUtilProxy::GetFileInfoCallback& callback) {
146 void Reply(const FileUtilProxy::ReadCallback& callback) {
175 void Reply(const FileUtilProxy::WriteCallback& callback) {
248 Bind(&CreateTemporaryHelper::Reply, Owned(helper), callback));
273 Bind(&GetFileInfoHelper::Reply, Owned(helper), callback));
286 Bind(&GetFileInfoHelper::Reply, Owned(helper), callback));
314 Bind(&ReadHelper::Reply, Owned(helper), callback));
332 Bind(&WriteHelper::Reply, Owned(helper), callback))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_apitest.cc 184 listener.Reply(
212 listener.Reply(
224 listener.Reply(
250 listener.Reply(
280 listener.Reply(
309 listener.Reply(
323 listener.Reply(
337 listener.Reply(
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 207 event_listener_->Reply("get-policy-Name");
214 event_listener_->Reply("get-policy-Name");
219 policy_listener.Reply("idle");
230 event_listener_->Reply("get-policy-Name");
234 policy_listener1.Reply("get-policy-Another");
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 4175 Reply *reply = (Reply *)ARG1; local
4210 Reply *reply = (Reply *)ARG1; local
4239 Reply *reply = (Reply *)ARG1; local
4273 Reply *reply = (Reply *)ARG1; local
4468 Reply *reply = (Reply *)ARG1; local
4504 Reply *reply = (Reply *)ARG1; local
4556 Reply *reply = (Reply *)ARG1; local
4605 Reply *reply = (Reply *)ARG1; local
4654 Reply *reply = (Reply *)ARG1; local
4746 Reply *reply = (Reply *)ARG1; local
4791 Reply *reply = (Reply *)ARG1; local
5042 Reply *reply = (Reply *)ARG1; local
5107 Reply *reply = (Reply *)ARG1; local
5148 Reply *reply = (Reply *)ARG1; local
5219 Reply *reply = (Reply *)ARG1; local
5303 Reply *reply = (Reply *)ARG1; local
5363 Reply *reply = (Reply *)ARG1; local
5420 Reply *reply = (Reply *)ARG1; local
5476 Reply *reply = (Reply *)ARG1; local
5618 Reply *reply = (Reply *)ARG1; local
5673 Reply *reply = (Reply *)ARG1; local
5735 Reply *reply = (Reply *)ARG1; local
5812 Reply *reply = (Reply *)ARG1; local
5867 Reply *reply = (Reply *)ARG1; local
5910 Reply *reply = (Reply *)ARG1; local
5953 Reply *reply = (Reply *)ARG1; local
5998 Reply *reply = (Reply *)ARG1; local
6057 Reply *reply = (Reply *)ARG1; local
6113 Reply *reply = (Reply *)ARG1; local
6166 Reply *reply = (Reply *)ARG1; local
6214 Reply *reply = (Reply *)ARG1; local
6277 Reply *reply = (Reply *)ARG1; local
6329 Reply *reply = (Reply *)ARG1; local
6454 Reply *reply = (Reply *)ARG1; local
6588 Reply *reply = (Reply *)ARG1; local
6697 Reply *reply = (Reply *)ARG1; local
6740 Reply *reply = (Reply *)ARG1; local
    [all...]
  /external/chromium_org/cc/resources/
raster_worker_pool.h 96 typedef base::Callback<void(bool was_canceled)> Reply;
134 bool was_canceled)> Reply;
176 // scheduled tasks. Reply callbacks are still guaranteed to run.
182 // Once scheduled, reply callbacks are guaranteed to run for all tasks
199 const RasterTask::Reply& reply,
206 const Task::Reply& reply);
raster_worker_pool.cc 50 const RasterWorkerPool::RasterTask::Reply& reply,
63 reply_(reply) {}
191 const RasterWorkerPool::RasterTask::Reply reply_;
201 const RasterWorkerPool::Task::Reply& reply)
205 reply_(reply) {}
228 const RasterWorkerPool::Task::Reply reply_;
381 const RasterTask::Reply& reply,
    [all...]
image_raster_worker_pool.cc 19 typedef base::Callback<void(bool was_canceled)> Reply;
24 const Reply& reply)
28 reply_(reply) {
56 const Reply reply_;
raster_worker_pool_unittest.cc 24 bool did_raster)> Reply;
28 const Reply& reply,
31 reply_(reply),
48 const Reply reply_;
  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_apitest_chromeos.cc 31 // Creates listener, which should reply exactly |count_| times.
58 function->Reply(kSetInputMethodDone);
  /external/chromium_org/chrome/browser/extensions/api/test/
test_api.h 84 // Sends a reply back to the calling extension. Many extensions don't need
85 // a reply and will just ignore it.
86 void Reply(const std::string& message);
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 378 discovery_started.Reply("go");
385 discovery_stopped.Reply("go");
424 discovery_started.Reply("go");
432 discovery_stopped.Reply("go");
484 listener.Reply("go");
507 listener.Reply("go");
532 listener.Reply("go");
561 listener.Reply("go");
576 listener.Reply("go");
  /external/chromium_org/chrome_frame/test/
automation_client_mock.h 77 void Reply(const net::URLRequestStatus& status, int request_id) {
83 Reply(net::URLRequestStatus(), request_id);
  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_apitest.cc 82 ready_listener.Reply(base::IntToString(slop));
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_apitest.cc 103 listener.Reply("go");

Completed in 5925 milliseconds

1 2