HomeSort by relevance Sort by last modified time
    Searched defs:SendResponse (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_base.cc 25 void LoggedAsyncExtensionFunction::SendResponse(bool success) {
43 AsyncExtensionFunction::SendResponse(success);
file_browser_handler_api.cc 148 void SendResponse(bool success, const base::FilePath& selected_path);
166 SendResponse(false, base::FilePath());
224 SendResponse(true, path);
237 SendResponse(false, base::FilePath());
241 void FileSelectorImpl::SendResponse(bool success,
404 SendResponse(true);
  /external/chromium_org/content/browser/webui/
url_data_source_impl.cc 26 void URLDataSourceImpl::SendResponse(
41 // |SendResponse| between the time when there are no more refs and the time
  /external/chromium_org/net/test/embedded_test_server/
http_connection.cc 22 void HttpConnection::SendResponse(scoped_ptr<HttpResponse> response) const {
  /external/chromium_org/net/tools/quic/
quic_reliable_server_stream.cc 22 void QuicReliableServerStream::SendResponse() {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 83 SendResponse(response, remote_addr);
98 SendResponse(err_msg, addr);
101 void StunServer::SendResponse(
  /external/chromium/chrome/browser/extensions/
extension_function.cc 60 SendResponse(false);
63 void AsyncExtensionFunction::SendResponse(bool success) {
69 dispatcher()->SendResponse(this, success);
85 SendResponse(RunImpl());
extension_function_dispatcher.cc 518 void ExtensionFunctionDispatcher::SendResponse(ExtensionFunction* function,
  /external/chromium/chrome/browser/ui/webui/
theme_source_unittest.cc 14 // A mock ThemeSource (so we can override SendResponse to get at its data).
23 virtual void SendResponse(int request_id, RefCountedMemory* data) {
chrome_url_data_manager.cc 120 void ChromeURLDataManager::DataSource::SendResponse(int request_id,
132 // |SendResponse| between the time when there are no more refs and the time
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 117 SendResponse(response, remote_addr);
149 SendResponse(err_msg, addr);
152 void StunServer::SendResponse(
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_ca_client_unittest.cc 43 void SendResponse(net::URLRequestStatus::Status status, int response_code) {
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/chrome/browser/ui/webui/
theme_source_unittest.cc 38 callback_ = base::Bind(&WebUISourcesTest::SendResponse,
47 void SendResponse(base::RefCountedMemory* data) {
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 16 def SendResponse(self, body):
24 self.SendResponse(f.read())
131 responder.SendResponse(self._path_data_map[path])
200 responder.SendResponse(content)
  /external/chromium_org/content/renderer/media/android/
media_info_loader_unittest.cc 86 void SendResponse(
137 SendResponse(kHttpOK, MediaInfoLoader::kOk);
146 SendResponse(kHttpOK, MediaInfoLoader::kOk);
156 SendResponse(kHttpOK, MediaInfoLoader::kOk);
165 SendResponse(kHttpOK, MediaInfoLoader::kOk);
175 SendResponse(kHttpOK, MediaInfoLoader::kOk);
182 SendResponse(kHttpOK, MediaInfoLoader::kOk);
189 SendResponse(kHttpNotFound, MediaInfoLoader::kFailed);
  /external/chromium_org/dbus/
exported_object.cc 227 base::Bind(&ExportedObject::SendResponse,
244 base::Bind(&ExportedObject::SendResponse,
250 void ExportedObject::SendResponse(base::TimeTicks start_time,
  /external/chromium_org/tools/android/fake_dns/
fake_dns.cc 75 void SendResponse(int sock, const sockaddr_in& client_addr, uint16 id,
182 SendResponse(sock, client_addr, id, qtype,
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 85 SendResponse(response, message.tool(), message.destination());
109 SendResponse(response, message.tool(), message.destination());
119 void DebuggerRemoteService::SendResponse(const Value& response,
179 SendResponse(value, kToolName, base::IntToString(tab_uid));
189 SendResponse(value, kToolName, base::IntToString(tab_id));
extension_ports_remote_service.cc 170 SendResponse(response, message.tool(), message.destination());
198 SendResponse(response, message.tool(), message.destination());
212 void ExtensionPortsRemoteService::SendResponse(
274 SendResponse(content, kToolName, base::IntToString(port_id));
283 SendResponse(content, kToolName, base::IntToString(port_id));
  /external/chromium_org/chrome/browser/extensions/
extension_function.cc 84 SendResponse(false);
114 SendResponse(false);
257 void UIThreadExtensionFunction::SendResponse(bool success) {
287 void IOThreadExtensionFunction::SendResponse(bool success) {
304 SendResponse(RunImpl());
314 SendResponse(RunImpl());
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_refresh_token_fetcher_unittest.cc 148 void SendResponse(net::TestURLFetcher* url_fetcher,
269 SendResponse(GetIssueTokenRequest(),
275 SendResponse(GetRefreshTokenRequest(),
332 SendResponse(GetIssueTokenRequest(), "choke");
  /external/chromium_org/chrome/browser/policy/cloud/
device_management_service_unittest.cc 146 void SendResponse(net::TestURLFetcher* fetcher,
205 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_,
217 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_,
228 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_,
239 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_,
250 SendResponse(fetcher, GetParam().request_status_, GetParam().http_status_,
412 SendResponse(fetcher, status, 200, response_data);
439 SendResponse(fetcher, status, 200, response_data);
472 SendResponse(fetcher, status, 200, response_data);
546 SendResponse(fetcher, status, 200, response_data)
    [all...]
  /external/chromium_org/chrome/test/webdriver/
webdriver_dispatch.cc 133 internal::SendResponse(connection,
270 void SendResponse(struct mg_connection* const connection,
  /external/chromium_org/net/server/
http_server.cc 50 void HttpServer::SendResponse(int connection_id,
64 SendResponse(connection_id, response);
74 SendResponse(connection_id, HttpServerResponseInfo::CreateFor404());
78 SendResponse(connection_id, HttpServerResponseInfo::CreateFor500(message));
  /external/chromium_org/remoting/host/setup/
native_messaging_host.cc 164 SendResponse(response.Pass());
205 SendResponse(response.Pass());
223 SendResponse(response.Pass());
233 SendResponse(response.Pass());
346 SendResponse(response.Pass());
350 void NativeMessagingHost::SendResponse(
354 FROM_HERE, base::Bind(&NativeMessagingHost::SendResponse, weak_ptr_,
371 SendResponse(response.Pass());
378 SendResponse(response.Pass());
389 SendResponse(response.Pass())
    [all...]

Completed in 768 milliseconds

1 2