HomeSort by relevance Sort by last modified time
    Searched defs:origin_resource_id (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_file_sync_service_unittest.cc 210 std::string origin_resource_id = "app_resource_id"; local
212 origin_resource_id));
226 std::string origin_resource_id = "app_resource_id"; local
227 metadata_store()->AddIncrementalSyncOrigin(origin, origin_resource_id);
238 std::string origin_resource_id = "app_resource_id"; local
239 metadata_store()->AddIncrementalSyncOrigin(origin, origin_resource_id);
drive_file_sync_service_fake_unittest.cc 455 const std::string origin_resource_id = local
461 origin_resource_id, "1.txt", "data1", &file_id));
464 origin_resource_id, "2.txt", "data2", &file_id));
467 origin_resource_id, "3.txt", "data3", &file_id));
570 const std::string origin_resource_id = local
585 origin_resource_id, kFileName, "test data", &resource_id));
599 const std::string origin_resource_id = local
618 origin_resource_id, kFileName, "test data", &resource_id));
632 const std::string origin_resource_id = local
651 origin_resource_id, kFileName, "test data", &resource_id))
718 const std::string origin_resource_id = local
    [all...]
drive_metadata_store.cc 241 std::string origin_resource_id = IsDriveAPIDisabled() local
246 contents->incremental_sync_origins[origin] = origin_resource_id;
254 std::string origin_resource_id = IsDriveAPIDisabled() local
259 contents->disabled_origins[origin] = origin_resource_id;

Completed in 3026 milliseconds