Home
last modified time | relevance | path

Searched defs:WebApplicationInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/
Dweb_apps.h25 struct WebApplicationInfo { struct
39 WebApplicationInfo(); argument
45 GURL manifest_url;
48 string16 title;
51 string16 description;
54 GURL app_url;
57 std::vector<IconInfo> icons;
60 std::vector<std::string> permissions;
64 std::vector<GURL> urls;
68 std::string launch_container;
Dweb_apps.cc103 WebApplicationInfo::WebApplicationInfo() { in WebApplicationInfo() function in WebApplicationInfo
/external/chromium_org/chrome/common/
Dweb_application_info.h17 struct WebApplicationInfo { struct
25 WebApplicationInfo(); argument
31 GURL manifest_url;
38 bool is_bookmark_app;
41 base::string16 title;
44 base::string16 description;
47 GURL app_url;
50 std::vector<IconInfo> icons;
53 std::vector<std::string> permissions;
57 std::vector<GURL> urls;
[all …]
Dweb_application_info.cc7 WebApplicationInfo::WebApplicationInfo() { in WebApplicationInfo() function in WebApplicationInfo