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

/external/chromium/chrome/browser/resources/net_internals/
H A Dproxyview.js16 function ProxyView(mainBoxId, class
48 inherits(ProxyView, DivView);
50 ProxyView.prototype.onProxySettingsChanged = function(proxySettings) {
62 ProxyView.prototype.onBadProxiesChanged = function(badProxies) {
80 ProxyView.prototype.onLogEntryAdded = function(logEntry) {
100 ProxyView.prototype.clearLog_ = function() {
109 ProxyView.prototype.onLogEntriesDeleted = function(sourceIds) {
114 ProxyView.prototype.onAllLogEntriesDeleted = function() {
118 ProxyView.prototype.onSetIsViewingLogFile = function(isViewingLogFile) {

Completed in 28 milliseconds