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());
64 current_error = (*it)->GetAuthStatus();
69 if (current_error.state() != GoogleServiceAuthError::NONE &&
70 current_error.state() != GoogleServiceAuthError::CONNECTION_FAILED) {
74 if (current_error.state() != auth_error_.state()) {
75 auth_error_ = current_error;
signin_manager.cc 518 GoogleServiceAuthError current_error = local
522 if (current_error.state() == GoogleServiceAuthError::TWO_FACTOR)
526 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 110 milliseconds