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

  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.h 71 class TestProfileSyncService : public ProfileSyncService {
75 TestProfileSyncService(
82 virtual ~TestProfileSyncService();
90 static TestProfileSyncService* BuildAutoStartAsyncInit(
test_profile_sync_service.cc 94 syncer::TestIdFactory* TestProfileSyncService::id_factory() {
99 TestProfileSyncService::GetJsEventHandler() {
103 TestProfileSyncService::TestProfileSyncService(
118 TestProfileSyncService::~TestProfileSyncService() {
122 KeyedService* TestProfileSyncService::TestFactoryFunction(
131 return new TestProfileSyncService(factory,
139 TestProfileSyncService* TestProfileSyncService::BuildAutoStartAsyncInit
    [all...]

Completed in 656 milliseconds