Home
last modified time | relevance | path

Searched defs:CommitLaterTask (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dhistory_backend.h36 class CommitLaterTask; variable
475 friend class CommitLaterTask; // The commit task needs to call Commit(). variable
Dhistory_backend.cc130 class CommitLaterTask : public base::RefCounted<CommitLaterTask> { class
132 explicit CommitLaterTask(HistoryBackend* history_backend) in CommitLaterTask() function in history::CommitLaterTask