/external/chromium/chrome/browser/webdata/ |
web_apps_table.cc | 23 if (!db_->DoesTableExist("web_app_icons")) { 24 if (!db_->Execute("CREATE TABLE web_app_icons (" 56 "INSERT OR REPLACE INTO web_app_icons " 74 "SELECT image FROM web_app_icons WHERE url=?")); 123 "DELETE FROM web_app_icons WHERE url = ?"));
|
web_apps_table.h | 25 // web_app_icons
|
/external/chromium_org/chrome/browser/webdata/ |
web_apps_table.cc | 50 if (!db_->DoesTableExist("web_app_icons")) { 51 if (!db_->Execute("CREATE TABLE web_app_icons (" 83 "INSERT OR REPLACE INTO web_app_icons " 98 "SELECT image FROM web_app_icons WHERE url=?")); 138 "DELETE FROM web_app_icons WHERE url = ?"));
|
web_apps_table.h | 26 // web_app_icons
|
/external/chromium_org/components/test/data/web_database/ |
version_25.sql | 9 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_26.sql | 9 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_48.sql | 17 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_27.sql | 11 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_37.sql | 11 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_38.sql | 11 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_39.sql | 11 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_44.sql | 40 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_45.sql | 18 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_45_compatible.sql | 18 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_45_invalid.sql | 18 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_46.sql | 18 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_47.sql | 39 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_22.sql | 18 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_29.sql | 13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_31.sql | 13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_33.sql | 13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_40.sql | 13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_41.sql | 13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_42.sql | 14 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|
version_43.sql | 15 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); table
|