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

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dbackground.js7 * ProxyErrorHandler, and resetting proxy settings if required.
13 var errorHandler = new ProxyErrorHandler();
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}
/external/chromium/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
35 ProxyErrorHandler.ErrorDetails; class
39 ProxyErrorHandler.prototype = {
42 * @type {?ProxyErrorHandler.ErrorDetails}
69 * @param {!ProxyErrorHandler.ErrorDetails} details The error details.
92 * @return {?ProxyErrorHandler.ErrorDetails}

Completed in 189 milliseconds