HomeSort by relevance Sort by last modified time
    Searched defs:TypedUrlChangeProcessor (Results 1 - 2 of 2) 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...]

Completed in 30 milliseconds