RemoteResource     19 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc     const RemoteResource& left,
RemoteResource     20 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc     const RemoteResource& right) {
RemoteResource     43 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc FakeAPIUtil::RemoteResource::RemoteResource()
RemoteResource     46 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc FakeAPIUtil::RemoteResource::RemoteResource(
RemoteResource     64 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc FakeAPIUtil::RemoteResource::~RemoteResource() {}
RemoteResource    205 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc   const RemoteResource& deleted_directory = remote_resources_[resource_id];
RemoteResource    231 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc   remote_resources_[resource_id] = RemoteResource(
RemoteResource    237 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc     const RemoteResource& resource) const {
RemoteResource     39 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h     RemoteResource();
RemoteResource     40 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h     RemoteResource(const std::string& parent_resource_id,
RemoteResource     48 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h     ~RemoteResource();
RemoteResource     53 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h     bool operator()(const RemoteResource& left, const RemoteResource& right);
RemoteResource     56 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h   typedef std::map<std::string, RemoteResource> RemoteResourceByResourceId;
RemoteResource    118 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h       const RemoteResource& resource_id) const;