HomeSort by relevance Sort by last modified time
    Searched defs:web_apps (Results 1 - 25 of 37) 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"
40 namespace web_apps { namespace
180 } // namespace web_apps
  /external/chromium_org/components/test/data/web_database/
version_20.sql 19 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_21.sql 19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
36 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_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 109 milliseconds

1 2