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

  /external/chromium/chrome/browser/autofill/
autofill_download_unittest.cc 74 response.type_of_response = QUERY_SUCCESSFULL;
79 response.type_of_response = UPLOAD_SUCCESSFULL;
89 response.type_of_response =
95 enum TYPE_OF_RESPONSE {
103 TYPE_OF_RESPONSE type_of_response; member in struct:AutofillDownloadTestHelper::ResponseData
107 ResponseData() : type_of_response(REQUEST_QUERY_FAILED), error(0) {
264 helper.responses_.front().type_of_response);
272 helper.responses_.front().type_of_response);
280 EXPECT_EQ(helper.responses_.front().type_of_response,
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc 79 response.type_of_response = QUERY_SUCCESSFULL;
85 response.type_of_response = UPLOAD_SUCCESSFULL;
96 response.type_of_response =
110 ResponseType type_of_response; member in struct:autofill::AutofillDownloadTest::ResponseData
115 ResponseData() : type_of_response(REQUEST_QUERY_FAILED), error(0) {}
247 responses_.front().type_of_response);
255 responses_.front().type_of_response);
263 EXPECT_EQ(responses_.front().type_of_response,
300 responses_.front().type_of_response);
324 responses_.front().type_of_response);
    [all...]

Completed in 164 milliseconds