Searched defs:QueryURLResult (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Dhistory_types.cc180 // QueryURLResult -------------------------------------------------------------
182 QueryURLResult::QueryURLResult() : success(false) { function in class:history::QueryURLResult
185 QueryURLResult::~QueryURLResult() {
H A Dhistory_types.h289 // QueryURLResult -------------------------------------------------------------
291 // QueryURLResult encapsulates the result of a call to HistoryBackend::QueryURL.
292 struct QueryURLResult { struct in namespace:history
293 QueryURLResult();
294 ~QueryURLResult();

Completed in 1514 milliseconds