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

  /external/chromium_org/chrome/browser/drive/
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.h 72 class DriveAppRegistry {
74 explicit DriveAppRegistry(DriveServiceInterface* scheduler);
75 ~DriveAppRegistry();
134 base::WeakPtrFactory<DriveAppRegistry> weak_ptr_factory_;
136 DISALLOW_COPY_AND_ASSIGN(DriveAppRegistry);

Completed in 39 milliseconds