Searched refs:PendingConfigureDataTypesState (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host_unittest.cc99 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
116 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
134 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
160 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
179 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
H A Dsync_backend_host.h562 struct PendingConfigureDataTypesState { struct in class:browser_sync::SyncBackendHost
563 PendingConfigureDataTypesState();
564 ~PendingConfigureDataTypesState();
585 static PendingConfigureDataTypesState* MakePendingConfigModeState(
637 scoped_ptr<PendingConfigureDataTypesState> pending_download_state_;
638 scoped_ptr<PendingConfigureDataTypesState> pending_config_mode_state_;
H A Dsync_backend_host.cc348 SyncBackendHost::PendingConfigureDataTypesState::
349 PendingConfigureDataTypesState() : deleted_type(false) {} function in class:browser_sync::SyncBackendHost::PendingConfigureDataTypesState
351 SyncBackendHost::PendingConfigureDataTypesState::
352 ~PendingConfigureDataTypesState() {}
355 SyncBackendHost::PendingConfigureDataTypesState*
361 PendingConfigureDataTypesState* state = new PendingConfigureDataTypesState();

Completed in 206 milliseconds