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 70 class TestProfileSyncService : public ProfileSyncService {
74 TestProfileSyncService(
81 virtual ~TestProfileSyncService();
89 static TestProfileSyncService* BuildAutoStartAsyncInit(
test_profile_sync_service.cc 97 syncer::TestIdFactory* TestProfileSyncService::id_factory() {
102 TestProfileSyncService::GetJsEventHandler() {
106 TestProfileSyncService::TestProfileSyncService(
122 TestProfileSyncService::~TestProfileSyncService() {
126 KeyedService* TestProfileSyncService::TestFactoryFunction(
133 return new TestProfileSyncService(
143 TestProfileSyncService* TestProfileSyncService::BuildAutoStartAsyncInit
    [all...]

Completed in 176 milliseconds