Searched refs:has_all_images (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium/chrome/browser/webdata/
H A Dweb_apps_table.h23 // has_all_images Do we have all the images?
42 bool SetWebAppHasAllImages(const GURL& url, bool has_all_images);
H A Dweb_apps_table.cc40 "has_all_images INTEGER NOT NULL)")) {
98 bool has_all_images) {
100 "INSERT OR REPLACE INTO web_apps (url, has_all_images) VALUES (?, ?)"));
106 s.BindInt(1, has_all_images ? 1 : 0);
112 "SELECT has_all_images FROM web_apps WHERE url=?"));
97 SetWebAppHasAllImages(const GURL& url, bool has_all_images) argument
H A Dweb_data_service.h97 bool has_all_images; member in struct:WDAppImagesResult
345 void SetWebAppHasAllImages(const GURL& app_url, bool has_all_images);
/external/chromium_org/chrome/browser/webdata/
H A Dweb_apps_table.h24 // has_all_images Do we have all the images?
53 bool SetWebAppHasAllImages(const GURL& url, bool has_all_images);
H A Dweb_data_service.cc33 WDAppImagesResult::WDAppImagesResult() : has_all_images(false) {}
101 bool has_all_images) {
104 has_all_images));
198 const GURL& app_url, bool has_all_images, WebDatabase* db) {
200 has_all_images);
213 result.has_all_images =
100 SetWebAppHasAllImages(const GURL& app_url, bool has_all_images) argument
197 SetWebAppHasAllImagesImpl( const GURL& app_url, bool has_all_images, WebDatabase* db) argument
H A Dweb_data_service.h74 bool has_all_images; member in struct:WDAppImagesResult
142 void SetWebAppHasAllImages(const GURL& app_url, bool has_all_images);
210 bool has_all_images, WebDatabase* db);
H A Dweb_apps_table.cc67 "has_all_images INTEGER NOT NULL)")) {
119 bool has_all_images) {
121 "INSERT OR REPLACE INTO web_apps (url, has_all_images) VALUES (?, ?)"));
123 s.BindInt(1, has_all_images ? 1 : 0);
130 "SELECT has_all_images FROM web_apps WHERE url=?"));
118 SetWebAppHasAllImages(const GURL& url, bool has_all_images) argument
/external/chromium_org/components/test/data/web_database/
H A Dversion_25.sql10 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_26.sql10 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_48.sql18 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_22.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_27.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_29.sql14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_37.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_38.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_39.sql12 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_40.sql14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_41.sql14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_42.sql15 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_44.sql41 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_45.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_45_compatible.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_45_invalid.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_46.sql19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
H A Dversion_47.sql40 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);

Completed in 257 milliseconds

12