OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DriveIntegrationService
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_manager/
drive_test_util.cc
24
drive::
DriveIntegrationService
* integration_service)
46
drive::
DriveIntegrationService
* integration_service_;
62
drive::
DriveIntegrationService
* integration_service =
volume_manager.h
29
class
DriveIntegrationService
;
100
drive::
DriveIntegrationService
* drive_integration_service,
154
drive::
DriveIntegrationService
* drive_integration_service_;
external_filesystem_apitest.cc
296
// Set up cache root to be used by
DriveIntegrationService
. This has to be
313
//
DriveIntegrationService
factory function for this test.
314
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
322
return new drive::
DriveIntegrationService
(
file_manager_browsertest.cc
400
drive::
DriveIntegrationService
* CreateDriveIntegrationService(
408
integration_service_ = new drive::
DriveIntegrationService
(
416
drive::
DriveIntegrationService
* integration_service_;
volume_manager.cc
144
drive::
DriveIntegrationService
* drive_integration_service,
197
// Subscribe to
DriveIntegrationService
.
/external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_unittest.cc
20
integration_service_.reset(new
DriveIntegrationService
(
28
scoped_ptr<
DriveIntegrationService
> integration_service_;
drive_integration_service.h
41
//
DriveIntegrationService
. All events are notified on UI thread.
56
//
DriveIntegrationService
is used to integrate Drive to Chrome. This class
64
class
DriveIntegrationService
75
// the
DriveIntegrationService
.
76
DriveIntegrationService
(
82
virtual ~
DriveIntegrationService
();
178
base::WeakPtrFactory<
DriveIntegrationService
> weak_ptr_factory_;
179
DISALLOW_COPY_AND_ASSIGN(
DriveIntegrationService
);
182
// Singleton that owns all instances of
DriveIntegrationService
and
188
typedef base::Callback<
DriveIntegrationService
*(Profile* profile)
[
all
...]
drive_integration_service.cc
170
class
DriveIntegrationService
::PreferenceWatcher {
184
void set_integration_service(
DriveIntegrationService
* integration_service) {
197
DriveIntegrationService
* integration_service_;
203
DriveIntegrationService
::
DriveIntegrationService
(
283
DriveIntegrationService
::~
DriveIntegrationService
() {
287
void
DriveIntegrationService
::Shutdown() {
306
void
DriveIntegrationService
::SetEnabled(bool enabled) {
345
bool
DriveIntegrationService
::IsMounted() const
[
all
...]
drive_integration_service_browsertest.cc
18
// Verify
DriveIntegrationService
is created during login.
32
drive::
DriveIntegrationService
* integration_service =
file_system_util.cc
102
// Returns
DriveIntegrationService
instance, if Drive is enabled.
104
DriveIntegrationService
* GetIntegrationServiceByProfile(Profile* profile) {
105
DriveIntegrationService
* service =
135
DriveIntegrationService
* integration_service =
154
DriveIntegrationService
* integration_service =
164
DriveIntegrationService
* integration_service =
file_task_executor.cc
99
DriveIntegrationService
* service =
download_handler.cc
115
DriveIntegrationService
* service =
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
215
// Returns a
DriveIntegrationService
.
216
drive::
DriveIntegrationService
* GetIntegrationService();
387
drive::
DriveIntegrationService
*
392
drive::
DriveIntegrationService
* service =
416
drive::
DriveIntegrationService
* integration_service =
595
drive::
DriveIntegrationService
* integration_service =
[
all
...]
/external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc
114
using drive::
DriveIntegrationService
;
776
DriveIntegrationService
* integration_service =
786
DriveIntegrationService
* integration_service =
[
all
...]
/external/chromium_org/chrome/browser/download/
download_prefs.cc
202
// If the download path is under /drive, and
DriveIntegrationService
isn't
206
drive::
DriveIntegrationService
* integration_service =
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.cc
48
using drive::
DriveIntegrationService
;
292
DriveIntegrationService
* integration_service =
318
// VolumeManager's construction triggers
DriveIntegrationService
's
320
// accessing
DriveIntegrationService
.
325
DriveIntegrationService
* integration_service =
private_api_drive.cc
325
drive::
DriveIntegrationService
* integration_service =
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_manager.js
626
//
DriveIntegrationService
, so here we don't need to take care about it.
[
all
...]
Completed in 929 milliseconds