Searched refs:SyncSystemResources (Results 1 – 4 of 4) sorted by relevance
325 SyncSystemResources::SyncSystemResources( in SyncSystemResources() function in syncer::SyncSystemResources336 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 …]
210 class SYNC_EXPORT_PRIVATE SyncSystemResources213 SyncSystemResources(SyncNetworkChannel* sync_network_channel, in NON_EXPORTED_BASE()216 virtual ~SyncSystemResources(); in NON_EXPORTED_BASE()
171 SyncSystemResources sync_system_resources_; in NON_EXPORTED_BASE()
90 SyncSystemResources sync_system_resources_;