Home
last modified time | relevance | path

Searched refs:SetBatchModeForTesting (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_database_unittest.cc197 activity_db->SetBatchModeForTesting(false); in TEST_F()
217 activity_db->SetBatchModeForTesting(false); in TEST_F()
235 activity_db->SetBatchModeForTesting(true); in TEST_F()
257 activity_db->SetBatchModeForTesting(true); in TEST_F()
Dactivity_database.h125 void SetBatchModeForTesting(bool batch_mode);
Dactivity_database.cc124 void ActivityDatabase::SetBatchModeForTesting(bool batch_mode) { in SetBatchModeForTesting() function in extensions::ActivityDatabase