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

  /external/chromium_org/google_apis/drive/
drive_entry_kinds.h 29 ENTRY_KIND_FOLDER,
gdata_wapi_parser_unittest.cc 65 EXPECT_EQ(ENTRY_KIND_FOLDER, folder_entry->kind());
382 ResourceEntry::ClassifyEntryKind(ENTRY_KIND_FOLDER));
gdata_wapi_parser.cc 112 { ENTRY_KIND_FOLDER, "folder", NULL},
600 case ENTRY_KIND_FOLDER:
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer_unittest.cc 259 VerifyTitleUniqueness(app_root, "folder", google_apis::ENTRY_KIND_FOLDER);
289 VerifyTitleUniqueness(app_root, "folder1", google_apis::ENTRY_KIND_FOLDER);
290 VerifyTitleUniqueness(folder_id1, "folder2", google_apis::ENTRY_KIND_FOLDER);
311 VerifyTitleUniqueness(app_root, "folder", google_apis::ENTRY_KIND_FOLDER);
344 EXPECT_EQ(google_apis::ENTRY_KIND_FOLDER, entries[0]->kind());
368 EXPECT_EQ(google_apis::ENTRY_KIND_FOLDER, entries[1]->kind());
482 EXPECT_EQ(google_apis::ENTRY_KIND_FOLDER, entries[0]->kind());
483 EXPECT_EQ(google_apis::ENTRY_KIND_FOLDER, entries[1]->kind());
conflict_resolver_unittest.cc 287 google_apis::ENTRY_KIND_FOLDER);
313 google_apis::ENTRY_KIND_FOLDER);
drive_backend_util.cc 67 else if (kind == google_apis::ENTRY_KIND_FOLDER)
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_unittest.cc 269 google_apis::ENTRY_KIND_FOLDER);
288 google_apis::ENTRY_KIND_FOLDER);
322 google_apis::ENTRY_KIND_FOLDER);
343 google_apis::ENTRY_KIND_FOLDER);
651 google_apis::ENTRY_KIND_FOLDER);
fake_api_util.cc 260 entry->set_kind(google_apis::ENTRY_KIND_FOLDER);
api_util.cc 358 DCHECK_EQ(google_apis::ENTRY_KIND_FOLDER, entry->kind());
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 386 return google_apis::ENTRY_KIND_FOLDER;

Completed in 174 milliseconds