HomeSort by relevance Sort by last modified time
    Searched defs:FakeDriveService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/drive/
fake_drive_service.h 29 class FakeDriveService : public DriveServiceInterface {
31 FakeDriveService();
32 virtual ~FakeDriveService();
352 DISALLOW_COPY_AND_ASSIGN(FakeDriveService);
fake_drive_service.cc 142 struct FakeDriveService::EntryInfo {
148 struct FakeDriveService::UploadSession {
179 FakeDriveService::FakeDriveService()
202 FakeDriveService::~FakeDriveService() {
207 bool FakeDriveService::LoadAppListForDriveApi(
219 void FakeDriveService::AddApp(const std::string& app_id,
245 void FakeDriveService::RemoveAppByProductId(const std::string& product_id) {
261 bool FakeDriveService::HasApp(const std::string& app_id) const
    [all...]

Completed in 85 milliseconds