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 200 bool sync_has_nodes = false; local
201 if (!model_associator()->SyncModelHasUserCreatedNodes(&sync_has_nodes)) {
229 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK,
non_frontend_data_type_controller.h 80 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),
477 StartDone(!result.sync_has_nodes ? OK_FIRST_RUN : OK,
  /external/chromium_org/components/sync_driver/
ui_data_type_controller.cc 152 bool sync_has_nodes = false; local
154 &sync_has_nodes)) {
207 StartDone(sync_has_nodes ? OK : OK_FIRST_RUN,
non_ui_data_type_controller.cc 337 bool sync_has_nodes = false; local
338 if (!shared_change_processor->SyncModelHasUserCreatedNodes(&sync_has_nodes)) {
391 StartDone(!sync_has_nodes ? OK_FIRST_RUN : OK,

Completed in 111 milliseconds