Searched defs:BookmarkChangeProcessor (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_change_processor.h23 class BookmarkChangeProcessor : public BookmarkModelObserver, class in namespace:browser_sync
26 BookmarkChangeProcessor(BookmarkModelAssociator* model_associator,
28 virtual ~BookmarkChangeProcessor() {}
168 DISALLOW_COPY_AND_ASSIGN(BookmarkChangeProcessor);
H A Dbookmark_change_processor.cc23 BookmarkChangeProcessor::BookmarkChangeProcessor( function in class:browser_sync::BookmarkChangeProcessor
34 void BookmarkChangeProcessor::StartImpl(Profile* profile) {
42 void BookmarkChangeProcessor::StopImpl() {
50 void BookmarkChangeProcessor::UpdateSyncNodeProperties(
61 void BookmarkChangeProcessor::EncodeFavicon(const BookmarkNode* src,
79 void BookmarkChangeProcessor::RemoveOneSyncNode(
93 void BookmarkChangeProcessor::RemoveSyncNodeHierarchy(
131 void BookmarkChangeProcessor::Loaded(BookmarkModel* model) {
135 void BookmarkChangeProcessor
[all...]

Completed in 501 milliseconds