Home
last modified time | relevance | path

Searched refs:empty_body (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
Doauth2_api_call_flow.cc156 bool empty_body = body.empty(); in CreateURLFetcher() local
160 empty_body ? URLFetcher::GET : URLFetcher::POST, in CreateURLFetcher()
173 if (!empty_body) in CreateURLFetcher()
Doauth2_access_token_fetcher_impl.cc97 bool empty_body = body.empty(); in CreateFetcher() local
99 0, url, empty_body ? URLFetcher::GET : URLFetcher::POST, delegate); in CreateFetcher()
110 if (!empty_body) in CreateFetcher()