/external/chromium_org/chrome/browser/sync/glue/ |
D | frontend_data_type_controller_unittest.cc | 63 virtual bool StartModels() OVERRIDE { in StartModels() function in FrontendDataTypeControllerFake 64 return mock_->StartModels(); in StartModels() 104 EXPECT_CALL(*dtc_mock_.get(), StartModels()).WillOnce(Return(true)); in SetStartExpectations() 190 EXPECT_CALL(*dtc_mock_.get(), StartModels()).WillOnce(Return(false)); in TEST_F()
|
D | theme_data_type_controller.h | 24 virtual bool StartModels() OVERRIDE;
|
D | extension_data_type_controller.h | 31 virtual bool StartModels() OVERRIDE;
|
D | theme_data_type_controller.cc | 29 bool ThemeDataTypeController::StartModels() { in StartModels() function in browser_sync::ThemeDataTypeController
|
D | search_engine_data_type_controller.h | 35 virtual bool StartModels() OVERRIDE;
|
D | extension_data_type_controller.cc | 32 bool ExtensionDataTypeController::StartModels() { in StartModels() function in browser_sync::ExtensionDataTypeController
|
D | history_delete_directives_data_type_controller.h | 29 virtual bool StartModels() OVERRIDE;
|
D | password_data_type_controller.h | 40 virtual bool StartModels() OVERRIDE;
|
D | history_delete_directives_data_type_controller.cc | 35 bool HistoryDeleteDirectivesDataTypeController::StartModels() { in StartModels() function in browser_sync::HistoryDeleteDirectivesDataTypeController
|
D | extension_setting_data_type_controller.h | 46 virtual bool StartModels() OVERRIDE;
|
D | autofill_profile_data_type_controller.h | 45 virtual bool StartModels() OVERRIDE;
|
D | password_data_type_controller.cc | 50 bool PasswordDataTypeController::StartModels() { in StartModels() function in browser_sync::PasswordDataTypeController
|
D | bookmark_data_type_controller.h | 39 virtual bool StartModels() OVERRIDE;
|
D | search_engine_data_type_controller.cc | 38 bool SearchEngineDataTypeController::StartModels() { in StartModels() function in browser_sync::SearchEngineDataTypeController
|
D | autofill_data_type_controller.h | 47 virtual bool StartModels() OVERRIDE;
|
D | extension_backed_data_type_controller.h | 32 virtual bool StartModels() OVERRIDE;
|
D | extension_setting_data_type_controller.cc | 54 bool ExtensionSettingDataTypeController::StartModels() { in StartModels() function in browser_sync::ExtensionSettingDataTypeController
|
D | frontend_data_type_controller_mock.h | 34 MOCK_METHOD0(StartModels, bool());
|
D | non_frontend_data_type_controller_unittest.cc | 88 virtual bool StartModels() OVERRIDE { in StartModels() function in NonFrontendDataTypeControllerFake 89 return mock_->StartModels(); in StartModels() 144 EXPECT_CALL(*dtc_mock_.get(), StartModels()).WillOnce(Return(true)); in SetStartExpectations()
|
D | non_frontend_data_type_controller_mock.h | 34 MOCK_METHOD0(StartModels, bool());
|
/external/chromium_org/components/sync_driver/ |
D | device_info_data_type_controller.h | 27 virtual bool StartModels() OVERRIDE;
|
D | device_info_data_type_controller.cc | 28 bool DeviceInfoDataTypeController::StartModels() { in StartModels() function in sync_driver::DeviceInfoDataTypeController
|
D | non_ui_data_type_controller_mock.h | 33 MOCK_METHOD0(StartModels, bool());
|
D | non_ui_data_type_controller_unittest.cc | 151 virtual bool StartModels() OVERRIDE { in StartModels() function in sync_driver::__anone9bc02660111::NonUIDataTypeControllerFake 152 return mock_->StartModels(); in StartModels() 222 EXPECT_CALL(*dtc_mock_.get(), StartModels()).WillOnce(Return(true)); in SetStartExpectations() 311 EXPECT_CALL(*dtc_mock_.get(), StartModels()).WillOnce(Return(false)); in TEST_F()
|
/external/chromium_org/chrome/browser/sync/sessions/ |
D | session_data_type_controller.h | 37 virtual bool StartModels() OVERRIDE;
|