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 178 class DriveIntegrationService::PreferenceWatcher {
192 void set_integration_service(DriveIntegrationService* integration_service) {
205 DriveIntegrationService* integration_service_;
211 DriveIntegrationService::DriveIntegrationService(
288 DriveIntegrationService::~DriveIntegrationService() {
292 void DriveIntegrationService::Shutdown() {
311 void DriveIntegrationService::SetEnabled(bool enabled) {
350 bool DriveIntegrationService::IsMounted() const
    [all...]
drive_integration_service.h 44 // DriveIntegrationService. All events are notified on UI thread.
59 // DriveIntegrationService is used to integrate Drive to Chrome. This class
67 class DriveIntegrationService : public KeyedService,
78 // the DriveIntegrationService.
79 DriveIntegrationService(
86 virtual ~DriveIntegrationService();
189 base::WeakPtrFactory<DriveIntegrationService> weak_ptr_factory_;
190 DISALLOW_COPY_AND_ASSIGN(DriveIntegrationService);
193 // Singleton that owns all instances of DriveIntegrationService and
199 typedef base::Callback<DriveIntegrationService*(Profile* profile)
    [all...]

Completed in 51 milliseconds