Home
last modified time | relevance | path

Searched refs:updates_source_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/sessions/
Dnudge_tracker.cc19 : updates_source_(sync_pb::GetUpdatesCallerInfo::UNKNOWN), in NudgeTracker()
55 updates_source_ = sync_pb::GetUpdatesCallerInfo::UNKNOWN; in RecordSuccessfulSyncCycle()
71 if (updates_source_ != sync_pb::GetUpdatesCallerInfo::NOTIFICATION in RecordLocalChange()
72 && updates_source_ != sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH) { in RecordLocalChange()
73 updates_source_ = sync_pb::GetUpdatesCallerInfo::LOCAL; in RecordLocalChange()
87 if (updates_source_ != sync_pb::GetUpdatesCallerInfo::NOTIFICATION) { in RecordLocalRefreshRequest()
88 updates_source_ = sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH; in RecordLocalRefreshRequest()
99 updates_source_ = sync_pb::GetUpdatesCallerInfo::NOTIFICATION; in RecordRemoteInvalidation()
196 return updates_source_; in updates_source()
Dnudge_tracker.h115 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source_; variable