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

  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 43 OK_FIRST_RUN, // Same as OK, but sent on first successful
frontend_data_type_controller.cc 102 FinishStart(!sync_has_nodes ? OK_FIRST_RUN : OK, FROM_HERE);
password_data_type_controller.cc 167 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
autofill_data_type_controller.cc 244 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
bookmark_data_type_controller_unittest.cc 132 EXPECT_CALL(start_callback_, Run(DataTypeController::OK_FIRST_RUN, _));
extension_data_type_controller_unittest.cc 102 EXPECT_CALL(start_callback_, Run(DataTypeController::OK_FIRST_RUN, _));
frontend_data_type_controller_unittest.cc 166 SetActivateExpectations(DataTypeController::OK_FIRST_RUN);
preference_data_type_controller_unittest.cc 103 EXPECT_CALL(start_callback_, Run(DataTypeController::OK_FIRST_RUN, _));
theme_data_type_controller_unittest.cc 101 EXPECT_CALL(start_callback_, Run(DataTypeController::OK_FIRST_RUN, _));
typed_url_data_type_controller.cc 209 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK, RUNNING);
data_type_manager_impl.cc 265 result == DataTypeController::OK_FIRST_RUN) {

Completed in 202 milliseconds