Searched refs:web_apps (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/renderer/
H A Dweb_apps.h20 namespace web_apps { namespace
43 } // namespace web_apps
H A Dweb_apps_unittest.cc5 #include "chrome/renderer/web_apps.h"
46 bool result = web_apps::ParseIconSizes(ASCIIToUTF16(data[i].input), &sizes,
H A Dweb_apps.cc5 #include "chrome/renderer/web_apps.h"
39 namespace web_apps { namespace
175 } // namespace web_apps
/external/chromium/chrome/common/
H A Dweb_apps_unittest.cc5 #include "chrome/common/web_apps.h"
55 if (!web_apps::ParseWebAppFromDefinitionFile(defintion.get(), web_app.get(),
74 if (web_apps::ParseWebAppFromDefinitionFile(definition.get(), &web_app,
175 bool result = web_apps::ParseIconSizes(ASCIIToUTF16(data[i].input), &sizes,
H A Dweb_apps.h72 namespace web_apps { namespace
107 } // namespace web_apps
/external/chromium_org/components/test/data/web_database/
H A Dversion_25.sql10 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
17 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_26.sql10 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
17 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_48.sql18 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
25 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_22.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
24 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_27.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
20 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_29.sql14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
23 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_37.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
22 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_38.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
22 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_39.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
22 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_40.sql14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
24 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_41.sql14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
24 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_42.sql15 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
25 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_44.sql41 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
50 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_45.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
46 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_45_compatible.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
46 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_45_invalid.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
46 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_46.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
28 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_47.sql40 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
47 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_22_corrupt.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
26 CREATE INDEX web_apps_url_index ON web_apps (url);
H A Dversion_30.sql14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
25 CREATE INDEX web_apps_url_index ON web_apps (url);

Completed in 185 milliseconds

12