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

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

Completed in 84 milliseconds