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

  /external/chromium/chrome/browser/history/
history_backend.h 34 class CommitLaterTask;
332 friend class CommitLaterTask; // The commit task needs to call Commit().
547 scoped_refptr<CommitLaterTask> scheduled_commit_;
history_backend.cc 127 class CommitLaterTask : public base::RefCounted<CommitLaterTask> {
129 explicit CommitLaterTask(HistoryBackend* history_backend)
145 friend class base::RefCounted<CommitLaterTask>;
147 ~CommitLaterTask() {}
    [all...]

Completed in 56 milliseconds