Home
last modified time | relevance | path

Searched refs:QueryURLResult (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/history/core/browser/
Dhistory_types.cc182 QueryURLResult::QueryURLResult() : success(false) { in QueryURLResult() function in history::QueryURLResult
185 QueryURLResult::~QueryURLResult() { in ~QueryURLResult()
Dhistory_types.h292 struct QueryURLResult { struct
293 QueryURLResult();
294 ~QueryURLResult();
/external/chromium_org/chrome/browser/history/
Dhistory_service.cc85 const history::QueryURLResult* result) { in RunWithQueryURLResult()
672 history::QueryURLResult* query_url_result = new history::QueryURLResult(); in QueryURL()
Dhistory_backend.h198 QueryURLResult* query_url_result);
Dhistory_backend.cc1066 QueryURLResult* result) { in QueryURL()