HomeSort by relevance Sort by last modified time
    Searched defs:DriveAppProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/apps/drive/
drive_app_provider.h 30 // DriveAppProvider is the integration point for Drive apps. It ensures each
35 class DriveAppProvider : public drive::DriveAppRegistryObserver,
38 explicit DriveAppProvider(Profile* profile);
39 virtual ~DriveAppProvider();
91 base::WeakPtrFactory<DriveAppProvider> weak_ptr_factory_;
93 DISALLOW_COPY_AND_ASSIGN(DriveAppProvider);
drive_app_provider.cc 36 DriveAppProvider::DriveAppProvider(Profile* profile)
45 DriveAppProvider::~DriveAppProvider() {
51 void DriveAppProvider::AppendDependsOnFactories(
57 void DriveAppProvider::SetDriveServiceBridgeForTest(
64 void DriveAppProvider::UpdateMappingAndExtensionSystem(
89 void DriveAppProvider::ProcessDeferredOnExtensionInstalled(
100 void DriveAppProvider::SchedulePendingConverters() {
108 void DriveAppProvider::OnLocalAppConverted(const DriveAppConverter* converter
    [all...]

Completed in 210 milliseconds