Home | History | Annotate | Download | only in ui

Lines Matching defs:app_id

450     const std::string& app_id,
456 extensions_service->GetExtensionById(app_id, false);
458 // The extension with id |app_id| may have been uninstalled.
749 std::string* app_id) {
756 if (app_id)
757 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
764 std::string app_id;
769 if (!IsAppLaunch(NULL, &app_id) || app_id.empty())
774 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container))
788 std::string url_string, app_id;
789 if (!IsAppLaunch(&url_string, &app_id))
792 // This can fail if the app_id is invalid. It can also fail if the
796 if (!app_id.empty()) {
799 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container))
1018 params.extension_app_id = tabs[i].app_id;