HomeSort by relevance Sort by last modified time
    Searched refs:test_db (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/webdata/
token_service_table_unittest.cc 23 const std::string test_db = "TestWebDatabase" + local
26 file_ = file_.AppendASCII(test_db);
web_apps_table_unittest.cc 25 const std::string test_db = "TestWebDatabase" + local
28 file_ = file_.AppendASCII(test_db);
keyword_table_unittest.cc 25 const std::string test_db = "TestWebDatabase" + local
28 file_ = file_.AppendASCII(test_db);
logins_table_unittest.cc 27 const std::string test_db = "TestWebDatabase" + local
30 file_ = file_.AppendASCII(test_db);
autofill_table_unittest.cc 100 const std::string test_db = "TestWebDatabase" + local
103 file_ = file_.AppendASCII(test_db);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 27 } test_db[] = { variable in typeref:struct:TestURLInfo
174 // case the time would be specifed in the test_db structure.
177 for (size_t i = 0; i < arraysize(test_db); ++i) {
178 const TestURLInfo& cur = test_db[i];
  /external/chromium/chrome/browser/password_manager/
login_database_unittest.cc 23 const std::string test_db = local
26 file_ = file_.AppendASCII(test_db);

Completed in 474 milliseconds