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

  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 38 TypedUrlChangeProcessor::TypedUrlChangeProcessor(
59 TypedUrlChangeProcessor::~TypedUrlChangeProcessor() {
63 void TypedUrlChangeProcessor::Observe(
89 void TypedUrlChangeProcessor::HandleURLsModified(
103 bool TypedUrlChangeProcessor::CreateOrUpdateSyncNode(
183 void TypedUrlChangeProcessor::HandleURLsDeleted(
216 void TypedUrlChangeProcessor::HandleURLsVisited(
225 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 59 milliseconds