Searched refs:new_app (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider.h53 // Maps |drive_app_id| to |new_app|'s id in mapping. Auto uninstall existing
56 const extensions::Extension* new_app,
H A Ddrive_app_provider.cc67 const Extension* new_app,
69 const std::string& new_chrome_app_id = new_app->id();
65 UpdateMappingAndExtensionSystem( const std::string& drive_app_id, const Extension* new_app, bool is_new_app_generated) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_model_builder.cc311 ExtensionAppItem* new_app = GetExtensionAppItem(highlight_app_id_); local
312 highlighted_app_pending_ = !new_app;
313 if (new_app)
314 new_app->SetHighlighted(true);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager.cc528 KioskAppData* new_app = local
530 apps_.push_back(new_app); // Takes ownership of |new_app|.
531 new_app->Load();

Completed in 2339 milliseconds