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

  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 99 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
116 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
134 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
160 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
179 scoped_ptr<SyncBackendHost::PendingConfigureDataTypesState>
sync_backend_host.h 562 struct PendingConfigureDataTypesState {
563 PendingConfigureDataTypesState();
564 ~PendingConfigureDataTypesState();
585 static PendingConfigureDataTypesState* MakePendingConfigModeState(
637 scoped_ptr<PendingConfigureDataTypesState> pending_download_state_;
638 scoped_ptr<PendingConfigureDataTypesState> pending_config_mode_state_;
sync_backend_host.cc 348 SyncBackendHost::PendingConfigureDataTypesState::
349 PendingConfigureDataTypesState() : deleted_type(false) {}
351 SyncBackendHost::PendingConfigureDataTypesState::
352 ~PendingConfigureDataTypesState() {}
355 SyncBackendHost::PendingConfigureDataTypesState*
361 PendingConfigureDataTypesState* state = new PendingConfigureDataTypesState();
    [all...]

Completed in 419 milliseconds