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

  /external/chromium_org/sync/sessions/
nudge_tracker.cc 17 : updates_source_(sync_pb::GetUpdatesCallerInfo::UNKNOWN),
51 updates_source_ = sync_pb::GetUpdatesCallerInfo::UNKNOWN;
67 if (updates_source_ != sync_pb::GetUpdatesCallerInfo::NOTIFICATION
68 && updates_source_ != sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH) {
69 updates_source_ = sync_pb::GetUpdatesCallerInfo::LOCAL;
83 if (updates_source_ != sync_pb::GetUpdatesCallerInfo::NOTIFICATION) {
84 updates_source_ = sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH;
95 updates_source_ = sync_pb::GetUpdatesCallerInfo::NOTIFICATION;
187 return updates_source_;
nudge_tracker.h 113 sync_pb::GetUpdatesCallerInfo::GetUpdatesSource updates_source_; member in class:syncer::sessions::NudgeTracker

Completed in 57 milliseconds