HomeSort by relevance Sort by last modified time
    Searched refs:SyncSystemResources (Results 1 - 4 of 4) 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();
sync_invalidation_listener.h 176 SyncSystemResources sync_system_resources_;
sync_system_resources_unittest.cc 90 SyncSystemResources sync_system_resources_;

Completed in 35 milliseconds