Home
last modified time | relevance | path

Searched defs:post_body (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/feedback/
Dfeedback_util.cc108 std::string* post_body, in PostCleanup()
171 std::string* post_body, in SendFeedback()
199 void DispatchFeedback(Profile* profile, std::string* post_body, int64 delay) { in DispatchFeedback()
368 std::string* post_body = new std::string; in SendReport() local
/external/chromium/chrome/common/net/gaia/
Dgaia_oauth_client.cc78 std::string post_body = in GetTokensFromAuthCode() local
92 std::string post_body = in RefreshToken() local
102 std::string post_body, in MakeGaiaRequest()
Dgaia_authenticator.cc160 string post_body; in PerformGaiaRequest() local
200 const std::string& post_body, in Post()
216 string post_body; in LookupEmail() local
266 string post_body; in IssueAuthToken() local
Dgaia_authenticator_unittest.cc25 bool Post(const GURL& url, const string& post_body, in Post()
/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client.cc297 std::string post_body = base::StringPrintf( in AuthenticateInstrument() local
344 std::string post_body = base::StringPrintf( in GetFullWallet() local
431 std::string post_body; in SaveToWallet() local
466 std::string post_body; in GetWalletItems() local
508 std::string post_body; in DoAcceptLegalDocuments() local
518 const std::string& post_body, in MakeWalletRequest()
/external/chromium/chrome/browser/
Dbug_report_util.cc87 PostCleanup(Profile* profile, std::string* post_body, in PostCleanup()
190 std::string* post_body, in DispatchFeedback()
200 std::string* post_body, in SendFeedback()
373 std::string* post_body = new std::string; local
/external/chromium_org/google_apis/gaia/
Dgaia_oauth_client.cc104 std::string post_body = in GetTokensFromAuthCode() local
125 std::string post_body = in RefreshToken() local
188 std::string post_body = in GetTokenInfo() local
198 const std::string& post_body, in MakeGaiaRequest()
/external/chromium_org/content/public/browser/
Ddownload_url_parameters.h79 void set_post_body(const std::string& post_body) { in set_post_body()
110 const std::string& post_body() const { return post_body_; } in post_body() function
/external/chromium_org/remoting/host/
Dtoken_validator_factory_impl.cc69 std::string post_body = in ValidateThirdPartyToken() local
/external/chromium_org/remoting/host/setup/
Dservice_client.cc78 base::DictionaryValue post_body; in RegisterHost() local
/external/chromium_org/cloud_print/service/
Dservice_state.cc171 std::string post_body; in LoginToGoogle() local
/external/chromium/chrome/browser/sync/engine/net/
Dserver_connection_manager.cc200 string post_body = "command=get_time"; in CheckTime() local