HomeSort by relevance Sort by last modified time
    Searched defs:SyncSystemResources (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/notifier/
sync_system_resources.cc 325 SyncSystemResources::SyncSystemResources(
336 SyncSystemResources::~SyncSystemResources() {
340 void SyncSystemResources::Start() {
346 void SyncSystemResources::Stop() {
351 bool SyncSystemResources::IsStarted() const {
355 void SyncSystemResources::set_platform(const std::string& platform) {
359 std::string SyncSystemResources::platform() const {
363 SyncLogger* SyncSystemResources::logger()
    [all...]
sync_system_resources.h 210 class SYNC_EXPORT_PRIVATE SyncSystemResources
213 SyncSystemResources(SyncNetworkChannel* sync_network_channel,
216 virtual ~SyncSystemResources();

Completed in 2444 milliseconds