Home
last modified time | relevance | path

Searched refs:set_platform (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sync/notifier/
Dsync_system_resources.h222 virtual void set_platform(const std::string& platform); in NON_EXPORTED_BASE()
Dsync_system_resources.cc355 void SyncSystemResources::set_platform(const std::string& platform) { in set_platform() function in syncer::SyncSystemResources
Dsync_invalidation_listener.cc62 sync_system_resources_.set_platform(client_info); in Start()