HomeSort by relevance Sort by last modified time
    Searched refs:model_safe_group (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium/chrome/browser/sync/glue/
data_type_controller_mock.h 24 MOCK_CONST_METHOD0(model_safe_group, browser_sync::ModelSafeGroup());
data_type_controller.h 86 virtual browser_sync::ModelSafeGroup model_safe_group() const = 0;
frontend_data_type_controller_mock.h 25 MOCK_CONST_METHOD0(model_safe_group, browser_sync::ModelSafeGroup());
frontend_data_type_controller.h 52 virtual browser_sync::ModelSafeGroup model_safe_group() const;
password_data_type_controller.h 46 virtual browser_sync::ModelSafeGroup model_safe_group() const;
autofill_data_type_controller.h 48 virtual browser_sync::ModelSafeGroup model_safe_group() const;
typed_url_data_type_controller.h 58 virtual browser_sync::ModelSafeGroup model_safe_group() const;
  /external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.h 32 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
autofill_profile_data_type_controller.h 31 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
extension_setting_data_type_controller.h 39 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
password_data_type_controller.h 28 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
proxy_data_type_controller.h 27 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
typed_url_data_type_controller.h 36 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
extension_setting_data_type_controller.cc 41 ExtensionSettingDataTypeController::model_safe_group() const { function in class:browser_sync::ExtensionSettingDataTypeController
fake_data_type_controller.h 40 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
data_type_controller.h 110 virtual syncer::ModelSafeGroup model_safe_group() const = 0;
frontend_data_type_controller.h 56 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
frontend_data_type_controller_mock.h 28 MOCK_CONST_METHOD0(model_safe_group, syncer::ModelSafeGroup());
non_frontend_data_type_controller_mock.h 28 MOCK_CONST_METHOD0(model_safe_group, syncer::ModelSafeGroup());
non_ui_data_type_controller_mock.h 27 MOCK_CONST_METHOD0(model_safe_group, syncer::ModelSafeGroup());
password_data_type_controller.cc 34 syncer::ModelSafeGroup PasswordDataTypeController::model_safe_group() function in class:browser_sync::PasswordDataTypeController
proxy_data_type_controller.cc 43 syncer::ModelSafeGroup ProxyDataTypeController::model_safe_group() const { function in class:browser_sync::ProxyDataTypeController
shared_change_processor.h 92 // current type on |model_safe_group|.
94 virtual void ActivateDataType(syncer::ModelSafeGroup model_safe_group);
ui_data_type_controller.h 50 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
shared_change_processor.cc 162 syncer::ModelSafeGroup model_safe_group) {
171 model_safe_group,

Completed in 302 milliseconds

1 2