OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_updates_response
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/test/fake_server/
fake_server.cc
60
// Sets the progress markers in |
get_updates_response
| given the progress
65
sync_pb::GetUpdatesResponse*
get_updates_response
) const {
70
get_updates_response
->add_new_progress_marker();
/external/chromium_org/sync/tools/testserver/
chromiumsync.py
465
def SaveProgress(self, new_timestamp,
get_updates_response
):
476
get_updates_response
.new_progress_marker.add().MergeFrom(new_marker)
479
get_updates_response
.new_timestamp = new_timestamp
[
all
...]
Completed in 32 milliseconds