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

  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.cc 198 bool sync_has_nodes = false; local
199 if (!model_associator()->SyncModelHasUserCreatedNodes(&sync_has_nodes)) {
227 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK,
non_frontend_data_type_controller.h 79 bool sync_has_nodes; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult
non_frontend_data_type_controller.cc 100 &result.sync_has_nodes)) {
151 sync_has_nodes(false),
488 StartDone(!result.sync_has_nodes ? OK_FIRST_RUN : OK,
  /external/chromium_org/components/sync_driver/
non_ui_data_type_controller.cc 357 bool sync_has_nodes = false; local
358 if (!shared_change_processor->SyncModelHasUserCreatedNodes(&sync_has_nodes)) {
411 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK,
ui_data_type_controller.cc 154 bool sync_has_nodes = false; local
156 &sync_has_nodes)) {
209 StartDone(sync_has_nodes ? OK : OK_FIRST_RUN,

Completed in 156 milliseconds