Searched defs:App (Results 1 – 2 of 2) sorted by relevance
503 struct App { struct504 string id;505 vector<string> url_codebase;506 string manifest_version;507 map<string, string> action_postinstall_attrs;508 string updatecheck_status;509 string cohort;510 string cohorthint;511 string cohortname;512 bool cohort_set = false;[all …]
85 class App { class87 App() : mConstructionCookie(kConstructed), in App() function in general_test::App