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

1 2

  /external/chromium_org/chrome/renderer/
web_apps.h 20 namespace web_apps { namespace
43 } // namespace web_apps
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.cc 5 #include "chrome/common/web_apps.h"
75 if (!web_apps::ParseIconSizes(link.getAttribute("sizes"), &icon_sizes,
110 namespace web_apps { namespace
328 } // namespace web_apps
  /external/chromium_org/components/test/data/web_database/
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_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_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_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_32.sql 14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
27 CREATE INDEX web_apps_url_index ON web_apps (url);
version_33.sql 14 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_35.sql 14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
55 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_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_49.sql 22 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_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_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);
version_31.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_34.sql 16 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_43.sql 16 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);

Completed in 494 milliseconds

1 2