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

  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 288 UpdateProgress::UpdateProgress() {}
290 UpdateProgress::~UpdateProgress() {}
292 void UpdateProgress::AddVerifyResult(const VerifyResult& verify_result,
297 void UpdateProgress::AddAppliedUpdate(const UpdateAttemptResponse& response,
302 std::vector<AppliedUpdate>::iterator UpdateProgress::AppliedUpdatesBegin() {
307 UpdateProgress::VerifiedUpdatesBegin() const {
312 UpdateProgress::AppliedUpdatesEnd() const {
317 UpdateProgress::VerifiedUpdatesEnd() const
    [all...]
session_state.h 39 class UpdateProgress;
188 class UpdateProgress {
190 UpdateProgress();
191 ~UpdateProgress();
299 UpdateProgress update_progress;

Completed in 2182 milliseconds