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

  /external/chromium_org/crypto/
scoped_test_system_nss_key_slot.h 36 scoped_ptr<ScopedTestNSSDB> test_db_; member in class:crypto::ScopedTestSystemNSSKeySlot
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_table_unittest.cc 52 AutocompleteActionPredictorTable::Rows test_db_; member in class:predictors::AutocompleteActionPredictorTableTest
84 test_db_.push_back(AutocompleteActionPredictorTable::Row(
88 test_db_.push_back(AutocompleteActionPredictorTable::Row(
92 test_db_.push_back(AutocompleteActionPredictorTable::Row(
101 test_db_.clear();
113 test_db_, AutocompleteActionPredictorTable::Rows());
115 EXPECT_EQ(test_db_.size(), CountRecords());
130 AutocompleteActionPredictorTable::Rows(1, test_db_[0]),
133 db_->autocomplete_table()->GetRow(test_db_[0].id, &row);
134 EXPECT_TRUE(RowsAreEqual(test_db_[0], row)
    [all...]

Completed in 84 milliseconds