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

  /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;
frontend_data_type_controller.cc 132 browser_sync::ModelSafeGroup FrontendDataTypeController::model_safe_group() function in class:browser_sync::FrontendDataTypeController
password_data_type_controller.cc 114 browser_sync::ModelSafeGroup PasswordDataTypeController::model_safe_group() function in class:browser_sync::PasswordDataTypeController
autofill_data_type_controller.cc 172 browser_sync::ModelSafeGroup AutofillDataTypeController::model_safe_group() function in class:browser_sync::AutofillDataTypeController
typed_url_data_type_controller.cc 155 browser_sync::ModelSafeGroup TypedUrlDataTypeController::model_safe_group() function in class:browser_sync::TypedUrlDataTypeController
sync_backend_host.cc 500 registrar_.routing_info[type] = data_type_controller->model_safe_group();
    [all...]

Completed in 460 milliseconds