Searched defs:URLIndexPrivateData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.h44 class URLIndexPrivateData class in namespace:history
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...]
H A Durl_index_private_data.cc84 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() function in class:history::URLIndexPrivateData
149 ScoredHistoryMatches URLIndexPrivateData::HistoryItemsForTerms(
279 bool URLIndexPrivateData::UpdateURL(
342 void URLIndexPrivateData
[all...]

Completed in 860 milliseconds