Searched defs:autofill_dates (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/components/test/data/web_database/
H A Dversion_22.sql21 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_22_corrupt.sql21 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0,date_created INTEGER DEFAULT 0); table
29 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_25.sql12 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0,date_created INTEGER DEFAULT 0); table
20 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_26.sql12 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0,date_created INTEGER DEFAULT 0); table
20 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_29.sql16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
26 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_32.sql16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
30 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_33.sql16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
31 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_35.sql16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
58 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_37.sql14 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
25 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_38.sql14 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
25 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_39.sql14 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
25 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_40.sql16 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_41.sql16 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_42.sql17 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
28 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_48.sql11 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
24 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_49.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_27.sql14 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
23 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_30.sql16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
28 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_31.sql16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
26 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_34.sql27 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
28 INSERT INTO "autofill_dates" VALUES(1,1299093389);
29 INSERT INTO "autofill_dates" VALUES(2,1299093389);
30 INSERT INTO "autofill_dates" VALUES(3,1299093389);
31 INSERT INTO "autofill_dates" VALUES(4,1299093389);
32 INSERT INTO "autofill_dates" VALUES(5,1299093389);
33 INSERT INTO "autofill_dates" VALUES(6,1299093389);
34 INSERT INTO "autofill_dates" VALUES(7,1299093389);
35 INSERT INTO "autofill_dates" VALUES(8,1299093389);
36 INSERT INTO "autofill_dates" VALUE
[all...]
H A Dversion_43.sql18 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
29 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_44.sql32 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DEFAULT 0); table
47 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
H A Dversion_45.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_45_compatible.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_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);

Completed in 128 milliseconds

12