/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl.cc | 44 using browser_sync::AppDataTypeController; 45 using browser_sync::AutofillChangeProcessor; 46 using browser_sync::AutofillProfileChangeProcessor; 47 using browser_sync::AutofillDataTypeController; 48 using browser_sync::AutofillProfileDataTypeController; 49 using browser_sync::AutofillModelAssociator; 50 using browser_sync::AutofillProfileModelAssociator; 51 using browser_sync::BookmarkChangeProcessor; 52 using browser_sync::BookmarkDataTypeController; 53 using browser_sync::BookmarkModelAssociator; [all …]
|
D | profile_sync_factory_mock.h | 14 namespace browser_sync { 23 browser_sync::AssociatorInterface* bookmark_model_associator, 24 browser_sync::ChangeProcessor* bookmark_change_processor); 30 browser_sync::DataTypeManager*( 31 browser_sync::SyncBackendHost*, 32 const browser_sync::DataTypeController::TypeMap&)); 35 browser_sync::UnrecoverableErrorHandler* error_handler)); 41 browser_sync::UnrecoverableErrorHandler* error_handler)); 47 browser_sync::UnrecoverableErrorHandler* error_handler)); 50 browser_sync::UnrecoverableErrorHandler* error_handler)); [all …]
|
D | profile_sync_factory.h | 23 namespace browser_sync { 41 browser_sync::AssociatorInterface* model_associator; 42 browser_sync::ChangeProcessor* change_processor; 43 SyncComponents(browser_sync::AssociatorInterface* ma, in SyncComponents() 44 browser_sync::ChangeProcessor* cp) in SyncComponents() 59 virtual browser_sync::DataTypeManager* CreateDataTypeManager( 60 browser_sync::SyncBackendHost* backend, 61 const browser_sync::DataTypeController::TypeMap& controllers) = 0; 68 browser_sync::UnrecoverableErrorHandler* error_handler) = 0; 77 browser_sync::UnrecoverableErrorHandler* error_handler) = 0; [all …]
|
D | profile_sync_factory_impl.h | 26 virtual browser_sync::DataTypeManager* CreateDataTypeManager( 27 browser_sync::SyncBackendHost* backend, 28 const browser_sync::DataTypeController::TypeMap& controllers); 32 browser_sync::UnrecoverableErrorHandler* error_handler); 38 browser_sync::UnrecoverableErrorHandler* error_handler); 44 browser_sync::UnrecoverableErrorHandler* error_handler); 48 browser_sync::UnrecoverableErrorHandler* error_handler); 52 browser_sync::UnrecoverableErrorHandler* error_handler); 57 browser_sync::UnrecoverableErrorHandler* error_handler); 61 browser_sync::UnrecoverableErrorHandler* error_handler); [all …]
|
D | profile_sync_service.h | 43 namespace browser_sync { 100 class ProfileSyncService : public browser_sync::SyncFrontend, 101 public browser_sync::UnrecoverableErrorHandler, 105 typedef browser_sync::SyncBackendHost::Status Status; 163 browser_sync::DataTypeController* data_type_controller); 168 browser_sync::SessionModelAssociator* GetSessionModelAssociator(); 177 browser_sync::DataTypeController::StateMap* state_map) const; 225 browser_sync::SyncBackendHost::StatusSummary QuerySyncStatusSummary(); 226 virtual browser_sync::SyncBackendHost::Status QueryDetailedSyncStatus(); 260 const browser_sync::SyncBackendHost::StatusSummary& summary); [all …]
|
D | profile_sync_service_mock.h | 38 void(browser_sync::DataTypeController* data_type_controller, 39 browser_sync::ChangeProcessor* change_processor)); 41 void(browser_sync::DataTypeController* data_type_controller, 42 browser_sync::ChangeProcessor* change_processor)); 47 MOCK_METHOD0(GetJsFrontend, browser_sync::JsFrontend*()); 57 const browser_sync::sessions::SyncSessionSnapshot*()); 60 browser_sync::SyncBackendHost::Status());
|
D | test_profile_sync_service.cc | 17 using browser_sync::ModelSafeRoutingInfo; 18 using browser_sync::sessions::ErrorCounters; 19 using browser_sync::sessions::SyncSourceInfo; 20 using browser_sync::sessions::SyncerStatus; 21 using browser_sync::sessions::SyncSessionSnapshot; 27 namespace browser_sync { namespace 34 : browser_sync::SyncBackendHost(profile), in SyncBackendHostForProfileSyncTest() 74 return new browser_sync::TestHttpBridgeFactory; in MakeHttpBridgeFactory() 148 browser_sync::TestIdFactory* TestProfileSyncService::id_factory() { in id_factory() 152 browser_sync::SyncBackendHostForProfileSyncTest* [all …]
|
D | abstract_profile_sync_service_test.cc | 22 using browser_sync::TestIdFactory; 45 return browser_sync::kAutofillTag; in GetTagForType() 47 return browser_sync::kAutofillProfileTag; in GetTagForType() 49 return browser_sync::kPreferencesTag; in GetTagForType() 51 return browser_sync::kPasswordTag; in GetTagForType() 53 return browser_sync::kNigoriTag; in GetTagForType() 55 return browser_sync::kTypedUrlTag; in GetTagForType() 57 return browser_sync::kSessionsTag; in GetTagForType()
|
D | test_profile_sync_service.h | 23 return new browser_sync::DataTypeManagerImpl(arg0, arg1); in ACTION() 26 namespace browser_sync { 108 browser_sync::TestIdFactory* id_factory(); 113 virtual browser_sync::SyncBackendHostForProfileSyncTest* 124 browser_sync::TestIdFactory id_factory_;
|
D | profile_sync_factory_mock.cc | 9 using browser_sync::AssociatorInterface; 10 using browser_sync::ChangeProcessor;
|
/external/chromium/chrome/browser/ui/webui/ |
D | sync_internals_ui.cc | 27 browser_sync::JsFrontend* backend = GetJsFrontend(); in SyncInternalsUI() 39 browser_sync::JsFrontend* backend = GetJsFrontend(); in ~SyncInternalsUI() 48 browser_sync::JsArgList args(params.arguments); in ProcessWebUIMessage() 60 browser_sync::JsArgList(args)); in ProcessWebUIMessage() 62 browser_sync::JsFrontend* backend = GetJsFrontend(); in ProcessWebUIMessage() 73 const browser_sync::JsArgList& args) { in HandleJsEvent() 79 browser_sync::JsFrontend* SyncInternalsUI::GetJsFrontend() { in GetJsFrontend()
|
D | sync_internals_ui.h | 15 namespace browser_sync { 20 class SyncInternalsUI : public WebUI, public browser_sync::JsEventHandler { 43 const browser_sync::JsArgList& args); 48 browser_sync::JsFrontend* GetJsFrontend();
|
/external/chromium/chrome/browser/sync/glue/ |
D | data_type_manager_mock.h | 19 Source<browser_sync::DataTypeManager>(dtm), in ACTION_P3() 20 Details<browser_sync::DataTypeManager::ConfigureResultWithErrorLocation>( in ACTION_P3() 26 Source<browser_sync::DataTypeManager>(dtm), in ACTION_P2() 30 namespace browser_sync { 43 browser_sync::DataTypeManager::ConfigureResultWithErrorLocation result_;
|
D | autofill_data_type_controller.h | 23 namespace browser_sync { 48 virtual browser_sync::ModelSafeGroup model_safe_group() const; 71 browser_sync::UnrecoverableErrorHandler* error_handler);
|
D | autofill_profile_model_associator_unittest.cc | 23 using browser_sync::AutofillProfileModelAssociator; 69 browser_sync::AutofillProfileModelAssociator::DataBundle *bundle) { in TraverseAndAssociateAllSyncNodesWrapper() 196 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() 221 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F() 239 browser_sync::AutofillProfileModelAssociator::DataBundle bundle; in TEST_F()
|
D | database_model_worker.h | 16 namespace browser_sync { 20 class DatabaseModelWorker : public browser_sync::ModelSafeWorker {
|
/external/chromium/chrome/browser/sync/sessions/ |
D | ordered_commit_set.h | 17 namespace browser_sync { 33 explicit OrderedCommitSet(const browser_sync::ModelSafeRoutingInfo& routes); 67 const Projection& GetCommitIdProjection(browser_sync::ModelSafeGroup group) { in GetCommitIdProjection() 85 typedef std::map<browser_sync::ModelSafeGroup, Projection> Projections; 111 browser_sync::ModelSafeRoutingInfo routes_;
|
D | ordered_commit_set_unittest.cc | 14 routes_[syncable::BOOKMARKS] = browser_sync::GROUP_UI; in OrderedCommitSetTest() 15 routes_[syncable::PREFERENCES] = browser_sync::GROUP_UI; in OrderedCommitSetTest() 16 routes_[syncable::AUTOFILL] = browser_sync::GROUP_DB; in OrderedCommitSetTest() 17 routes_[syncable::TOP_LEVEL_FOLDER] = browser_sync::GROUP_PASSIVE; in OrderedCommitSetTest() 20 browser_sync::TestIdFactory ids_; 21 browser_sync::ModelSafeRoutingInfo routes_; 24 namespace browser_sync { namespace
|
/external/chromium/chrome/browser/sync/engine/net/ |
D | syncapi_server_connection_manager.h | 21 : public browser_sync::ServerConnectionManager::Post { 23 SyncAPIBridgedPost(browser_sync::ServerConnectionManager* scm, 31 browser_sync::HttpResponse* response); 45 : public browser_sync::ServerConnectionManager {
|
D | syncapi_server_connection_manager.cc | 12 using browser_sync::HttpResponse; 17 browser_sync::ServerConnectionManager* scm, in SyncAPIBridgedPost() 94 browser_sync::ServerConnectionManager::Post*
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncapi.cc | 72 using browser_sync::AllStatus; 73 using browser_sync::Cryptographer; 74 using browser_sync::KeyParams; 75 using browser_sync::ModelSafeRoutingInfo; 76 using browser_sync::ModelSafeWorker; 77 using browser_sync::ModelSafeWorkerRegistrar; 78 using browser_sync::ServerConnectionEvent; 79 using browser_sync::ServerConnectionEvent2; 80 using browser_sync::ServerConnectionEventListener; 81 using browser_sync::SyncEngineEvent; [all …]
|
D | syncapi_unittest.cc | 45 using browser_sync::Cryptographer; 46 using browser_sync::HasArgsAsList; 47 using browser_sync::KeyParams; 48 using browser_sync::JsArgList; 49 using browser_sync::MockJsEventHandler; 50 using browser_sync::MockJsEventRouter; 51 using browser_sync::ModelSafeRoutingInfo; 52 using browser_sync::ModelSafeWorker; 53 using browser_sync::ModelSafeWorkerRegistrar; 54 using browser_sync::sessions::SyncSessionSnapshot; [all …]
|
/external/chromium/chrome/browser/sync/syncable/ |
D | directory_manager.h | 80 browser_sync::Cryptographer* GetCryptographer( in GetCryptographer() 82 browser_sync::Cryptographer* GetCryptographer( in GetCryptographer() 86 browser_sync::Cryptographer* cryptographer() const { in cryptographer() 104 scoped_ptr<browser_sync::Cryptographer> cryptographer_;
|
/external/chromium/chrome/browser/sync/util/ |
D | user_settings_unittest.cc | 175 browser_sync::UserSettings settings; in TEST_F() 211 browser_sync::UserSettings settings; in TEST_F() 243 const std::string encoded = browser_sync::APEncode(test); in TEST_F() 244 const std::string decoded = browser_sync::APDecode(encoded); in TEST_F() 251 browser_sync::UserSettings settings; in TEST_F() 265 browser_sync::UserSettings settings; in TEST_F()
|
/external/chromium/chrome/browser/password_manager/ |
D | password_store.h | 21 namespace browser_sync { 121 friend class browser_sync::PasswordDataTypeController; 122 friend class browser_sync::PasswordModelAssociator; 123 friend class browser_sync::PasswordModelWorker;
|