DriveIntegrationService  115 chrome/browser/chromeos/drive/download_handler.cc   DriveIntegrationService* service =
DriveIntegrationService  190 chrome/browser/chromeos/drive/drive_integration_service.cc   void set_integration_service(DriveIntegrationService* integration_service) {
DriveIntegrationService  203 chrome/browser/chromeos/drive/drive_integration_service.cc   DriveIntegrationService* integration_service_;
DriveIntegrationService  209 chrome/browser/chromeos/drive/drive_integration_service.cc DriveIntegrationService::DriveIntegrationService(
DriveIntegrationService  286 chrome/browser/chromeos/drive/drive_integration_service.cc DriveIntegrationService::~DriveIntegrationService() {
DriveIntegrationService  290 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::Shutdown() {
DriveIntegrationService  309 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::SetEnabled(bool enabled) {
DriveIntegrationService  348 chrome/browser/chromeos/drive/drive_integration_service.cc bool DriveIntegrationService::IsMounted() const {
DriveIntegrationService  361 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::AddObserver(
DriveIntegrationService  367 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::RemoveObserver(
DriveIntegrationService  373 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::OnNotificationReceived() {
DriveIntegrationService  378 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::OnPushNotificationEnabled(bool enabled) {
DriveIntegrationService  386 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::ClearCacheAndRemountFileSystem(
DriveIntegrationService  403 chrome/browser/chromeos/drive/drive_integration_service.cc       &DriveIntegrationService::AddBackDriveMountPoint,
DriveIntegrationService  408 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::AddBackDriveMountPoint(
DriveIntegrationService  426 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::AddDriveMountPoint() {
DriveIntegrationService  452 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::RemoveDriveMountPoint() {
DriveIntegrationService  470 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::Initialize() {
DriveIntegrationService  487 chrome/browser/chromeos/drive/drive_integration_service.cc       base::Bind(&DriveIntegrationService::InitializeAfterMetadataInitialized,
DriveIntegrationService  491 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::InitializeAfterMetadataInitialized(
DriveIntegrationService  542 chrome/browser/chromeos/drive/drive_integration_service.cc void DriveIntegrationService::AvoidDriveAsDownloadDirecotryPreference() {
DriveIntegrationService  567 chrome/browser/chromeos/drive/drive_integration_service.cc DriveIntegrationService* DriveIntegrationServiceFactory::GetForProfile(
DriveIntegrationService  573 chrome/browser/chromeos/drive/drive_integration_service.cc DriveIntegrationService*
DriveIntegrationService  576 chrome/browser/chromeos/drive/drive_integration_service.cc   return static_cast<DriveIntegrationService*>(
DriveIntegrationService  581 chrome/browser/chromeos/drive/drive_integration_service.cc DriveIntegrationService* DriveIntegrationServiceFactory::FindForProfile(
DriveIntegrationService  587 chrome/browser/chromeos/drive/drive_integration_service.cc DriveIntegrationService*
DriveIntegrationService  590 chrome/browser/chromeos/drive/drive_integration_service.cc   return static_cast<DriveIntegrationService*>(
DriveIntegrationService  615 chrome/browser/chromeos/drive/drive_integration_service.cc   DriveIntegrationService* service = NULL;
DriveIntegrationService  617 chrome/browser/chromeos/drive/drive_integration_service.cc     DriveIntegrationService::PreferenceWatcher* preference_watcher = NULL;
DriveIntegrationService  621 chrome/browser/chromeos/drive/drive_integration_service.cc           new DriveIntegrationService::PreferenceWatcher(profile->GetPrefs());
DriveIntegrationService  624 chrome/browser/chromeos/drive/drive_integration_service.cc     service = new DriveIntegrationService(
DriveIntegrationService   65 chrome/browser/chromeos/drive/drive_integration_service.h class DriveIntegrationService : public KeyedService,
DriveIntegrationService   76 chrome/browser/chromeos/drive/drive_integration_service.h   DriveIntegrationService(
DriveIntegrationService   83 chrome/browser/chromeos/drive/drive_integration_service.h   virtual ~DriveIntegrationService();
DriveIntegrationService  180 chrome/browser/chromeos/drive/drive_integration_service.h   base::WeakPtrFactory<DriveIntegrationService> weak_ptr_factory_;
DriveIntegrationService  181 chrome/browser/chromeos/drive/drive_integration_service.h   DISALLOW_COPY_AND_ASSIGN(DriveIntegrationService);
DriveIntegrationService  190 chrome/browser/chromeos/drive/drive_integration_service.h   typedef base::Callback<DriveIntegrationService*(Profile* profile)>
DriveIntegrationService  203 chrome/browser/chromeos/drive/drive_integration_service.h   static DriveIntegrationService* GetForProfile(Profile* profile);
DriveIntegrationService  206 chrome/browser/chromeos/drive/drive_integration_service.h   static DriveIntegrationService* GetForProfileRegardlessOfStates(
DriveIntegrationService  211 chrome/browser/chromeos/drive/drive_integration_service.h   static DriveIntegrationService* FindForProfile(Profile* profile);
DriveIntegrationService  214 chrome/browser/chromeos/drive/drive_integration_service.h   static DriveIntegrationService* FindForProfileRegardlessOfStates(
DriveIntegrationService   32 chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc   drive::DriveIntegrationService* integration_service =
DriveIntegrationService   29 chrome/browser/chromeos/drive/drive_integration_service_unittest.cc     integration_service_.reset(new DriveIntegrationService(
DriveIntegrationService   45 chrome/browser/chromeos/drive/drive_integration_service_unittest.cc   scoped_ptr<DriveIntegrationService> integration_service_;
DriveIntegrationService   99 chrome/browser/chromeos/drive/file_system_util.cc DriveIntegrationService* GetIntegrationServiceByProfile(Profile* profile) {
DriveIntegrationService  100 chrome/browser/chromeos/drive/file_system_util.cc   DriveIntegrationService* service =
DriveIntegrationService  157 chrome/browser/chromeos/drive/file_system_util.cc   DriveIntegrationService* integration_service =
DriveIntegrationService  176 chrome/browser/chromeos/drive/file_system_util.cc   DriveIntegrationService* integration_service =
DriveIntegrationService  186 chrome/browser/chromeos/drive/file_system_util.cc   DriveIntegrationService* integration_service =
DriveIntegrationService  101 chrome/browser/chromeos/drive/file_task_executor.cc   DriveIntegrationService* service =
DriveIntegrationService   48 chrome/browser/chromeos/extensions/file_manager/event_router.cc using drive::DriveIntegrationService;
DriveIntegrationService  359 chrome/browser/chromeos/extensions/file_manager/event_router.cc   DriveIntegrationService* integration_service =
DriveIntegrationService  400 chrome/browser/chromeos/extensions/file_manager/event_router.cc   DriveIntegrationService* integration_service =
DriveIntegrationService  420 chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc   drive::DriveIntegrationService* integration_service =
DriveIntegrationService  282 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   drive::DriveIntegrationService* service =
DriveIntegrationService   24 chrome/browser/chromeos/file_manager/drive_test_util.cc       drive::DriveIntegrationService* integration_service)
DriveIntegrationService   46 chrome/browser/chromeos/file_manager/drive_test_util.cc   drive::DriveIntegrationService* integration_service_;
DriveIntegrationService   62 chrome/browser/chromeos/file_manager/drive_test_util.cc   drive::DriveIntegrationService* integration_service =
DriveIntegrationService  331 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc   drive::DriveIntegrationService* CreateDriveIntegrationService(
DriveIntegrationService  337 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     return new drive::DriveIntegrationService(
DriveIntegrationService  386 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc   drive::DriveIntegrationService* CreateDriveIntegrationService(
DriveIntegrationService  396 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     return new drive::DriveIntegrationService(
DriveIntegrationService  447 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   drive::DriveIntegrationService* CreateDriveIntegrationService(
DriveIntegrationService  455 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     integration_service_ = new drive::DriveIntegrationService(
DriveIntegrationService  463 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   drive::DriveIntegrationService* integration_service_;
DriveIntegrationService  541 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   drive::DriveIntegrationService* CreateDriveIntegrationService(
DriveIntegrationService  691 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc drive::DriveIntegrationService*
DriveIntegrationService  223 chrome/browser/chromeos/file_manager/volume_manager.cc     drive::DriveIntegrationService* drive_integration_service,
DriveIntegrationService   35 chrome/browser/chromeos/file_manager/volume_manager.h class DriveIntegrationService;
DriveIntegrationService  112 chrome/browser/chromeos/file_manager/volume_manager.h       drive::DriveIntegrationService* drive_integration_service,
DriveIntegrationService  193 chrome/browser/chromeos/file_manager/volume_manager.h   drive::DriveIntegrationService* drive_integration_service_;  // Not owned.
DriveIntegrationService  233 chrome/browser/download/download_prefs.cc     drive::DriveIntegrationService* integration_service =
DriveIntegrationService   61 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc   drive::DriveIntegrationService* CreateDriveIntegrationService(
DriveIntegrationService   68 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc     integration_service_ = new drive::DriveIntegrationService(
DriveIntegrationService  111 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc   drive::DriveIntegrationService* integration_service_;
DriveIntegrationService  117 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc using drive::DriveIntegrationService;
DriveIntegrationService  795 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   DriveIntegrationService* integration_service = FindDriveIntegrationService();
DriveIntegrationService  804 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   DriveIntegrationService* integration_service = FindDriveIntegrationService();
DriveIntegrationService  994 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   DriveIntegrationService* integration_service = FindDriveIntegrationService();
DriveIntegrationService 1000 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   DriveIntegrationService* integration_service = FindDriveIntegrationService();
DriveIntegrationService 1297 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc DriveIntegrationService*
DriveIntegrationService  222 chrome/browser/ui/ash/system_tray_delegate_chromeos.h   drive::DriveIntegrationService* FindDriveIntegrationService();
DriveIntegrationService  223 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   drive::DriveIntegrationService* GetIntegrationService();
DriveIntegrationService  394 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc drive::DriveIntegrationService*
DriveIntegrationService  399 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   drive::DriveIntegrationService* service =
DriveIntegrationService  416 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   drive::DriveIntegrationService* integration_service = GetIntegrationService();
DriveIntegrationService  424 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   drive::DriveIntegrationService* integration_service =
DriveIntegrationService  577 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   drive::DriveIntegrationService* integration_service =
DriveIntegrationService  735 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   drive::DriveIntegrationService* integration_service =
DriveIntegrationService  879 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   drive::DriveIntegrationService* integration_service =