Searched refs:post_body_ (Results 1 – 5 of 5) sorted by relevance
61 std::string post_body_; member in remoting::TokenValidatorImpl83 post_body_ = "code=" + net::EscapeUrlEncodedData(token, true) + in StartValidateRequest()112 new net::UploadBytesElementReader(post_body_.data(), post_body_.size())); in StartValidateRequest()
135 post_body_ = post_body; in set_post_body()260 scoped_refptr<network::ResourceRequestBody> post_body() { return post_body_; } in post_body()322 scoped_refptr<network::ResourceRequestBody> post_body_; variable
139 post_body_ = post_body; in set_post_body()264 scoped_refptr<network::ResourceRequestBody> post_body() { return post_body_; } in post_body()334 scoped_refptr<network::ResourceRequestBody> post_body_; variable
136 std::string post_body_; member in gaia::GaiaOAuthClient::Core
137 std::string post_body_; member in gaia::GaiaOAuthClient::Core