Searched defs:ExtensionApps (Results 1 – 2 of 2) sorted by relevance
46 struct ExtensionApps { in SetUp() struct47 std::string app_name; in SetUp()48 std::string url; in SetUp()49 std::string title; in SetUp()50 int typed_count; in SetUp()
47 typedef std::vector<ExtensionApp> ExtensionApps; typedef