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 582 //===================== DriveIntegrationServiceFactory =======================
584 DriveIntegrationServiceFactory::FactoryCallback*
585 DriveIntegrationServiceFactory::factory_for_test_ = NULL;
587 DriveIntegrationServiceFactory::ScopedFactoryForTest::ScopedFactoryForTest(
592 DriveIntegrationServiceFactory::ScopedFactoryForTest::~ScopedFactoryForTest() {
597 DriveIntegrationService* DriveIntegrationServiceFactory::GetForProfile(
604 DriveIntegrationService* DriveIntegrationServiceFactory::FindForProfile(
611 DriveIntegrationServiceFactory* DriveIntegrationServiceFactory::GetInstance() {
612 return Singleton<DriveIntegrationServiceFactory>::get()
    [all...]
drive_integration_service.h 160 friend class DriveIntegrationServiceFactory;
195 class DriveIntegrationServiceFactory
218 // Returns the DriveIntegrationServiceFactory instance.
219 static DriveIntegrationServiceFactory* GetInstance();
222 friend struct DefaultSingletonTraits<DriveIntegrationServiceFactory>;
224 DriveIntegrationServiceFactory();
225 virtual ~DriveIntegrationServiceFactory();
235 // creation) rather than when tests are set up. DriveIntegrationServiceFactory

Completed in 327 milliseconds