Home
last modified time | relevance | path

Searched refs:ParseFetchResponse (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_response_parser.h56 bool ParseFetchResponse(const std::string& response,
Dcloud_print_response_parser.cc162 bool ParseFetchResponse(const std::string& response, in ParseFetchResponse() function
Dcloud_print_requester.cc399 bool success = cloud_print_response_parser::ParseFetchResponse( in ParseFetch()
/external/chromium_org/chrome/browser/extensions/
Dinstall_signer.h97 void ParseFetchResponse();
Dinstall_signer.cc368 base::Closure closure = base::Bind(&InstallSigner::ParseFetchResponse, in GetSignature()
409 void InstallSigner::ParseFetchResponse() { in ParseFetchResponse() function in extensions::InstallSigner