HomeSort by relevance Sort by last modified time
    Searched refs:DriveAppRegistry (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/apps/drive/
drive_service_bridge.h 13 class DriveAppRegistry;
32 virtual drive::DriveAppRegistry* GetAppRegistry() = 0;
drive_service_bridge.cc 24 // Hosts DriveAPIService and DriveAppRegistry.
36 virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE;
48 scoped_ptr<drive::DriveAppRegistry> drive_app_registry_;
98 drive_app_registry_.reset(new drive::DriveAppRegistry(drive_service_.get()));
103 drive::DriveAppRegistry* DriveServiceBridgeImpl::GetAppRegistry() {
drive_app_provider_browsertest.cc 45 explicit TestDriveServiceBridge(drive::DriveAppRegistry* registry)
49 virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE {
54 drive::DriveAppRegistry* registry_;
74 new drive::DriveAppRegistry(fake_drive_service_.get()));
178 scoped_ptr<drive::DriveAppRegistry> apps_registry_;
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 72 class DriveAppRegistry {
74 explicit DriveAppRegistry(DriveServiceInterface* scheduler);
75 ~DriveAppRegistry();
134 base::WeakPtrFactory<DriveAppRegistry> weak_ptr_factory_;
136 DISALLOW_COPY_AND_ASSIGN(DriveAppRegistry);
drive_app_registry.cc 78 DriveAppRegistry::DriveAppRegistry(DriveServiceInterface* drive_service)
84 DriveAppRegistry::~DriveAppRegistry() {
87 void DriveAppRegistry::GetAppsForFile(
115 void DriveAppRegistry::GetAppList(std::vector<DriveAppInfo>* apps) const {
125 void DriveAppRegistry::Update() {
133 base::Bind(&DriveAppRegistry::UpdateAfterGetAppList,
137 void DriveAppRegistry::UpdateAfterGetAppList(
153 void DriveAppRegistry::UpdateFromAppList(const google_apis::AppList& app_list)
    [all...]
drive_app_registry_unittest.cc 23 explicit TestDriveAppRegistryObserver(DriveAppRegistry* registry)
38 DriveAppRegistry* registry_;
49 apps_registry_.reset(new DriveAppRegistry(fake_drive_service_.get()));
70 scoped_ptr<DriveAppRegistry> apps_registry_;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.h 30 // drive::DriveAppRegistry.
127 class DriveAppRegistry;
253 void FindDriveAppTasks(const drive::DriveAppRegistry& drive_app_registry,
285 const drive::DriveAppRegistry* drive_app_registry,
file_tasks.cc 297 const drive::DriveAppRegistry& drive_app_registry,
460 const drive::DriveAppRegistry* drive_app_registry,
file_tasks_unittest.cc 168 // For DriveAppRegistry, which checks CurrentlyOn(BrowserThread::UI).
192 // Prepare DriveAppRegistry from Foo.app and Bar.app.
198 drive::DriveAppRegistry drive_app_registry(NULL);
678 // Set up DriveAppRegistry.
683 drive::DriveAppRegistry drive_app_registry(NULL);
731 // Prepare DriveAppRegistry from Foo.app.
736 drive::DriveAppRegistry drive_app_registry(NULL);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service.h 31 class DriveAppRegistry;
111 DriveAppRegistry* drive_app_registry() { return drive_app_registry_.get(); }
176 scoped_ptr<DriveAppRegistry> drive_app_registry_;
file_system_util.h 23 class DriveAppRegistry;
80 // Returns the DriveAppRegistry for the |profile|. If not available (not
82 DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile);
file_system_util.cc 154 DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile) {
drive_integration_service.cc 261 drive_app_registry_.reset(new DriveAppRegistry(drive_service_.get()));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 288 drive::DriveAppRegistry* const app_registry =
    [all...]

Completed in 448 milliseconds