HomeSort by relevance Sort by last modified time
    Searched refs:web_apps (Results 1 - 25 of 39) 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(
  /external/chromium_org/chrome/renderer/extensions/
chrome_extension_helper.cc 9 #include "chrome/renderer/web_apps.h"
41 web_apps::ParseWebAppFromWebDocument(
  /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_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_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_54.sql 11 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); table
34 CREATE INDEX web_apps_url_index ON web_apps (url);
version_55.sql 12 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_56.sql 12 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);

Completed in 145 milliseconds

1 2