Home
last modified time | relevance | path

Searched defs: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
Dhistory_backend.cc127 class CommitLaterTask : public base::RefCounted<CommitLaterTask> { class
129 explicit CommitLaterTask(HistoryBackend* history_backend) in CommitLaterTask() function in history::CommitLaterTask