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

  /external/chromium/chrome/browser/history/
in_memory_url_index.h 212 typedef URLID HistoryID;
213 typedef std::set<HistoryID> HistoryIDSet;
233 typedef std::map<HistoryID, URLRow> HistoryInfoMap;
238 class AddHistoryMatch : public std::unary_function<HistoryID, void> {
244 void operator()(const HistoryID history_id);
304 void AddWordToIndex(const string16& uni_word, HistoryID history_id);
308 void UpdateWordHistory(WordID word_id, HistoryID history_id);
312 void AddWordHistory(const string16& uni_word, HistoryID history_id);
in_memory_url_index.cc 170 HistoryID history_id = static_cast<HistoryID>(row.id());
171 DCHECK_LT(row.id(), std::numeric_limits<HistoryID>::max());
530 HistoryID history_id) {
538 void InMemoryURLIndex::UpdateWordHistory(WordID word_id, HistoryID history_id) {
548 HistoryID history_id) {
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 246 int historyId;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 63 long historyId = engine.insertStartSyncEvent(
67 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);

Completed in 779 milliseconds