HomeSort by relevance Sort by last modified time
    Searched defs:DeleteRecord (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/
database_browsertest.cc 55 void DeleteRecord(Shell* shell, int index) {
57 shell, "deleteRecord(" + base::IntToString(index) + ")", "done");
99 IN_PROC_BROWSER_TEST_F(DatabaseTest, DeleteRecord) {
103 DeleteRecord(shell(), 0);
109 DeleteRecord(shell(), 1);
120 shell(), "deleteRecord(1)", "could not find row with index: 1");
151 DeleteRecord(shell(), 0);
156 shell(), "deleteRecord(1)", "could not find row with index: 1");
  /external/chromium_org/content/browser/indexed_db/
indexed_db_fake_backing_store.cc 97 leveldb::Status IndexedDBFakeBackingStore::DeleteRecord(
indexed_db_backing_store.cc     [all...]

Completed in 83 milliseconds