Home | History | Annotate | Download | only in automation

Lines Matching defs:app_info

1854       DictionaryValue* app_info = new DictionaryValue();
1855 AppLauncherHandler::CreateAppInfo(*ext, ext_prefs, app_info);
1856 app_info->SetBoolean("is_component_extension",
1861 app_info->GetInteger("launch_type", &launch_type);
1863 app_info->SetString("launch_type", "pinned");
1865 app_info->SetString("launch_type", "regular");
1867 app_info->SetString("launch_type", "fullscreen");
1869 app_info->SetString("launch_type", "window");
1871 app_info->SetString("launch_type", "unknown");
1874 apps_list->push_back(app_info);