Searched defs:kErrorPrefix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
H A Dregistration_request.cc39 const char kErrorPrefix[] = "Error="; member in namespace:gcm::__anon8384
216 size_t error_pos = response.find(kErrorPrefix);
219 error_pos + arraysize(kErrorPrefix) - 1);
H A Dunregistration_request.cc40 const char kErrorPrefix[] = "Error="; member in namespace:gcm::__anon8386
86 if (response.find(kErrorPrefix) != std::string::npos) {
88 response.find(kErrorPrefix) + arraysize(kErrorPrefix) - 1);

Completed in 148 milliseconds