Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host_unittest.cc92 TEST_F(SyncBackendHostTest, MakePendingConfigModeState) { in TEST_F() argument
100 state(SyncBackendHost::MakePendingConfigModeState( in TEST_F()
117 state(SyncBackendHost::MakePendingConfigModeState( in TEST_F()
135 state(SyncBackendHost::MakePendingConfigModeState( in TEST_F()
161 state(SyncBackendHost::MakePendingConfigModeState( in TEST_F()
180 state(SyncBackendHost::MakePendingConfigModeState( in TEST_F()
Dsync_backend_host.h560 FRIEND_TEST_ALL_PREFIXES(SyncBackendHostTest, MakePendingConfigModeState);
585 static PendingConfigureDataTypesState* MakePendingConfigModeState(
Dsync_backend_host.cc356 SyncBackendHost::MakePendingConfigModeState( in MakePendingConfigModeState() function in browser_sync::SyncBackendHost
401 MakePendingConfigModeState(data_type_controllers, types, ready_task, in ConfigureDataTypes()