Home | History | Annotate | Download | only in drive

Lines Matching defs:DriveIntegrationService

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 {
363 void DriveIntegrationService::AddObserver(
369 void DriveIntegrationService::RemoveObserver(
375 void DriveIntegrationService::OnNotificationReceived() {
380 void DriveIntegrationService::OnPushNotificationEnabled(bool enabled) {
388 void DriveIntegrationService::ClearCacheAndRemountFileSystem(
405 &DriveIntegrationService::AddBackDriveMountPoint,
410 void DriveIntegrationService::AddBackDriveMountPoint(
428 void DriveIntegrationService::AddDriveMountPoint() {
454 void DriveIntegrationService::RemoveDriveMountPoint() {
472 void DriveIntegrationService::Initialize() {
488 base::Bind(&DriveIntegrationService::InitializeAfterMetadataInitialized,
492 void DriveIntegrationService::InitializeAfterMetadataInitialized(
558 void DriveIntegrationService::AvoidDriveAsDownloadDirecotryPreference() {
568 void DriveIntegrationService::Observe(
597 DriveIntegrationService* DriveIntegrationServiceFactory::GetForProfile(
599 return static_cast<DriveIntegrationService*>(
604 DriveIntegrationService* DriveIntegrationServiceFactory::FindForProfile(
606 return static_cast<DriveIntegrationService*>(
617 "DriveIntegrationService",
636 DriveIntegrationService* service = NULL;
638 DriveIntegrationService::PreferenceWatcher* preference_watcher = NULL;
642 new DriveIntegrationService::PreferenceWatcher(profile->GetPrefs());
645 service = new DriveIntegrationService(