HomeSort by relevance Sort by last modified time
    Searched full:transaction1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store_unittest.cc 51 IndexedDBBackingStore::Transaction transaction1(backing_store_);
52 transaction1.Begin();
55 &transaction1, 1, 1, m_key1, m_value1, &record);
57 transaction1.Commit();
86 IndexedDBBackingStore::Transaction transaction1(backing_store_);
87 transaction1.Begin();
89 bool ok = backing_store_->PutRecord(&transaction1,
97 ok = backing_store_->PutIndexDataForRecord(&transaction1,
105 ok = backing_store_->PutIndexDataForRecord(&transaction1,
113 ok = transaction1.Commit()
    [all...]
  /external/chromium_org/net/dns/
mdns_client_unittest.cc 775 scoped_ptr<MDnsTransaction> transaction1 = local
802 ASSERT_TRUE(transaction1->Start());
    [all...]

Completed in 718 milliseconds