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

  /external/chromium_org/google_apis/drive/
drive_entry_kinds.h 10 // DriveEntryKind specifies the kind of a Drive entry.
13 // DriveEntryKind. The compiler will catch if they are not in sync.
14 enum DriveEntryKind {
gdata_wapi_parser.h 417 DriveEntryKind kind() const { return kind_; }
516 static int ClassifyEntryKind(DriveEntryKind kind);
526 void set_kind(DriveEntryKind kind) { kind_ = kind; }
568 // Converts categories.term into DriveEntryKind enum.
569 static DriveEntryKind GetEntryKindFromTerm(const std::string& term);
571 static const char* GetEntryKindDescription(DriveEntryKind kind);
575 DriveEntryKind kind_;
gdata_wapi_parser.cc 96 DriveEntryKind kind;
555 DriveEntryKind ResourceEntry::GetEntryKindFromTerm(
572 int ResourceEntry::ClassifyEntryKind(DriveEntryKind kind) {
575 // All DriveEntryKind members are listed here, so the compiler catches if a
  /external/chromium_org/chrome/browser/drive/
drive_api_util.h 104 google_apis::DriveEntryKind GetKind(
drive_api_util.cc 383 google_apis::DriveEntryKind GetKind(
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_util.cc 64 google_apis::DriveEntryKind kind = drive::util::GetKind(file_resource);
conflict_resolver_unittest.cc 204 google_apis::DriveEntryKind kind) {
local_to_remote_syncer_unittest.cc 204 google_apis::DriveEntryKind kind) {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util_unittest.cc 128 google_apis::DriveEntryKind kind) {

Completed in 2071 milliseconds