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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_sync_unittest.cc 636 std::string app_root_folder_id; local
637 EXPECT_TRUE(GetAppRootFolderID(app_id, &app_root_folder_id));
642 app_root_folder_id, "file", "abcde", &file_id));
683 std::string app_root_folder_id; local
684 EXPECT_TRUE(GetAppRootFolderID(app_id, &app_root_folder_id));
687 app_root_folder_id, "file", "abcde", &remote_file_id));
1017 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1089 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1131 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1172 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1208 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1244 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1278 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1313 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1355 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1396 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1514 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1593 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1628 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
1668 std::string app_root_folder_id = GetFileIDByPath(app_id, FPL("")); local
    [all...]
list_changes_task_unittest.cc 142 std::string app_root_folder_id() { function in class:sync_file_system::drive_backend::ListChangesTaskTest
239 SetUpChangesInFolder(app_root_folder_id());
register_app_task_unittest.cc 225 std::string app_root_folder_id = app_root_tracker.file_id(); local
228 fake_drive_service_helper_->GetFileResource(app_root_folder_id, &entry))
remote_to_local_syncer_unittest.cc 124 const std::string& app_root_folder_id) {
126 context_->GetMetadataDatabase()->RegisterApp(app_id, app_root_folder_id,
conflict_resolver_unittest.cc 122 const std::string& app_root_folder_id) {
124 context_->GetMetadataDatabase()->RegisterApp(app_id, app_root_folder_id,
local_to_remote_syncer_unittest.cc 124 const std::string& app_root_folder_id) {
127 app_id, app_root_folder_id, CreateResultReceiver(&status));

Completed in 382 milliseconds