OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterDataTypes
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.cc
112
pss->factory()->
RegisterDataTypes
(pss);
profile_sync_components_factory.h
73
virtual void
RegisterDataTypes
(ProfileSyncService* pss) = 0;
profile_sync_components_factory_impl.h
29
virtual void
RegisterDataTypes
(ProfileSyncService* pss) OVERRIDE;
profile_sync_components_factory_mock.h
30
MOCK_METHOD1(
RegisterDataTypes
, void(ProfileSyncService*));
profile_sync_components_factory_impl_unittest.cc
102
pss->factory()->
RegisterDataTypes
(pss.get());
122
pss->factory()->
RegisterDataTypes
(pss.get());
profile_sync_components_factory_impl.cc
134
void ProfileSyncComponentsFactoryImpl::
RegisterDataTypes
(
Completed in 302 milliseconds