Searched defs:QueryURLResult (Results 1 – 2 of 2) sorted by relevance
100 struct QueryURLResult { struct103 bool success;104 URLRow row;105 VisitVector visits;
157 HistoryBackend::QueryURLResult::QueryURLResult() : success(false) { in QueryURLResult() function in history::HistoryBackend::QueryURLResult