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

  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 45 class URLIndexPrivateData
46 : public base::RefCountedThreadSafe<URLIndexPrivateData> {
48 URLIndexPrivateData();
111 // at |path|. Returns the new URLIndexPrivateData which on success will
115 static scoped_refptr<URLIndexPrivateData> RestoreFromFile(
120 // database in |history_db|. Returns the new URLIndexPrivateData which on
124 static scoped_refptr<URLIndexPrivateData> RebuildFromHistory(
131 scoped_refptr<URLIndexPrivateData> private_data,
139 scoped_refptr<URLIndexPrivateData> Duplicate() const;
149 friend class base::RefCountedThreadSafe<URLIndexPrivateData>;
    [all...]
url_index_private_data.cc 84 URLIndexPrivateData* private_data,
94 // The URLIndexPrivateData that gets updated after the historyDB
96 URLIndexPrivateData* private_data_;
109 URLIndexPrivateData* private_data,
139 // URLIndexPrivateData ---------------------------------------------------------
141 URLIndexPrivateData::URLIndexPrivateData()
149 ScoredHistoryMatches URLIndexPrivateData::HistoryItemsForTerms(
279 bool URLIndexPrivateData::UpdateURL(
336 void URLIndexPrivateData::UpdateRecentVisits
    [all...]

Completed in 636 milliseconds