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

/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_error_handler.js45 lastError_: null,
85 this.lastError_ = JSON.stringify(details);
95 return this.lastError_;
103 this.lastError_ = null;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_error_handler.js43 lastError_: null,
83 this.lastError_ = JSON.stringify(details);
93 return this.lastError_;
102 this.lastError_ = null;

Completed in 58 milliseconds