HomeSort by relevance Sort by last modified time
    Searched refs:QueryURLResult (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/history/core/browser/
history_types.cc 180 // QueryURLResult -------------------------------------------------------------
182 QueryURLResult::QueryURLResult() : success(false) {
185 QueryURLResult::~QueryURLResult() {
history_types.h 289 // QueryURLResult -------------------------------------------------------------
291 // QueryURLResult encapsulates the result of a call to HistoryBackend::QueryURL.
292 struct QueryURLResult {
293 QueryURLResult();
294 ~QueryURLResult();
  /external/chromium_org/chrome/browser/history/
history_service.cc 85 const history::QueryURLResult* result) {
672 history::QueryURLResult* query_url_result = new history::QueryURLResult();
    [all...]
history_backend.h 198 QueryURLResult* query_url_result);
    [all...]
history_backend.cc     [all...]

Completed in 47 milliseconds