Searched defs:CommitLaterTask (Results 1 – 2 of 2) sorted by relevance
34 class CommitLaterTask; variable332 friend class CommitLaterTask; // The commit task needs to call Commit(). variable
127 class CommitLaterTask : public base::RefCounted<CommitLaterTask> { class129 explicit CommitLaterTask(HistoryBackend* history_backend) in CommitLaterTask() function in history::CommitLaterTask