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

  /external/chromium_org/chrome/browser/sync/glue/
search_engine_data_type_controller.h 36 virtual void StopModels() OVERRIDE;
autofill_data_type_controller.h 46 virtual void StopModels() OVERRIDE;
autofill_profile_data_type_controller.h 44 virtual void StopModels() OVERRIDE;
search_engine_data_type_controller.cc 64 void SearchEngineDataTypeController::StopModels() {
non_ui_data_type_controller_mock.h 37 MOCK_METHOD0(StopModels, void());
ui_data_type_controller.h 75 virtual void StopModels();
non_ui_data_type_controller.cc 83 void NonUIDataTypeController::StopModels() {
145 StopModels();
152 StopModels();
244 StopModels();
278 StopModels();
autofill_profile_data_type_controller.cc 108 void AutofillProfileDataTypeController::StopModels() {
non_ui_data_type_controller.h 68 virtual void StopModels();
non_ui_data_type_controller_unittest.cc 116 virtual void StopModels() OVERRIDE {
117 mock_->StopModels();
218 EXPECT_CALL(*dtc_mock_.get(), StopModels());
224 EXPECT_CALL(*dtc_mock_.get(), StopModels()).Times(AtLeast(1));
295 EXPECT_CALL(*dtc_mock_.get(), StopModels());
411 EXPECT_CALL(*dtc_mock_.get(), StopModels());
ui_data_type_controller.cc 235 StopModels();
279 StopModels();
295 void UIDataTypeController::StopModels() {
autofill_data_type_controller.cc 76 void AutofillDataTypeController::StopModels() {
79 DVLOG(1) << "AutofillDataTypeController::StopModels() : State = " << state();

Completed in 560 milliseconds