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

  /external/chromium_org/components/invalidation/
sync_system_resources.cc 278 SyncSystemResources::SyncSystemResources(
289 SyncSystemResources::~SyncSystemResources() {
293 void SyncSystemResources::Start() {
299 void SyncSystemResources::Stop() {
304 bool SyncSystemResources::IsStarted() const {
308 void SyncSystemResources::set_platform(const std::string& platform) {
312 std::string SyncSystemResources::platform() const {
316 SyncLogger* SyncSystemResources::logger()
    [all...]
sync_system_resources.h 217 class INVALIDATION_EXPORT_PRIVATE SyncSystemResources
220 SyncSystemResources(SyncNetworkChannel* sync_network_channel,
223 virtual ~SyncSystemResources();

Completed in 40 milliseconds