HomeSort by relevance Sort by last modified time
    Searched refs:sync_root (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer_unittest.cc 106 const google_apis::FileResource& sync_root,
131 sync_root,
157 scoped_ptr<google_apis::FileResource> sync_root(
160 for (size_t i = 0; i < sync_root->parents().size(); ++i) {
163 sync_root->parents()[i].file_id(),
164 sync_root->file_id(),
170 return sync_root.Pass();
248 scoped_ptr<google_apis::FileResource> sync_root(
251 CreateRemoteFolder(sync_root->file_id(), "app-root 1"));
253 CreateRemoteFolder(sync_root->file_id(), "app-root 2"))
    [all...]
metadata_database_unittest.cc 284 FileMetadata sync_root; local
285 sync_root.set_file_id(kSyncRootFolderID);
286 FileDetails* details = sync_root.mutable_details();
290 return sync_root;
319 FileTracker CreateSyncRootTracker(const FileMetadata& sync_root) {
323 sync_root_tracker.set_file_id(sync_root.file_id());
327 *sync_root_tracker.mutable_synced_details() = sync_root.details();
347 TrackedFile sync_root; local
348 sync_root.metadata = CreateSyncRootMetadata();
349 sync_root.tracker = CreateSyncRootTracker(sync_root.metadata)
    [all...]
remote_to_local_syncer_unittest.cc 235 const std::string sync_root = CreateSyncRoot(); local
236 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
269 const std::string sync_root = CreateSyncRoot(); local
270 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
306 const std::string sync_root = CreateSyncRoot(); local
307 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
348 const std::string sync_root = CreateSyncRoot(); local
349 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
369 const std::string sync_root = CreateSyncRoot(); local
370 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host())
394 const std::string sync_root = CreateSyncRoot(); local
413 const std::string sync_root = CreateSyncRoot(); local
434 const std::string sync_root = CreateSyncRoot(); local
458 const std::string sync_root = CreateSyncRoot(); local
    [all...]
local_to_remote_syncer_unittest.cc 258 const std::string sync_root = CreateSyncRoot(); local
259 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
286 const std::string sync_root = CreateSyncRoot(); local
287 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
317 const std::string sync_root = CreateSyncRoot(); local
318 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
349 const std::string sync_root = CreateSyncRoot(); local
350 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
371 const std::string sync_root = CreateSyncRoot(); local
372 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host())
394 const std::string sync_root = CreateSyncRoot(); local
417 const std::string sync_root = CreateSyncRoot(); local
456 const std::string sync_root = CreateSyncRoot(); local
492 const std::string sync_root = CreateSyncRoot(); local
523 const std::string sync_root = CreateSyncRoot(); local
    [all...]
conflict_resolver_unittest.cc 280 const std::string sync_root = CreateSyncRoot(); local
281 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
291 const std::string sync_root = CreateSyncRoot(); local
292 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
317 const std::string sync_root = CreateSyncRoot(); local
318 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
343 const std::string sync_root = CreateSyncRoot(); local
344 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host());
369 const std::string sync_root = CreateSyncRoot(); local
370 const std::string app_root = CreateRemoteFolder(sync_root, kOrigin.host())
416 const std::string sync_root = CreateSyncRoot(); local
467 const std::string sync_root = CreateSyncRoot(); local
494 const std::string sync_root = CreateSyncRoot(); local
    [all...]
register_app_task.cc 61 int64 sync_root = metadata_database()->GetSyncRootTrackerID(); local
64 sync_root, app_id_, &trackers)) {

Completed in 79 milliseconds