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

  /external/chromium_org/components/gcm_driver/
gcm_driver.h 29 GCMClient::Result result)> SendCallback;
62 const SendCallback& callback);
156 std::map<std::pair<std::string, std::string>, SendCallback> send_callbacks_;
  /external/chromium_org/chrome/browser/devtools/device/adb/
mock_adb_server.cc 157 typedef base::Callback<void(const std::string&)> SendCallback;
158 typedef base::Callback<Parser*(const SendCallback&)> ParserFactory;
352 static Parser* Create(const SimpleHttpServer::SendCallback& callback) {
356 explicit AdbParser(const SimpleHttpServer::SendCallback& callback)
493 SimpleHttpServer::SendCallback callback_;

Completed in 990 milliseconds