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 44 class URLIndexPrivateData
45 : public base::RefCountedThreadSafe<URLIndexPrivateData> {
47 URLIndexPrivateData();
112 // at |path|. Returns the new URLIndexPrivateData which on success will
116 static scoped_refptr<URLIndexPrivateData> RestoreFromFile(
121 // database in |history_db|. Returns the new URLIndexPrivateData which on
125 static scoped_refptr<URLIndexPrivateData> RebuildFromHistory(
132 scoped_refptr<URLIndexPrivateData> private_data,
136 scoped_refptr<URLIndexPrivateData> Duplicate() const;
146 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(
342 void URLIndexPrivateData::UpdateRecentVisits
    [all...]

Completed in 52 milliseconds