OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:model_neutral_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/sessions/
status_controller.cc
22
model_neutral_
.num_updates_downloaded_total += value;
26
model_neutral_
.types_needing_local_migration = types;
31
model_neutral_
.num_tombstone_updates_downloaded_total += value;
36
model_neutral_
.num_reflected_updates_downloaded_total += value;
41
model_neutral_
.num_server_changes_remaining = changes_remaining;
49
model_neutral_
.num_successful_bookmark_commits = value;
53
model_neutral_
.num_successful_bookmark_commits++;
57
model_neutral_
.num_successful_commits++;
61
model_neutral_
.num_updates_applied += value;
65
model_neutral_
.num_encryption_conflicts += value
[
all
...]
status_controller.h
40
return
model_neutral_
.commit_request_types;
43
model_neutral_
.commit_request_types = value;
48
return
model_neutral_
.num_server_changes_remaining;
70
return
model_neutral_
;
106
ModelNeutralState
model_neutral_
;
member in class:syncer::sessions::StatusController
Completed in 52 milliseconds