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

  /external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.h 38 class TypedUrlChangeProcessor : public ChangeProcessor,
41 TypedUrlChangeProcessor(TypedUrlModelAssociator* model_associator,
44 virtual ~TypedUrlChangeProcessor();
86 DISALLOW_COPY_AND_ASSIGN(TypedUrlChangeProcessor);
typed_url_change_processor.cc 20 TypedUrlChangeProcessor::TypedUrlChangeProcessor(
40 TypedUrlChangeProcessor::~TypedUrlChangeProcessor() {
44 void TypedUrlChangeProcessor::Observe(NotificationType type,
65 void TypedUrlChangeProcessor::HandleURLsModified(
127 void TypedUrlChangeProcessor::HandleURLsDeleted(
155 void TypedUrlChangeProcessor::HandleURLsVisited(
183 void TypedUrlChangeProcessor::ApplyChangesFromSyncModel(
316 void TypedUrlChangeProcessor::StartImpl(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 37 TypedUrlChangeProcessor::TypedUrlChangeProcessor(
58 TypedUrlChangeProcessor::~TypedUrlChangeProcessor() {
62 void TypedUrlChangeProcessor::Observe(
88 void TypedUrlChangeProcessor::HandleURLsModified(
102 bool TypedUrlChangeProcessor::CreateOrUpdateSyncNode(
182 void TypedUrlChangeProcessor::HandleURLsDeleted(
215 void TypedUrlChangeProcessor::HandleURLsVisited(
224 bool TypedUrlChangeProcessor::ShouldSyncVisit
    [all...]
typed_url_change_processor.h 45 class TypedUrlChangeProcessor : public ChangeProcessor,
48 TypedUrlChangeProcessor(Profile* profile,
52 virtual ~TypedUrlChangeProcessor();
77 friend class ScopedStopObserving<TypedUrlChangeProcessor>;
124 DISALLOW_COPY_AND_ASSIGN(TypedUrlChangeProcessor);

Completed in 70 milliseconds