HomeSort by relevance Sort by last modified time
    Searched refs:BookmarkChangeProcessor (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 46 BookmarkChangeProcessor::BookmarkChangeProcessor(
60 BookmarkChangeProcessor::~BookmarkChangeProcessor() {
65 void BookmarkChangeProcessor::StartImpl() {
73 void BookmarkChangeProcessor::UpdateSyncNodeProperties(
90 void BookmarkChangeProcessor::EncodeFavicon(
106 void BookmarkChangeProcessor::RemoveOneSyncNode(syncer::WriteNode* sync_node) {
114 void BookmarkChangeProcessor::RemoveSyncNodeHierarchy(
139 void BookmarkChangeProcessor::RemoveAllSyncNodes()
    [all...]
bookmark_change_processor.h 35 class BookmarkChangeProcessor : public BookmarkModelObserver,
38 BookmarkChangeProcessor(Profile* profile,
41 virtual ~BookmarkChangeProcessor();
218 DISALLOW_COPY_AND_ASSIGN(BookmarkChangeProcessor);
bookmark_model_associator.cc 551 BookmarkChangeProcessor::UpdateBookmarkWithSyncData(
557 child_node = BookmarkChangeProcessor::CreateBookmarkNode(
575 int64 sync_child_id = BookmarkChangeProcessor::CreateSyncNode(
739 BookmarkChangeProcessor::UpdateTransactionVersion(new_version,
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 100 using browser_sync::BookmarkChangeProcessor;
691 BookmarkChangeProcessor* change_processor =
692 new BookmarkChangeProcessor(profile_sync_service->profile(),
profile_sync_service_bookmark_unittest.cc 6 // BookmarkChangeProcessor. Write unit tests for
528 new BookmarkChangeProcessor(&profile_,
736 scoped_ptr<BookmarkChangeProcessor> change_processor_;
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 237 browser_sync::BookmarkChangeProcessor::ApplyBookmarkFavicon(
244 // favicon to be sent to BookmarkChangeProcessor.

Completed in 200 milliseconds