Searched defs:ProxyErrorHandler (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_error_handler.js6 * @fileoverview This file implements the ProxyErrorHandler class, which will
20 function ProxyErrorHandler() { function
33 ProxyErrorHandler.ErrorDetails; class
37 ProxyErrorHandler.prototype = {
40 * @type {?ProxyErrorHandler.ErrorDetails}
67 * @param {!ProxyErrorHandler.ErrorDetails} details The error details.
90 * @return {?ProxyErrorHandler.ErrorDetails}

Completed in 96 milliseconds