Home
last modified time | relevance | path

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

/external/chromium_org/sync/notifier/
Dsync_system_resources.cc325 SyncSystemResources::SyncSystemResources( in SyncSystemResources() function in syncer::SyncSystemResources
336 SyncSystemResources::~SyncSystemResources() { in ~SyncSystemResources()
340 void SyncSystemResources::Start() { in Start()
346 void SyncSystemResources::Stop() { in Stop()
351 bool SyncSystemResources::IsStarted() const { in IsStarted()
355 void SyncSystemResources::set_platform(const std::string& platform) { in set_platform()
359 std::string SyncSystemResources::platform() const { in platform()
363 SyncLogger* SyncSystemResources::logger() { in logger()
367 SyncStorage* SyncSystemResources::storage() { in storage()
371 SyncNetworkChannel* SyncSystemResources::network() { in network()
[all …]
Dsync_system_resources.h210 class SYNC_EXPORT_PRIVATE SyncSystemResources
213 SyncSystemResources(SyncNetworkChannel* sync_network_channel, in NON_EXPORTED_BASE()
216 virtual ~SyncSystemResources(); in NON_EXPORTED_BASE()
Dsync_invalidation_listener.h171 SyncSystemResources sync_system_resources_; in NON_EXPORTED_BASE()
Dsync_system_resources_unittest.cc90 SyncSystemResources sync_system_resources_;