DriveEntryKind     39 chrome/browser/drive/drive_api_util.cc std::string GetMimeTypeFromEntryKind(google_apis::DriveEntryKind kind) {
DriveEntryKind    376 chrome/browser/drive/drive_api_util.cc google_apis::DriveEntryKind GetKind(
DriveEntryKind    101 chrome/browser/drive/drive_api_util.h google_apis::DriveEntryKind GetKind(
DriveEntryKind    250 chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc                                 google_apis::DriveEntryKind kind) {
DriveEntryKind     79 chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc   google_apis::DriveEntryKind kind = drive::util::GetKind(file_resource);
DriveEntryKind    218 chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc                              google_apis::DriveEntryKind kind) {
DriveEntryKind    121 chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc                              google_apis::DriveEntryKind kind) {
DriveEntryKind     96 google_apis/drive/gdata_wapi_parser.cc   DriveEntryKind kind;
DriveEntryKind    539 google_apis/drive/gdata_wapi_parser.cc DriveEntryKind ResourceEntry::GetEntryKindFromExtension(
DriveEntryKind    561 google_apis/drive/gdata_wapi_parser.cc DriveEntryKind ResourceEntry::GetEntryKindFromTerm(
DriveEntryKind    578 google_apis/drive/gdata_wapi_parser.cc int ResourceEntry::ClassifyEntryKind(DriveEntryKind kind) {
DriveEntryKind    417 google_apis/drive/gdata_wapi_parser.h   DriveEntryKind kind() const { return kind_; }
DriveEntryKind    517 google_apis/drive/gdata_wapi_parser.h   static DriveEntryKind GetEntryKindFromExtension(const std::string& extension);
DriveEntryKind    523 google_apis/drive/gdata_wapi_parser.h   static int ClassifyEntryKind(DriveEntryKind kind);
DriveEntryKind    533 google_apis/drive/gdata_wapi_parser.h   void set_kind(DriveEntryKind kind) { kind_ = kind; }
DriveEntryKind    579 google_apis/drive/gdata_wapi_parser.h   static DriveEntryKind GetEntryKindFromTerm(const std::string& term);
DriveEntryKind    581 google_apis/drive/gdata_wapi_parser.h   static const char* GetEntryKindDescription(DriveEntryKind kind);
DriveEntryKind    585 google_apis/drive/gdata_wapi_parser.h   DriveEntryKind kind_;