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