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

  /external/chromium_org/sync/notifier/
sync_system_resources.cc 197 SyncSystemResources::SyncSystemResources(
208 SyncSystemResources::~SyncSystemResources() {
212 void SyncSystemResources::Start() {
218 void SyncSystemResources::Stop() {
223 bool SyncSystemResources::IsStarted() const {
227 void SyncSystemResources::set_platform(const std::string& platform) {
231 std::string SyncSystemResources::platform() const {
235 SyncLogger* SyncSystemResources::logger()
    [all...]
sync_system_resources.h 120 class SYNC_EXPORT_PRIVATE SyncSystemResources
123 SyncSystemResources(scoped_ptr<notifier::PushClient> push_client,
126 virtual ~SyncSystemResources();
sync_invalidation_listener.h 173 SyncSystemResources sync_system_resources_;
sync_system_resources_unittest.cc 88 SyncSystemResources sync_system_resources_;

Completed in 40 milliseconds