HomeSort by relevance Sort by last modified time
    Searched defs:debug_info_sent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/internal_api/public/sessions/
model_neutral_state.h 71 bool debug_info_sent; member in struct:syncer::sessions::ModelNeutralState
  /external/chromium_org/sync/sessions/
status_controller.cc 167 model_neutral_.debug_info_sent = true;
170 bool StatusController::debug_info_sent() const { function in class:syncer::sessions::StatusController
171 return model_neutral_.debug_info_sent;

Completed in 94 milliseconds