Home | History | Annotate | Download | only in history

Lines Matching refs:QueryResults

153 // QueryResults ----------------------------------------------------------------
155 QueryResults::QueryResults() : reached_beginning_(false) {
158 QueryResults::~QueryResults() {
163 const size_t* QueryResults::MatchesForURL(const GURL& url,
180 void QueryResults::Swap(QueryResults* other) {
187 void QueryResults::AppendURLBySwapping(URLResult* result) {
195 void QueryResults::AppendResultsBySwapping(QueryResults* other,
220 void QueryResults::DeleteURL(const GURL& url) {
227 void QueryResults::DeleteRange(size_t begin, size_t end) {
272 void QueryResults::AddURLUsageAtIndex(const GURL& url, size_t index) {
286 void QueryResults::AdjustResultMap(size_t begin, size_t end, ptrdiff_t delta) {