Searched refs:InsertRecord (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/
H A Ddatabase_browsertest.cc44 void InsertRecord(Shell* shell, const std::string& data) { function in class:content::DatabaseTest
75 IN_PROC_BROWSER_TEST_F(DatabaseTest, InsertRecord) {
78 InsertRecord(shell(), "text");
80 InsertRecord(shell(), "text2");
88 InsertRecord(shell(), "text");
92 InsertRecord(shell(), "1");
93 InsertRecord(shell(), "2");
102 InsertRecord(shell(), "text");
106 InsertRecord(shell(), "0");
107 InsertRecord(shel
[all...]

Completed in 217 milliseconds