OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommitLaterTask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
history_backend.h
36
class
CommitLaterTask
;
475
friend class
CommitLaterTask
; // The commit task needs to call Commit().
[
all
...]
history_backend.cc
130
class
CommitLaterTask
: public base::RefCounted<
CommitLaterTask
> {
132
explicit
CommitLaterTask
(HistoryBackend* history_backend)
148
friend class base::RefCounted<
CommitLaterTask
>;
150
~
CommitLaterTask
() {}
[
all
...]
Completed in 38 milliseconds