Home | History | Annotate | Download | only in history

Lines Matching refs:QueryHistory

79   // Acts like a synchronous call to history's QueryHistory.
80 void QueryHistory(const std::string& text_query,
83 history_->QueryHistory(base::UTF8ToUTF16(text_query),
107 QueryHistory(query_text, options, &results);
112 QueryHistory(query_text, options, &results);
120 QueryHistory(query_text, options, &results);
139 QueryHistory(query_text, options, &results);
194 base::MessageLoop::current()->Quit(); // Will return out to QueryHistory.
205 // The QueryHistoryComplete callback will put the results here so QueryHistory
220 QueryHistory(std::string(), options, &results);
235 QueryHistory(std::string(), options, &results);
250 QueryHistory(std::string(), options, &results);
262 QueryHistory(std::string(), options, &results);
264 QueryHistory("some", options, &results);
268 QueryHistory(std::string(), options, &results);
270 QueryHistory("some", options, &results);
275 QueryHistory(std::string(), options, &results);
277 QueryHistory("some", options, &results);
282 QueryHistory(std::string(), options, &results);
284 QueryHistory("some", options, &results);
289 QueryHistory(std::string(), options, &results);
291 QueryHistory("some", options, &results);
296 QueryHistory(std::string(), options, &results);
298 QueryHistory("some", options, &results);
304 QueryHistory(std::string(), options, &results);
307 QueryHistory(std::string(), options, &results);
311 QueryHistory("some", options, &results);
314 QueryHistory("some", options, &results);
330 QueryHistory("some", options, &results);
337 QueryHistory("PAGETWO", options, &results);
345 QueryHistory("some", options, &results);
359 QueryHistory("PAGET", options, &results);
375 QueryHistory("some", options, &results);
384 QueryHistory("FOO", options, &results);
410 QueryHistory(queries[i].query, options, &results);