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

123456

/external/chromium_org/chrome/browser/extensions/api/guest_view/
H A Dguest_view_internal_api.cc31 SendResponse(false);
38 SendResponse(true);
/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/chrome/browser/extensions/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_base.cc26 void LoggedAsyncExtensionFunction::SendResponse(bool success) { function in class:extensions::LoggedAsyncExtensionFunction
46 ChromeAsyncExtensionFunction::SendResponse(success);
H A Dprivate_api_dialog.cc31 SendResponse(true);
68 SendResponse(false);
73 SendResponse(true);
103 SendResponse(true);
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
H A Dsystem_cpu_api.cc32 SendResponse(success);
/external/chromium_org/chrome/browser/extensions/api/system_memory/
H A Dsystem_memory_api.cc28 SendResponse(success);
/external/chromium_org/remoting/host/setup/
H A Doauth_client.cc53 void OAuthClient::SendResponse(const std::string& user_email, function in class:remoting::OAuthClient
70 SendResponse(user_email, refresh_token_);
74 SendResponse("", "");
78 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());
65 SendResponse(Respond());
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_api_nonchromeos.cc54 SendResponse(true);
61 SendResponse(false);
91 SendResponse(true);
98 SendResponse(false);
128 SendResponse(true);
135 SendResponse(false);
164 SendResponse(true);
171 SendResponse(false);
203 SendResponse(false);
209 SendResponse(tru
[all...]
H A Dnetworking_private_api_chromeos.cc125 SendResponse(true);
132 SendResponse(false);
175 SendResponse(true);
182 SendResponse(false);
214 SendResponse(true);
251 SendResponse(false);
255 SendResponse(true);
299 SendResponse(false);
305 SendResponse(true);
331 SendResponse(tru
[all...]
/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/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/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api.cc109 SendResponse(true);
135 SendResponse(true);
154 SendResponse(true);
157 SendResponse(false);
164 SendResponse(true);
169 SendResponse(false);
184 SendResponse(true);
189 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/chrome/browser/extensions/api/system_network/
H A Dsystem_network_api.cc48 SendResponse(false);
70 SendResponse(true);
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc93 // Repost to switch from IO thread to UI thread for SendResponse().
108 SendResponse(false);
113 SendResponse(true);
147 // Repost to switch from IO thread to UI thread for SendResponse().
160 SendResponse(false);
168 SendResponse(true);
194 SendResponse(false);
201 SendResponse(true);
284 SendResponse(true);
318 // Repost to switch from IO thread to UI thread for SendResponse()
[all...]
/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dsystem_storage_api.cc36 SendResponse(success);
95 SendResponse(true);
144 SendResponse(success);

Completed in 5992 milliseconds

123456