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

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
IdlingResourceRegistry.java 167 Message timeoutError = handler.obtainMessage(TIMEOUT_OCCURRED, TIMEOUT_MESSAGE_TAG);
170 handler.sendMessageDelayed(timeoutError, error.getIdleTimeoutUnit().toMillis(
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentThreadableLoader.cpp 375 static const int timeoutError = -7;
376 ResourceError error("net", timeoutError, resource()->url(), String());
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbenrollhelper.js 194 this.notifyError_(this.timeoutError, anyGnubbies);
345 this.timeoutError = code;

Completed in 274 milliseconds