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

  /external/chromium_org/chrome/browser/signin/
signin_global_error.cc 61 GoogleServiceAuthError current_error(GoogleServiceAuthError::AuthErrorNone());
66 current_error = (*it)->GetAuthStatus();
72 if (current_error.state() != GoogleServiceAuthError::NONE &&
73 current_error.state() != GoogleServiceAuthError::CONNECTION_FAILED) {
77 if (current_error.state() != auth_error_.state() ||
79 auth_error_ = current_error;
signin_manager.cc 481 GoogleServiceAuthError current_error = local
485 if (current_error.state() == GoogleServiceAuthError::TWO_FACTOR)
489 HandleAuthError(current_error, !had_two_factor_error_);
  /external/chromium_org/net/dns/
dns_session.cc 178 base::TimeDelta current_error = rtt - estimate; local
179 estimate += current_error / 8; // * alpha
181 std::abs(current_error.ToInternalValue()));
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ManualActivity.java 117 mErrorTextView = (TextView) findViewById(R.id.current_error);

Completed in 255 milliseconds