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

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 541 //===================== DriveIntegrationServiceFactory =======================
544 DriveIntegrationService* DriveIntegrationServiceFactory::GetForProfile(
551 DriveIntegrationServiceFactory::GetForProfileRegardlessOfStates(
558 DriveIntegrationService* DriveIntegrationServiceFactory::FindForProfile(
565 DriveIntegrationServiceFactory::FindForProfileRegardlessOfStates(
572 DriveIntegrationServiceFactory* DriveIntegrationServiceFactory::GetInstance() {
573 return Singleton<DriveIntegrationServiceFactory>::get();
577 void DriveIntegrationServiceFactory::SetFactoryForTest(
582 DriveIntegrationServiceFactory::DriveIntegrationServiceFactory(
    [all...]
drive_integration_service.h 153 friend class DriveIntegrationServiceFactory;
184 class DriveIntegrationServiceFactory
207 // Returns the DriveIntegrationServiceFactory instance.
208 static DriveIntegrationServiceFactory* GetInstance();
214 friend struct DefaultSingletonTraits<DriveIntegrationServiceFactory>;
216 DriveIntegrationServiceFactory();
217 virtual ~DriveIntegrationServiceFactory();

Completed in 112 milliseconds