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

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 76 DriveAppRegistry::DriveAppFileSelector::DriveAppFileSelector(
91 DriveAppRegistry::DriveAppFileSelector::~DriveAppFileSelector() {
94 // DriveAppRegistry implementation.
96 DriveAppRegistry::DriveAppRegistry(JobScheduler* scheduler)
102 DriveAppRegistry::~DriveAppRegistry() {
107 void DriveAppRegistry::GetAppsForFile(
138 void DriveAppRegistry::Update() {
147 base::Bind(&DriveAppRegistry::UpdateAfterGetAppList
    [all...]
drive_app_registry.h 63 class DriveAppRegistry {
65 explicit DriveAppRegistry(JobScheduler* scheduler);
66 ~DriveAppRegistry();
152 base::WeakPtrFactory<DriveAppRegistry> weak_ptr_factory_;
153 DISALLOW_COPY_AND_ASSIGN(DriveAppRegistry);

Completed in 45 milliseconds