response_body     165 chrome/browser/chromeos/timezone/timezone_request.cc                          const std::string& response_body,
response_body     169 chrome/browser/chromeos/timezone/timezone_request.cc   if (response_body.empty()) {
response_body     175 chrome/browser/chromeos/timezone/timezone_request.cc           << response_body;
response_body     180 chrome/browser/chromeos/timezone/timezone_request.cc       response_body, base::JSON_PARSE_RFC, NULL, &error_msg));
response_body     268 chrome/browser/chromeos/timezone/timezone_request.cc     const std::string& response_body,
response_body     287 chrome/browser/chromeos/timezone/timezone_request.cc   if (!ParseServerResponse(server_url, response_body, timezone.get()))
response_body      92 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc   std::string response_body;
response_body      93 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc   CHECK(source->GetResponseAsString(&response_body));
response_body      96 chrome/browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc   if (ParseResponse(response_body, &obfuscated_id))
response_body     221 chrome/browser/history/web_history_service.cc     base::Value* value = base::JSONReader::Read(request->response_body());
response_body     205 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc   std::string response_body;
response_body     206 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc   source->GetResponseAsString(&response_body);
response_body     207 chrome/browser/managed_mode/managed_user_refresh_token_fetcher.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response_body));
response_body     724 components/autofill/content/browser/wallet/wallet_client_unittest.cc                               const std::string& response_body) {
response_body     739 components/autofill/content/browser/wallet/wallet_client_unittest.cc     fetcher->SetResponseString(response_body);
response_body     749 components/autofill/content/browser/wallet/wallet_client_unittest.cc                                          const std::string& response_body,
response_body     804 components/autofill/content/browser/wallet/wallet_client_unittest.cc     fetcher->SetResponseString(response_body);
response_body     304 components/autofill/core/browser/autofill_download.cc     std::string response_body;
response_body     305 components/autofill/core/browser/autofill_download.cc     source->GetResponseAsString(&response_body);
response_body     307 components/autofill/core/browser/autofill_download.cc              << " request has succeeded with response body: " << response_body;
response_body     309 components/autofill/core/browser/autofill_download.cc       CacheQueryRequest(it->second.form_signatures, response_body);
response_body     310 components/autofill/core/browser/autofill_download.cc       observer_->OnLoadedServerPredictions(response_body);
response_body     317 components/autofill/core/browser/autofill_download.cc       parser.Parse(response_body.data(), response_body.length(), true);
response_body      45 components/autofill/core/browser/autofill_download_unittest.cc                             const std::string& response_body) {
response_body      49 components/autofill/core/browser/autofill_download_unittest.cc   fetcher->SetResponseString(response_body);
response_body      82 content/browser/geolocation/network_location_request.cc                              const std::string& response_body,
response_body      91 content/browser/geolocation/network_location_request.cc bool ParseServerResponse(const std::string& response_body,
response_body     290 content/browser/geolocation/network_location_request.cc                              const std::string& response_body,
response_body     314 content/browser/geolocation/network_location_request.cc   if (!ParseServerResponse(response_body, timestamp, position, access_token)) {
response_body     351 content/browser/geolocation/network_location_request.cc bool ParseServerResponse(const std::string& response_body,
response_body     361 content/browser/geolocation/network_location_request.cc   if (response_body.empty()) {
response_body     365 content/browser/geolocation/network_location_request.cc   DVLOG(1) << "ParseServerResponse() : Parsing response " << response_body;
response_body     370 content/browser/geolocation/network_location_request.cc       response_body, base::JSON_PARSE_RFC, NULL, &error_msg));
response_body      39 content/browser/speech/google_one_shot_remote_engine.cc bool ParseServerResponse(const std::string& response_body,
response_body      42 content/browser/speech/google_one_shot_remote_engine.cc   if (response_body.empty()) {
response_body      46 content/browser/speech/google_one_shot_remote_engine.cc   DVLOG(1) << "ParseServerResponse: Parsing response " << response_body;
response_body      51 content/browser/speech/google_one_shot_remote_engine.cc       response_body, base::JSON_PARSE_RFC, NULL, &error_msg));
response_body     239 google_apis/cup/client_update_protocol.cc     const base::StringPiece& response_body,
response_body     244 google_apis/cup/client_update_protocol.cc   if (response_body.empty() || server_cookie.empty() || server_proof.empty())
response_body     258 google_apis/cup/client_update_protocol.cc   std::vector<uint8> hm = Hash(response_body);
response_body      70 google_apis/cup/client_update_protocol.h   bool ValidateResponse(const base::StringPiece& response_body,
response_body      66 google_apis/gaia/oauth2_mint_token_flow.cc   std::string response_body;
response_body      67 google_apis/gaia/oauth2_mint_token_flow.cc   source->GetResponseAsString(&response_body);
response_body      68 google_apis/gaia/oauth2_mint_token_flow.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response_body));
response_body     177 google_apis/gaia/oauth2_mint_token_flow.cc   std::string response_body;
response_body     178 google_apis/gaia/oauth2_mint_token_flow.cc   source->GetResponseAsString(&response_body);
response_body     179 google_apis/gaia/oauth2_mint_token_flow.cc   scoped_ptr<base::Value> value(base::JSONReader::Read(response_body));
response_body      67 google_apis/gcm/engine/registration_request_unittest.cc                                   const std::string& response_body);
response_body     122 google_apis/gcm/engine/registration_request_unittest.cc     const std::string& response_body) {
response_body     126 google_apis/gcm/engine/registration_request_unittest.cc   fetcher->SetResponseString(response_body);
response_body      64 google_apis/gcm/engine/unregistration_request_unittest.cc                                   const std::string& response_body);
response_body     103 google_apis/gcm/engine/unregistration_request_unittest.cc     const std::string& response_body) {
response_body     107 google_apis/gcm/engine/unregistration_request_unittest.cc   fetcher->SetResponseString(response_body);
response_body    2110 net/spdy/spdy_network_transaction_unittest.cc   std::string response_body;
response_body    2111 net/spdy/spdy_network_transaction_unittest.cc   EXPECT_EQ(OK, ReadTransaction(helper.trans(), &response_body));
response_body    2112 net/spdy/spdy_network_transaction_unittest.cc   EXPECT_EQ(kUploadData, response_body);
response_body     353 net/tools/quic/end_to_end_test.cc   EXPECT_EQ(kFooResponseBody, client_->response_body());
response_body     361 net/tools/quic/end_to_end_test.cc   EXPECT_EQ(kFooResponseBody, client_->response_body());
response_body     388 net/tools/quic/end_to_end_test.cc   EXPECT_EQ(kFooResponseBody, client_->response_body());
response_body     393 net/tools/quic/end_to_end_test.cc   EXPECT_EQ(kFooResponseBody, client2->response_body());
response_body     435 net/tools/quic/end_to_end_test.cc   EXPECT_EQ("bad", client_->response_body());
response_body      47 net/tools/quic/quic_client.h                                     const string& response_body) = 0;
response_body     101 net/tools/quic/quic_in_memory_cache.cc                                     StringPiece response_body) {
response_body     109 net/tools/quic/quic_in_memory_cache.cc   new_response->set_body(response_body);
response_body      88 net/tools/quic/quic_in_memory_cache.h                    base::StringPiece response_body);
response_body      80 net/tools/quic/quic_in_memory_cache_test.cc   std::string response_body("hello response");
response_body      82 net/tools/quic/quic_in_memory_cache_test.cc              "HTTP/1.1", "200", "OK", response_body);
response_body      90 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_EQ(response_body.size(), response->body().length());
response_body      96 net/tools/quic/quic_in_memory_cache_test.cc   EXPECT_EQ(response_body.size(), response->body().length());
response_body     115 net/tools/quic/test_tools/quic_test_client.h   virtual const string& response_body() OVERRIDE;
response_body     128 net/tools/quic/test_tools/simple_client.h   virtual const std::string& response_body() = 0;
response_body      90 net/websockets/websocket_stream_test.cc       const std::string& response_body) {
response_body      93 net/websockets/websocket_stream_test.cc         response_body);