OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:model_safe_group
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/chrome/browser/sync/glue/
autofill_data_type_controller.h
34
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
autofill_profile_data_type_controller.h
33
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
extension_setting_data_type_controller.h
37
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
password_data_type_controller.h
31
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
password_data_type_controller.cc
34
syncer::ModelSafeGroup PasswordDataTypeController::
model_safe_group
()
function in class:browser_sync::PasswordDataTypeController
typed_url_data_type_controller.h
36
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
autofill_data_type_controller.cc
38
syncer::ModelSafeGroup AutofillDataTypeController::
model_safe_group
() const {
function in class:browser_sync::AutofillDataTypeController
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());
autofill_profile_data_type_controller.cc
41
AutofillProfileDataTypeController::
model_safe_group
() const {
function in class:browser_sync::AutofillProfileDataTypeController
frontend_data_type_controller.h
60
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
non_frontend_data_type_controller.h
44
//
model_safe_group
()
65
virtual syncer::ModelSafeGroup
model_safe_group
() const = 0;
typed_url_data_type_controller.cc
90
syncer::ModelSafeGroup TypedUrlDataTypeController::
model_safe_group
()
function in class:browser_sync::TypedUrlDataTypeController
frontend_data_type_controller.cc
128
syncer::ModelSafeGroup FrontendDataTypeController::
model_safe_group
()
function in class:browser_sync::FrontendDataTypeController
non_frontend_data_type_controller_unittest.cc
67
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE {
/external/chromium_org/components/sync_driver/
fake_data_type_controller.h
33
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
proxy_data_type_controller.h
29
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
non_ui_data_type_controller.h
38
virtual syncer::ModelSafeGroup
model_safe_group
() const = 0;
non_ui_data_type_controller_mock.h
27
MOCK_CONST_METHOD0(
model_safe_group
, syncer::ModelSafeGroup());
proxy_data_type_controller.cc
46
syncer::ModelSafeGroup ProxyDataTypeController::
model_safe_group
() const {
function in class:sync_driver::ProxyDataTypeController
ui_data_type_controller.h
46
virtual syncer::ModelSafeGroup
model_safe_group
() const OVERRIDE;
data_type_controller.h
120
virtual syncer::ModelSafeGroup
model_safe_group
() const = 0;
fake_data_type_controller.cc
115
syncer::ModelSafeGroup FakeDataTypeController::
model_safe_group
() const {
function in class:sync_driver::FakeDataTypeController
ui_data_type_controller.cc
296
syncer::ModelSafeGroup UIDataTypeController::
model_safe_group
() const {
function in class:sync_driver::UIDataTypeController
Completed in 724 milliseconds
1
2