Searched refs:first_json (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc1992 const std::string first_json; member in struct:__anon2925
2166 // First, send the query "a" and receive the JSON response |first_json|.
2169 ASCIIToUTF16("a"), false, cases[i].first_json, std::string());
2173 "first_json=" + cases[i].first_json;
2179 "with first_json=" + cases[i].first_json;
2186 description = "second asynchronous response after input with first_json=" +
2187 cases[i].first_json + " and second_json=" + cases[i].second_json;

Completed in 39 milliseconds