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

  /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 188 milliseconds