Searched defs:autofill_dates (Results 26 - 32 of 32) sorted by relevance

12

/external/chromium_org/components/test/data/web_database/
H A Dversion_45_invalid.sql12 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
45 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_46.sql12 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
27 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_47.sql33 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
46 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_50.sql10 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
27 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_52.sql21 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
32 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_53.sql21 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
49 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_54.sql20 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
21 INSERT INTO "autofill_dates" VALUES(10,1384299100);
22 INSERT INTO "autofill_dates" VALUES(11,1384299200);
23 INSERT INTO "autofill_dates" VALUES(20,1384299300);
24 INSERT INTO "autofill_dates" VALUES(20,1384299301);
25 INSERT INTO "autofill_dates" VALUES(21,1384299401);
26 INSERT INTO "autofill_dates" VALUES(21,1384299400);
27 INSERT INTO "autofill_dates" VALUES(21,1384299403);
28 INSERT INTO "autofill_dates" VALUES(21,1384299402);
39 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_i
[all...]

Completed in 122 milliseconds

12