Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncapi_unittest.cc1049 sync_manager_.TriggerOnIncomingNotificationForTest(empty_model_types); in TEST_F()
1050 sync_manager_.TriggerOnIncomingNotificationForTest(model_types); in TEST_F()
1053 sync_manager_.TriggerOnIncomingNotificationForTest(model_types); in TEST_F()
1056 sync_manager_.TriggerOnIncomingNotificationForTest(empty_model_types); in TEST_F()
1057 sync_manager_.TriggerOnIncomingNotificationForTest(model_types); in TEST_F()
Dsyncapi.h1007 void TriggerOnIncomingNotificationForTest(
Dsyncapi.cc2833 void SyncManager::TriggerOnIncomingNotificationForTest( in TriggerOnIncomingNotificationForTest() function in sync_api::SyncManager