/external/chromium/chrome/browser/sync/sessions/ |
session_state_unittest.cc | 86 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; local 90 download_progress_markers[i] = marker; 94 DownloadProgressMarkersToValue(download_progress_markers)); 128 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; local 129 download_progress_markers[syncable::BOOKMARKS] = "test"; 130 download_progress_markers[syncable::APPS] = "apps"; 132 DownloadProgressMarkersToValue(download_progress_markers)); 148 download_progress_markers,
|
sync_session.cc | 66 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; local 74 dir->GetDownloadProgressAsString(type, &download_progress_markers[i]); 84 download_progress_markers,
|
session_state.cc | 75 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT]) { 82 base::Base64Encode(download_progress_markers[i], &base64_marker); 113 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT], 125 download_progress_markers(), 134 const_cast<std::string&>(this->download_progress_markers[i]).assign( 135 download_progress_markers[i]); 152 DownloadProgressMarkersToValue(download_progress_markers));
|
session_state.h | 107 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT]); 119 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT], 136 const std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; member in struct:browser_sync::sessions::SyncSessionSnapshot
|
/external/chromium/chrome/browser/sync/ |
backend_migrator_unittest.cc | 48 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; local 51 download_progress_markers[*it] = "foobar"; 55 0, false, syncable::ModelTypeBitSet(), download_progress_markers,
|
js_sync_manager_observer_unittest.cc | 81 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; local 87 download_progress_markers, local
|
test_profile_sync_service.cc | 60 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT]; local 67 sync_ended, download_progress_markers, false, false, 0, 0, false,
|
backend_migrator.cc | 90 if (snap->download_progress_markers[*it].empty())
|
profile_sync_service_harness.cc | 572 return snap->download_progress_markers[model_type];
|