HomeSort by relevance Sort by last modified time
    Searched full:url_without_parameters (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 382 std::string url_without_parameters = spec; local
385 url_without_parameters = spec.substr(0,question);
386 return SignURL(GURL(url_without_parameters), parameters, signature_method,

Completed in 465 milliseconds