OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progress_marker
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/engine/
download_updates_command.cc
52
sync_pb::DataTypeProgressMarker*
progress_marker
=
local
54
dir->GetDownloadProgress(model_type,
progress_marker
);
60
progress_marker
->set_notification_hint(type_payload->second);
/external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc
414
"
progress_marker
, initial_sync_ended) VALUES ( ?, ?, ?)");
417
string
progress_marker
;
local
418
info.download_progress[i].SerializeToString(&
progress_marker
);
420
op.bind_blob(1,
progress_marker
.data(),
progress_marker
.length());
614
"SELECT model_id,
progress_marker
, initial_sync_ended "
1058
sync_pb::DataTypeProgressMarker
progress_marker
;
local
[
all
...]
directory_backing_store_unittest.cc
[
all
...]
Completed in 79 milliseconds