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

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.cc 142 DriveIntegrationService::DriveIntegrationService(
214 DriveIntegrationService::~DriveIntegrationService() {
218 void DriveIntegrationService::Initialize() {
231 base::Bind(&DriveIntegrationService::InitializeAfterMetadataInitialized,
235 void DriveIntegrationService::Shutdown() {
253 void DriveIntegrationService::AddObserver(
259 void DriveIntegrationService::RemoveObserver(
265 void DriveIntegrationService::OnNotificationReceived()
    [all...]
drive_integration_service.h 42 // DriveIntegrationService. All events are notified on UI thread.
57 // DriveIntegrationService is used to integrate Drive to Chrome. This class
65 class DriveIntegrationService
72 DriveIntegrationService(
77 virtual ~DriveIntegrationService();
163 base::WeakPtrFactory<DriveIntegrationService> weak_ptr_factory_;
164 DISALLOW_COPY_AND_ASSIGN(DriveIntegrationService);
167 // Singleton that owns all instances of DriveIntegrationService and
173 typedef base::Callback<DriveIntegrationService*(Profile* profile)>
176 // Returns the DriveIntegrationService for |profile|, creating it if it i
    [all...]

Completed in 147 milliseconds