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

  /external/chromium_org/chrome/browser/apps/drive/
drive_app_provider.h 53 // Maps |drive_app_id| to |new_app|'s id in mapping. Auto uninstall existing
56 const extensions::Extension* new_app,
drive_app_provider.cc 66 const Extension* new_app,
68 const std::string& new_chrome_app_id = new_app->id();
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_model_builder.cc 267 ExtensionAppItem* new_app = GetExtensionAppItem(highlight_app_id_); local
268 highlighted_app_pending_ = !new_app;
269 if (new_app)
270 new_app->SetHighlighted(true);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc 452 KioskAppData* new_app = local
454 apps_.push_back(new_app); // Takes ownership of |new_app|.
455 new_app->Load();

Completed in 1005 milliseconds