HomeSort by relevance Sort by last modified time
    Searched refs:web_apps (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/renderer/
web_apps.h 20 namespace web_apps { namespace
43 } // namespace web_apps
web_apps_unittest.cc 5 #include "chrome/renderer/web_apps.h"
46 bool result = web_apps::ParseIconSizes(ASCIIToUTF16(data[i].input), &sizes,
web_apps.cc 5 #include "chrome/renderer/web_apps.h"
39 namespace web_apps { namespace
175 } // namespace web_apps
  /external/chromium/chrome/common/
web_apps.h 72 namespace web_apps { namespace
107 } // namespace web_apps
web_apps_unittest.cc 5 #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,
  /external/chromium_org/components/test/data/web_database/
version_25.sql 10 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);
version_26.sql 10 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);
version_48.sql 18 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);
version_22.sql 19 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);
version_27.sql 12 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);
version_29.sql 14 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);
version_37.sql 12 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);
version_38.sql 12 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);
version_39.sql 12 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);
version_40.sql 14 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);
version_41.sql 14 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);
version_42.sql 15 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);
version_44.sql 41 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);
version_45.sql 19 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);
version_45_compatible.sql 19 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);
version_45_invalid.sql 19 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);
version_46.sql 19 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);
version_47.sql 40 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);
version_22_corrupt.sql 19 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);
version_30.sql 14 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 85 milliseconds

1 2