OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartModels
(Results
26 - 40
of
40
) sorted by null
1
2
/external/chromium_org/chrome/browser/sync/glue/
autofill_profile_data_type_controller.cc
80
bool AutofillProfileDataTypeController::
StartModels
() {
bookmark_data_type_controller.cc
68
bool BookmarkDataTypeController::
StartModels
() {
device_info_data_type_controller_unittest.cc
101
TEST_F(DeviceInfoDataTypeControllerTest,
StartModels
) {
extension_backed_data_type_controller.cc
114
bool ExtensionBackedDataTypeController::
StartModels
() {
frontend_data_type_controller.h
81
virtual bool
StartModels
();
frontend_data_type_controller_unittest.cc
63
virtual bool
StartModels
() OVERRIDE {
64
return mock_->
StartModels
();
104
EXPECT_CALL(*dtc_mock_.get(),
StartModels
()).WillOnce(Return(true));
190
EXPECT_CALL(*dtc_mock_.get(),
StartModels
()).WillOnce(Return(false));
non_frontend_data_type_controller.h
106
virtual bool
StartModels
();
frontend_data_type_controller.cc
59
if (!
StartModels
()) {
168
bool FrontendDataTypeController::
StartModels
() {
non_frontend_data_type_controller_unittest.cc
88
virtual bool
StartModels
() OVERRIDE {
89
return mock_->
StartModels
();
144
EXPECT_CALL(*dtc_mock_.get(),
StartModels
()).WillOnce(Return(true));
non_frontend_data_type_controller.cc
196
if (!
StartModels
()) {
321
bool NonFrontendDataTypeController::
StartModels
() {
/external/chromium_org/chrome/browser/sync/sessions/
session_data_type_controller.cc
48
bool SessionDataTypeController::
StartModels
() {
session_data_type_controller_unittest.cc
169
TEST_F(SessionDataTypeControllerTest,
StartModels
) {
/external/chromium_org/components/sync_driver/
ui_data_type_controller.cc
71
if (!
StartModels
()) {
105
bool UIDataTypeController::
StartModels
() {
non_ui_data_type_controller_unittest.cc
151
virtual bool
StartModels
() OVERRIDE {
152
return mock_->
StartModels
();
222
EXPECT_CALL(*dtc_mock_.get(),
StartModels
()).WillOnce(Return(true));
308
// Start the DTC and have
StartModels
() return false. Then, stop the
311
EXPECT_CALL(*dtc_mock_.get(),
StartModels
()).WillOnce(Return(false));
non_ui_data_type_controller.cc
53
if (!
StartModels
()) {
69
bool NonUIDataTypeController::
StartModels
() {
Completed in 359 milliseconds
1
2