HomeSort by relevance Sort by last modified time
    Searched refs:CommitLaterTask (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/history/
history_backend.h 39 class CommitLaterTask;
515 friend class CommitLaterTask; // The commit task needs to call Commit().
    [all...]
history_backend.cc 144 class CommitLaterTask : public base::RefCounted<CommitLaterTask> {
146 explicit CommitLaterTask(HistoryBackend* history_backend)
162 friend class base::RefCounted<CommitLaterTask>;
164 ~CommitLaterTask() {}
    [all...]

Completed in 158 milliseconds