Searched refs:SendResponse (Results 1 - 25 of 133) sorted by relevance

123456

/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_api_stub.cc25 SendResponse(false);
38 SendResponse(false);
53 SendResponse(false);
63 SendResponse(false);
76 SendResponse(false);
91 SendResponse(false);
108 SendResponse(false);
127 SendResponse(false);
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_api.cc153 SendResponse(false);
177 SendResponse(true);
183 SendResponse(false);
196 SendResponse(false);
214 SendResponse(true);
220 SendResponse(false);
233 SendResponse(false);
246 SendResponse(false);
251 SendResponse(true);
266 SendResponse(fals
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_base.h22 // very slow. See the implementation of SendResponse() for details.
31 virtual void SendResponse(bool success) OVERRIDE;
H A Dprivate_api_dialog.cc31 SendResponse(true);
68 SendResponse(false);
73 SendResponse(true);
102 SendResponse(false);
108 SendResponse(true);
H A Dprivate_api_base.cc26 void LoggedAsyncExtensionFunction::SendResponse(bool success) { function in class:extensions::LoggedAsyncExtensionFunction
46 ChromeAsyncExtensionFunction::SendResponse(success);
/external/chromium_org/chrome/browser/extensions/api/experience_sampling_private/
H A Dexperience_sampling_private_api.cc22 SendResponse(true /* success */);
/external/chromium_org/extensions/browser/api/system_cpu/
H A Dsystem_cpu_api.cc31 SendResponse(success);
/external/chromium_org/extensions/browser/api/system_memory/
H A Dsystem_memory_api.cc30 SendResponse(success);
/external/chromium_org/remoting/host/setup/
H A Doauth_client.cc55 void OAuthClient::SendResponse(const std::string& user_email, function in class:remoting::OAuthClient
72 SendResponse(user_email, refresh_token_);
76 SendResponse("", "");
80 SendResponse("", "");
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_ca_client_unittest.cc43 void SendResponse(net::URLRequestStatus::Status status, int response_code) { function in class:chromeos::attestation::AttestationCAClientTest
68 SendResponse(net::URLRequestStatus::SUCCESS, net::HTTP_OK);
81 SendResponse(net::URLRequestStatus::SUCCESS, net::HTTP_OK);
94 SendResponse(net::URLRequestStatus::FAILED, net::HTTP_OK);
107 SendResponse(net::URLRequestStatus::SUCCESS, net::HTTP_NOT_FOUND);
121 SendResponse(net::URLRequestStatus::SUCCESS, net::HTTP_OK);
/external/chromium_org/extensions/browser/api/
H A Dasync_api_function.cc50 SendResponse(Respond());
68 SendResponse(Respond());
/external/chromium_org/chrome/browser/extensions/api/cloud_print_private/
H A Dcloud_print_private_api.cc62 SendResponse(true);
80 SendResponse(true);
93 SendResponse(true);
127 SendResponse(true);
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api.cc64 SendResponse(true);
69 SendResponse(false);
95 SendResponse(true);
101 SendResponse(false);
125 SendResponse(true);
130 SendResponse(false);
157 SendResponse(true);
162 SendResponse(false);
190 SendResponse(true);
195 SendResponse(fals
[all...]
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dimage_writer_private_api.cc57 SendResponse(success);
102 SendResponse(success);
126 SendResponse(success);
158 SendResponse(success);
184 SendResponse(true);
187 SendResponse(false);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc84 SendResponse(response, remote_addr);
99 SendResponse(err_msg, addr);
102 void StunServer::SendResponse( function in class:cricket::StunServer
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Dmusic_manager_private_api.cc51 SendResponse(response);
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader_unittest.cc87 void SendResponse( function in class:content::MediaInfoLoaderTest
140 SendResponse(0, MediaInfoLoader::kOk);
147 SendResponse(kHttpOK, MediaInfoLoader::kOk);
156 SendResponse(kHttpOK, MediaInfoLoader::kOk);
166 SendResponse(kHttpOK, MediaInfoLoader::kOk);
175 SendResponse(kHttpOK, MediaInfoLoader::kOk);
185 SendResponse(kHttpOK, MediaInfoLoader::kOk);
192 SendResponse(kHttpOK, MediaInfoLoader::kOk);
199 SendResponse(kHttpNotFound, MediaInfoLoader::kFailed);
/external/chromium_org/net/test/embedded_test_server/
H A Dhttp_connection.cc22 void HttpConnection::SendResponse(scoped_ptr<HttpResponse> response) const { function in class:net::test_server::HttpConnection
H A Dhttp_connection.h23 // using HttpConnection::SendResponse() on the |connection| argument.
37 void SendResponse(scoped_ptr<HttpResponse> response) const;
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc108 SendResponse(true);
134 SendResponse(true);
153 SendResponse(true);
156 SendResponse(false);
163 SendResponse(true);
168 SendResponse(false);
183 SendResponse(true);
188 SendResponse(false);
H A Dbluetooth_private_api.cc131 SendResponse(false);
165 SendResponse(true);
195 SendResponse(true);
226 SendResponse(false);
246 SendResponse(false);
254 SendResponse(false);
260 SendResponse(false);
284 SendResponse(true);
/external/chromium_org/extensions/browser/api/system_network/
H A Dsystem_network_api.cc56 SendResponse(false);
79 SendResponse(true);
/external/chromium_org/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc46 SendResponse(success);
69 SendResponse(success);
105 SendResponse(success);
120 SendResponse(true);
142 SendResponse(true);
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc92 // Repost to switch from IO thread to UI thread for SendResponse().
107 SendResponse(false);
112 SendResponse(true);
146 // Repost to switch from IO thread to UI thread for SendResponse().
159 SendResponse(false);
167 SendResponse(true);
193 SendResponse(false);
200 SendResponse(true);
283 SendResponse(true);
319 // Repost to switch from IO thread to UI thread for SendResponse()
[all...]
/external/chromium_org/extensions/browser/api/system_storage/
H A Dsystem_storage_api.cc35 SendResponse(success);
92 SendResponse(true);
143 SendResponse(success);

Completed in 776 milliseconds

123456