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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer.cc 138 root_folder_id_ = about_resource->root_folder_id();
141 DCHECK(!root_folder_id_.empty());
195 DCHECK(!root_folder_id_.empty());
196 if (!HasNoParents(*entry) && !HasFolderAsParent(*entry, root_folder_id_))
233 root_folder_id_, kSyncRootFolderTitle,
263 root_folder_id_,
sync_engine_initializer.h 115 std::string root_folder_id_; member in class:sync_file_system::drive_backend::SyncEngineInitializer
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 53 const std::string& root_folder_id() const { return root_folder_id_; }
65 root_folder_id_ = root_folder_id;
79 std::string root_folder_id_; member in class:google_apis::AboutResource
drive_api_parser.cc 237 &AboutResource::root_folder_id_);
  /external/chromium_org/chrome/browser/chromeos/drive/
directory_loader.cc 101 root_folder_id_(root_folder_id),
192 std::string root_folder_id_; member in class:drive::internal::DirectoryLoader::FeedFetcher

Completed in 77 milliseconds