OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DriveIntegrationService
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc
20
drive::
DriveIntegrationService
* integration_service)
42
drive::
DriveIntegrationService
* integration_service_;
58
drive::
DriveIntegrationService
* integration_service =
volume_manager.h
126
drive::
DriveIntegrationService
* drive_integration_service,
216
drive::
DriveIntegrationService
* drive_integration_service_; // Not owned.
external_filesystem_apitest.cc
464
// Set up cache root to be used by
DriveIntegrationService
. This has to be
484
//
DriveIntegrationService
factory function for this test.
485
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
493
return new drive::
DriveIntegrationService
(
545
//
DriveIntegrationService
factory function for this test.
546
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
556
return new drive::
DriveIntegrationService
(
613
// Set up cache root to be used by
DriveIntegrationService
. This has to be
642
//
DriveIntegrationService
factory function for this test.
643
drive::
DriveIntegrationService
* CreateDriveIntegrationService
[
all
...]
file_manager_browsertest.cc
458
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
466
integration_service_ = new drive::
DriveIntegrationService
(
474
drive::
DriveIntegrationService
* integration_service_;
558
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
727
drive::
DriveIntegrationService
*
[
all
...]
volume_manager.cc
231
drive::
DriveIntegrationService
* drive_integration_service,
280
// Subscribe to
DriveIntegrationService
.
/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
...]
drive_integration_service_unittest.cc
33
//
DriveIntegrationService
depends on DriveNotificationManager which depends
41
scoped_ptr<
DriveIntegrationService
> integration_service(
42
new
DriveIntegrationService
(
drive_integration_service_browsertest.cc
18
// Verify
DriveIntegrationService
is created during login.
32
drive::
DriveIntegrationService
* integration_service =
file_system_util.cc
82
// Returns
DriveIntegrationService
instance, if Drive is enabled.
84
DriveIntegrationService
* GetIntegrationServiceByProfile(Profile* profile) {
85
DriveIntegrationService
* service =
138
DriveIntegrationService
* integration_service =
157
DriveIntegrationService
* integration_service =
167
DriveIntegrationService
* integration_service =
download_handler.cc
123
DriveIntegrationService
* service =
/external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest_chromeos.cc
30
// real
DriveIntegrationService
instance is created.)
65
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
72
integration_service_ = new drive::
DriveIntegrationService
(
115
drive::
DriveIntegrationService
* integration_service_;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
220
// Returns a
DriveIntegrationService
.
221
drive::
DriveIntegrationService
* GetIntegrationService();
392
drive::
DriveIntegrationService
*
397
drive::
DriveIntegrationService
* service =
414
drive::
DriveIntegrationService
* integration_service = GetIntegrationService();
422
drive::
DriveIntegrationService
* integration_service =
575
drive::
DriveIntegrationService
* integration_service =
733
drive::
DriveIntegrationService
* integration_service =
877
drive::
DriveIntegrationService
* integration_service =
[
all
...]
/external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job_unittest.cc
186
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
203
return new drive::
DriveIntegrationService
(profile,
218
scoped_ptr<drive::
DriveIntegrationService
> integration_service_;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc
54
using drive::
DriveIntegrationService
;
115
DriveIntegrationService
* const integration_service =
416
DriveIntegrationService
* const integration_service =
450
// VolumeManager's construction triggers
DriveIntegrationService
's
452
// accessing
DriveIntegrationService
.
463
DriveIntegrationService
* const integration_service =
[
all
...]
private_api_util.cc
333
drive::
DriveIntegrationService
* service =
private_api_drive.cc
561
drive::
DriveIntegrationService
* integration_service =
[
all
...]
/external/chromium_org/chrome/browser/download/
download_prefs.cc
245
// If the download path is under /drive, and
DriveIntegrationService
isn't
249
drive::
DriveIntegrationService
* integration_service =
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager.js
[
all
...]
Completed in 2672 milliseconds