HomeSort by relevance Sort by last modified time
    Searched full:visit_history_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 203 visit_history_(new vector<history::BriefVisitInfo>) {
208 db->GetBriefVisitInfoOfMostRecentVisits(max_visits_, visit_history_.get());
213 local_predictor_->OnGetInitialVisitHistory(visit_history_.Pass());
221 scoped_ptr<vector<history::BriefVisitInfo> > visit_history_; member in class:prerender::__anon5424::GetVisitHistoryTask
457 if (!visit_history_.get())
459 visit_history_->push_back(info);
460 if (static_cast<int>(visit_history_->size()) > kVisitHistoryPruneThreshold) {
461 visit_history_->erase(visit_history_->begin(),
462 visit_history_->begin() + kVisitHistoryPruneAmount)
    [all...]
prerender_local_predictor.h 219 scoped_ptr<std::vector<history::BriefVisitInfo> > visit_history_; member in class:prerender::PrerenderLocalPredictor

Completed in 61 milliseconds