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

  /external/chromium/chrome/browser/sync/glue/
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 102 milliseconds