Searched defs:http_method (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dload_from_memory_cache_details.h21 const std::string& http_method,
30 std::string http_method; member in struct:content::LoadFromMemoryCacheDetails
H A Dload_from_memory_cache_details.cc14 const std::string& http_method,
21 http_method(http_method),
9 LoadFromMemoryCacheDetails( const GURL& url, int pid, int cert_id, net::CertStatus cert_status, const std::string& http_method, const std::string& mime_type, ResourceType::Type resource_type) argument
/external/chromium_org/content/public/renderer/
H A Dcontent_renderer_client.cc115 const std::string& http_method,
113 ShouldFork(WebKit::WebFrame* frame, const GURL& url, const std::string& http_method, bool is_initial_navigation, bool is_server_redirect, bool* send_referrer) argument
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc80 OAuthRequestSigner::HttpMethod http_method,
83 HttpMethodName(http_method).c_str(),
241 OAuthRequestSigner::HttpMethod http_method,
261 OAuthRequestSigner::HttpMethod http_method,
268 PrepareParameters(parameters, signature_method, http_method,
271 std::string base = BuildBaseString(request_base_url, http_method,
366 HttpMethod http_method,
387 http_method, consumer_key, consumer_secret, token_key,
396 HttpMethod http_method,
405 http_method, consumer_ke
79 BuildBaseString(const GURL& request_base_url, OAuthRequestSigner::HttpMethod http_method, const std::string& base_parameters) argument
239 PrepareParameters(OAuthRequestSigner::Parameters* parameters, OAuthRequestSigner::SignatureMethod signature_method, OAuthRequestSigner::HttpMethod http_method, const std::string& consumer_key, const std::string& token_key) argument
259 SignParameters(const GURL& request_base_url, OAuthRequestSigner::SignatureMethod signature_method, OAuthRequestSigner::HttpMethod http_method, const std::string& consumer_key, const std::string& consumer_secret, const std::string& token_key, const std::string& token_secret, OAuthRequestSigner::Parameters* parameters) argument
364 ParseAndSign(const GURL& request_url_with_parameters, SignatureMethod signature_method, HttpMethod http_method, const std::string& consumer_key, const std::string& consumer_secret, const std::string& token_key, const std::string& token_secret, std::string* result) argument
392 SignURL( const GURL& request_base_url, const Parameters& request_parameters, SignatureMethod signature_method, HttpMethod http_method, const std::string& consumer_key, const std::string& consumer_secret, const std::string& token_key, const std::string& token_secret, std::string* signed_text_return) argument
425 SignAuthHeader( const GURL& request_base_url, const Parameters& request_parameters, SignatureMethod signature_method, HttpMethod http_method, const std::string& consumer_key, const std::string& consumer_secret, const std::string& token_key, const std::string& token_secret, std::string* signed_text_return) argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php222 protected $http_method; variable
229 function __construct($http_method, $http_url, $parameters=NULL) {
233 $this->http_method = $http_method; variable
241 public static function from_request($http_method=NULL, $http_url=NULL, $parameters=NULL) {
250 $http_method = ($http_method) ? $http_method : $_SERVER['REQUEST_METHOD']; variable
265 if ($http_method == "POST"
287 return new OAuthRequest($http_method,
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php222 protected $http_method; variable
229 function __construct($http_method, $http_url, $parameters=NULL) {
233 $this->http_method = $http_method; variable
241 public static function from_request($http_method=NULL, $http_url=NULL, $parameters=NULL) {
250 $http_method = ($http_method) ? $http_method : $_SERVER['REQUEST_METHOD']; variable
265 if ($http_method == "POST"
287 return new OAuthRequest($http_method,
[all...]
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc932 const std::string& http_method,
950 if (http_method != "GET")
960 CHECK_NE(http_method, "POST");
930 ShouldFork(WebFrame* frame, const GURL& url, const std::string& http_method, bool is_initial_navigation, bool is_server_redirect, bool* send_referrer) argument
/external/chromium_org/net/http/
H A Dhttp_cache.cc406 const std::string& http_method) {
412 request_info.method = http_method;
405 OnExternalCacheHit(const GURL& url, const std::string& http_method) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1191 const std::string& http_method,
1198 GetCache()->OnExternalCacheHit(url, http_method);
1188 OnDidLoadResourceFromMemoryCache( const GURL& url, const std::string& security_info, const std::string& http_method, const std::string& mime_type, ResourceType::Type resource_type) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2276 const std::string& http_method,
2290 url, GetRenderProcessHost()->GetID(), cert_id, cert_status, http_method,
2273 OnDidLoadResourceFromMemoryCache( const GURL& url, const std::string& security_info, const std::string& http_method, const std::string& mime_type, ResourceType::Type resource_type) argument

Completed in 699 milliseconds