OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updates_source_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/sessions/
nudge_tracker.cc
19
:
updates_source_
(sync_pb::GetUpdatesCallerInfo::UNKNOWN),
55
updates_source_
= sync_pb::GetUpdatesCallerInfo::UNKNOWN;
71
if (
updates_source_
!= sync_pb::GetUpdatesCallerInfo::NOTIFICATION
72
&&
updates_source_
!= sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH) {
73
updates_source_
= sync_pb::GetUpdatesCallerInfo::LOCAL;
87
if (
updates_source_
!= sync_pb::GetUpdatesCallerInfo::NOTIFICATION) {
88
updates_source_
= sync_pb::GetUpdatesCallerInfo::DATATYPE_REFRESH;
99
updates_source_
= sync_pb::GetUpdatesCallerInfo::NOTIFICATION;
196
return
updates_source_
;
nudge_tracker.h
115
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource
updates_source_
;
member in class:syncer::sessions::NudgeTracker
Completed in 2258 milliseconds