Home | History | Annotate | Download | only in history

Lines Matching defs:QueryHistory

75   // Acts like a synchronous call to history's QueryHistory.
76 void QueryHistory(const std::string& text_query,
79 history_->QueryHistory(UTF8ToUTF16(text_query), options, &consumer_,
130 MessageLoop::current()->Quit(); // Will return out to QueryHistory.
141 // The QueryHistoryComplete callback will put the results here so QueryHistory
155 QueryHistory(std::string(), options, &results);
166 QueryHistory(std::string(), options, &results);
181 QueryHistory(std::string(), options, &results);
193 QueryHistory(std::string(), options, &results);
197 QueryHistory(std::string(), options, &results);
201 QueryHistory(std::string(), options, &results);
205 QueryHistory(std::string(), options, &results);
209 QueryHistory(std::string(), options, &results);
224 QueryHistory("some", options, &results);
231 QueryHistory("PAGETWO", options, &results);
239 QueryHistory("some", options, &results);
253 QueryHistory("title", options, &results);
269 QueryHistory("PAGET", options, &results);
285 QueryHistory("some", options, &results);
294 QueryHistory("FOO", options, &results);
325 QueryHistory("archived", options, &results);
344 QueryHistory("Other", options, &results);