Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dhistory_backend.h34 class CommitLaterTask; variable
332 friend class CommitLaterTask; // The commit task needs to call Commit(). variable
547 scoped_refptr<CommitLaterTask> scheduled_commit_;
Dhistory_backend.cc127 class CommitLaterTask : public base::RefCounted<CommitLaterTask> { class
129 explicit CommitLaterTask(HistoryBackend* history_backend) in CommitLaterTask() function in history::CommitLaterTask
145 friend class base::RefCounted<CommitLaterTask>;
147 ~CommitLaterTask() {} in ~CommitLaterTask()
1911 scheduled_commit_ = new CommitLaterTask(this); in ScheduleCommit()
1914 &CommitLaterTask::RunCommit), in ScheduleCommit()