Home
last modified time | relevance | path

Searched refs:SyncSystemResources (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/invalidation/
Dsync_system_resources.cc278 SyncSystemResources::SyncSystemResources( in SyncSystemResources() function in syncer::SyncSystemResources
289 SyncSystemResources::~SyncSystemResources() { in ~SyncSystemResources()
293 void SyncSystemResources::Start() { in Start()
299 void SyncSystemResources::Stop() { in Stop()
304 bool SyncSystemResources::IsStarted() const { in IsStarted()
308 void SyncSystemResources::set_platform(const std::string& platform) { in set_platform()
312 std::string SyncSystemResources::platform() const { in platform()
316 SyncLogger* SyncSystemResources::logger() { in logger()
320 SyncStorage* SyncSystemResources::storage() { in storage()
324 SyncNetworkChannel* SyncSystemResources::network() { in network()
[all …]
Dsync_system_resources.h217 class INVALIDATION_EXPORT_PRIVATE SyncSystemResources
220 SyncSystemResources(SyncNetworkChannel* sync_network_channel, in NON_EXPORTED_BASE()
223 virtual ~SyncSystemResources(); in NON_EXPORTED_BASE()
Dsync_invalidation_listener.h178 SyncSystemResources sync_system_resources_; in NON_EXPORTED_BASE()
Dsync_system_resources_unittest.cc90 SyncSystemResources sync_system_resources_;