Searched defs:DriveIntegrationService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service.cc178 class DriveIntegrationService::PreferenceWatcher {
192 void set_integration_service(DriveIntegrationService* integration_service) {
205 DriveIntegrationService* integration_service_;
211 DriveIntegrationService::DriveIntegrationService( function in class:drive::DriveIntegrationService
288 DriveIntegrationService::~DriveIntegrationService() {
292 void DriveIntegrationService::Shutdown() {
311 void DriveIntegrationService::SetEnabled(bool enabled) {
350 bool DriveIntegrationService
[all...]
H A Ddrive_integration_service.h44 // DriveIntegrationService. All events are notified on UI thread.
59 // DriveIntegrationService is used to integrate Drive to Chrome. This class
67 class DriveIntegrationService : public KeyedService, class in namespace:drive
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*(Profil
[all...]

Completed in 69 milliseconds