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 46 class URLIndexPrivateData
47 : public base::RefCountedThreadSafe<URLIndexPrivateData> {
49 URLIndexPrivateData();
109 // at |path|. Returns the new URLIndexPrivateData which on success will
113 static scoped_refptr<URLIndexPrivateData> RestoreFromFile(
118 // database in |history_db|. Returns the new URLIndexPrivateData which on
122 static scoped_refptr<URLIndexPrivateData> RebuildFromHistory(
129 scoped_refptr<URLIndexPrivateData> private_data,
137 scoped_refptr<URLIndexPrivateData> Duplicate() const;
147 friend class base::RefCountedThreadSafe<URLIndexPrivateData>;
    [all...]
url_index_private_data.cc 88 URLIndexPrivateData* private_data,
98 // The URLIndexPrivateData that gets updated after the historyDB
100 URLIndexPrivateData* private_data_;
113 URLIndexPrivateData* private_data,
143 // URLIndexPrivateData ---------------------------------------------------------
145 URLIndexPrivateData::URLIndexPrivateData()
153 ScoredHistoryMatches URLIndexPrivateData::HistoryItemsForTerms(
281 bool URLIndexPrivateData::UpdateURL(
338 void URLIndexPrivateData::UpdateRecentVisits
    [all...]

Completed in 30 milliseconds