HomeSort by relevance Sort by last modified time
    Searched refs:empty_body (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 151 bool empty_body = body.empty(); local
155 empty_body ? URLFetcher::GET : URLFetcher::POST,
168 if (!empty_body)
oauth2_access_token_fetcher.cc 63 bool empty_body = body.empty(); local
66 empty_body ? URLFetcher::GET : URLFetcher::POST,
78 if (!empty_body)
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc 59 bool empty_body = body.empty(); local
62 empty_body ? net::URLFetcher::GET : net::URLFetcher::POST,
79 if (!empty_body)

Completed in 261 milliseconds