HomeSort by relevance Sort by last modified time
    Searched full:bookmarkchangeprocessor (Results 1 - 13 of 13) sorted by null

  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 23 BookmarkChangeProcessor::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::BookmarkModelBeingDeleted
    [all...]
bookmark_change_processor.h 23 class BookmarkChangeProcessor : public BookmarkModelObserver,
26 BookmarkChangeProcessor(BookmarkModelAssociator* model_associator,
28 virtual ~BookmarkChangeProcessor() {}
168 DISALLOW_COPY_AND_ASSIGN(BookmarkChangeProcessor);
bookmark_model_associator.cc 391 if (BookmarkChangeProcessor::SetBookmarkFavicon(
393 BookmarkChangeProcessor::SetSyncNodeFavicon(
398 child_node = BookmarkChangeProcessor::CreateBookmarkNode(
415 sync_child_id = BookmarkChangeProcessor::CreateSyncNode(
bookmark_model_associator.h 30 class BookmarkChangeProcessor;
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_change_processor.cc 46 BookmarkChangeProcessor::BookmarkChangeProcessor(
57 BookmarkChangeProcessor::~BookmarkChangeProcessor() {
62 void BookmarkChangeProcessor::StartImpl(Profile* profile) {
72 void BookmarkChangeProcessor::UpdateSyncNodeProperties(
89 void BookmarkChangeProcessor::EncodeFavicon(
105 void BookmarkChangeProcessor::RemoveOneSyncNode(syncer::WriteNode* sync_node) {
113 void BookmarkChangeProcessor::RemoveSyncNodeHierarchy(
138 void BookmarkChangeProcessor::RemoveAllSyncNodes()
    [all...]
bookmark_change_processor.h 32 class BookmarkChangeProcessor : public BookmarkModelObserver,
35 BookmarkChangeProcessor(BookmarkModelAssociator* model_associator,
37 virtual ~BookmarkChangeProcessor();
201 DISALLOW_COPY_AND_ASSIGN(BookmarkChangeProcessor);
bookmark_model_associator.cc 516 BookmarkChangeProcessor::UpdateBookmarkWithSyncData(
522 child_node = BookmarkChangeProcessor::CreateBookmarkNode(
540 int64 sync_child_id = BookmarkChangeProcessor::CreateSyncNode(
702 BookmarkChangeProcessor::UpdateTransactionVersion(new_version,
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 51 using browser_sync::BookmarkChangeProcessor;
232 BookmarkChangeProcessor* change_processor =
233 new BookmarkChangeProcessor(model_associator,
profile_sync_service_bookmark_unittest.cc 6 // BookmarkChangeProcessor. Write unit tests for
326 new BookmarkChangeProcessor(model_associator_.get(),
507 scoped_ptr<BookmarkChangeProcessor> change_processor_;
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 91 using browser_sync::BookmarkChangeProcessor;
481 BookmarkChangeProcessor* change_processor =
482 new BookmarkChangeProcessor(model_associator,
profile_sync_service_bookmark_unittest.cc 6 // BookmarkChangeProcessor. Write unit tests for
530 new BookmarkChangeProcessor(model_associator_.get(),
723 scoped_ptr<BookmarkChangeProcessor> change_processor_;
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 232 browser_sync::BookmarkChangeProcessor::ApplyBookmarkFavicon(
239 // favicon to be sent to BookmarkChangeProcessor.
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc     [all...]

Completed in 528 milliseconds