Home | History | Annotate | Download | only in history

Lines Matching defs:QueryHistory

77   // Acts like a synchronous call to history's QueryHistory.
78 void QueryHistory(const std::string& text_query,
81 history_->QueryHistory(
104 QueryHistory(query_text, options, &results);
109 QueryHistory(query_text, options, &results);
117 QueryHistory(query_text, options, &results);
136 QueryHistory(query_text, options, &results);
191 base::MessageLoop::current()->Quit(); // Will return out to QueryHistory.
202 // The QueryHistoryComplete callback will put the results here so QueryHistory
217 QueryHistory(std::string(), options, &results);
232 QueryHistory(std::string(), options, &results);
247 QueryHistory(std::string(), options, &results);
259 QueryHistory(std::string(), options, &results);
261 QueryHistory("some", options, &results);
265 QueryHistory(std::string(), options, &results);
267 QueryHistory("some", options, &results);
272 QueryHistory(std::string(), options, &results);
274 QueryHistory("some", options, &results);
279 QueryHistory(std::string(), options, &results);
281 QueryHistory("some", options, &results);
286 QueryHistory(std::string(), options, &results);
288 QueryHistory("some", options, &results);
293 QueryHistory(std::string(), options, &results);
295 QueryHistory("some", options, &results);
301 QueryHistory(std::string(), options, &results);
304 QueryHistory(std::string(), options, &results);
308 QueryHistory("some", options, &results);
311 QueryHistory("some", options, &results);
327 QueryHistory("some", options, &results);
334 QueryHistory("PAGETWO", options, &results);
342 QueryHistory("some", options, &results);
356 QueryHistory("PAGET", options, &results);
372 QueryHistory("some", options, &results);
381 QueryHistory("FOO", options, &results);
407 QueryHistory(queries[i].query, options, &results);