Home
last modified time | relevance | path

Searched defs:full_query_text (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/omnibox/
Danswers_cache.h17 base::string16 full_query_text; member
Danswers_cache.cc35 void AnswersCache::UpdateRecentAnswers(const base::string16& full_query_text, in UpdateRecentAnswers()
Danswers_cache_unittest.cc25 base::string16 full_query_text = base::ASCIIToUTF16("weather los angeles"); in TEST() local