OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChangeProcessor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
change_processor.cc
10
ChangeProcessor
::
ChangeProcessor
(DataTypeErrorHandler* error_handler)
14
ChangeProcessor
::~
ChangeProcessor
() {
17
void
ChangeProcessor
::Start(Profile* profile,
25
void
ChangeProcessor
::CommitChangesFromSyncModel() {}
27
DataTypeErrorHandler*
ChangeProcessor
::error_handler() const {
31
syncer::UserShare*
ChangeProcessor
::share_handle() const {
change_processor.h
24
class
ChangeProcessor
{
26
explicit
ChangeProcessor
(DataTypeErrorHandler* error_handler);
27
virtual ~
ChangeProcessor
();
87
DISALLOW_COPY_AND_ASSIGN(
ChangeProcessor
);
/external/chromium/chrome/browser/sync/glue/
change_processor.cc
10
ChangeProcessor
::~
ChangeProcessor
() {
11
DCHECK(!running_) << "
ChangeProcessor
dtor while running";
14
void
ChangeProcessor
::Start(Profile* profile,
22
void
ChangeProcessor
::Stop() {
30
bool
ChangeProcessor
::IsRunning() const {
change_processor.h
21
class
ChangeProcessor
{
23
explicit
ChangeProcessor
(UnrecoverableErrorHandler* error_handler)
25
virtual ~
ChangeProcessor
();
72
DISALLOW_COPY_AND_ASSIGN(
ChangeProcessor
);
Completed in 35 milliseconds