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

  /external/chromium/chrome/browser/sync/
profile_sync_factory_mock.cc 21 ON_CALL(*this, CreateBookmarkSyncComponents(_, _)).
profile_sync_factory_impl.h 46 virtual SyncComponents CreateBookmarkSyncComponents(
profile_sync_factory.h 91 virtual SyncComponents CreateBookmarkSyncComponents(
profile_sync_factory_mock.h 48 MOCK_METHOD2(CreateBookmarkSyncComponents,
profile_sync_factory_impl.cc 222 ProfileSyncFactoryImpl::CreateBookmarkSyncComponents(
profile_sync_service_unittest.cc 139 EXPECT_CALL(factory_, CreateBookmarkSyncComponents(_, _)).Times(0);
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 67 CreateBookmarkSyncComponents(sync_service_, this);
bookmark_data_type_controller_unittest.cc 74 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
158 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
175 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
frontend_data_type_controller_unittest.cc 56 CreateBookmarkSyncComponents(sync_service_, this);
104 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _)).

Completed in 275 milliseconds