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

  /external/chromium/chrome/browser/history/
history.cc 61 static const char* kHistoryThreadName = "Chrome_HistoryThread";
126 : thread_(new base::Thread(kHistoryThreadName)),
135 : thread_(new base::Thread(kHistoryThreadName)),
  /external/chromium_org/chrome/browser/history/
history_service.cc 74 static const char* kHistoryThreadName = "Chrome_HistoryThread";
204 thread_(new base::Thread(kHistoryThreadName)),
215 thread_(new base::Thread(kHistoryThreadName)),
    [all...]

Completed in 42 milliseconds