Searched defs:post_body (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator_unittest.cc25 bool Post(const GURL& url, const string& post_body, argument
H A Dgaia_oauth_client.cc56 void MakeGaiaRequest(std::string post_body,
78 std::string post_body = local
84 MakeGaiaRequest(post_body, max_retries, delegate);
92 std::string post_body = local
98 MakeGaiaRequest(post_body, max_retries, delegate);
102 std::string post_body,
110 request_->set_upload_data("application/x-www-form-urlencoded", post_body);
101 MakeGaiaRequest( std::string post_body, int max_retries, GaiaOAuthClient::Delegate* delegate) argument
H A Dgaia_authenticator.cc160 string post_body; local
161 post_body += "Email=" + EscapeUrlEncodedData(params.email);
162 post_body += "&Passwd=" + EscapeUrlEncodedData(params.password);
163 post_body += "&source=" + EscapeUrlEncodedData(user_agent_);
164 post_body += "&service=" + service_id_;
166 post_body += "&logintoken=" + EscapeUrlEncodedData(params.captcha_token);
167 post_body += "&logincaptcha=" + EscapeUrlEncodedData(params.captcha_value);
169 post_body += "&PersistentCookie=true";
172 post_body += "&accountType=GOOGLE";
176 if (!Post(gaia_auth_url, post_body,
199 Post(const GURL& url, const std::string& post_body, unsigned long* response_code, std::string* response_body) argument
216 string post_body; local
266 string post_body; local
[all...]
/external/chromium/chrome/browser/sync/engine/net/
H A Dserver_connection_manager.cc200 string post_body = "command=get_time"; local
211 MakeSyncServerPath(kSyncServerGetTimePath, post_body);
/external/chromium/chrome/browser/
H A Dbug_report_util.cc87 PostCleanup(Profile* profile, std::string* post_body, argument
89 post_body_(post_body),
190 std::string* post_body,
192 DCHECK(post_body);
195 &BugReportUtil::SendFeedback, profile, post_body, delay), delay);
200 std::string* post_body,
202 DCHECK(post_body);
214 post_body,
218 fetcher->set_upload_data(std::string(kProtBufMimeType), *post_body); local
373 std::string* post_body local
189 DispatchFeedback(Profile* profile, std::string* post_body, int64 delay) argument
199 SendFeedback(Profile* profile, std::string* post_body, int64 previous_delay) argument
[all...]

Completed in 96 milliseconds