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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 80 void SetModelFetchResponse(std::string response_data, bool success) {
184 SetModelFetchResponse("BOGUS MODEL", true);
204 SetModelFetchResponse("", false /* success */);
210 SetModelFetchResponse("bogus model", true /* success */);
225 SetModelFetchResponse("bogus model", true /* success */);
275 SetModelFetchResponse("bogus model", true /* success */);
293 SetModelFetchResponse("bogus model", true /* success */);
303 SetModelFetchResponse("bogus model", true /* success */);
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 109 void SetModelFetchResponse(std::string response_data,
263 SetModelFetchResponse("blamodel", net::HTTP_INTERNAL_SERVER_ERROR,
273 SetModelFetchResponse(std::string(), net::HTTP_OK,
282 SetModelFetchResponse(
293 SetModelFetchResponse("Invalid model file", net::HTTP_OK,
305 SetModelFetchResponse(model.SerializePartialAsString(), net::HTTP_OK,
318 SetModelFetchResponse(model.SerializePartialAsString(), net::HTTP_OK,
330 SetModelFetchResponse(model.SerializeAsString(), net::HTTP_OK,
341 SetModelFetchResponse(model.SerializeAsString(), net::HTTP_OK,
354 SetModelFetchResponse(model.SerializeAsString(), net::HTTP_OK
    [all...]

Completed in 53 milliseconds