Lines Matching refs:proxySettings
191 this.pollableDataHelpers_.proxySettings =
440 BrowserBridge.prototype.receivedProxySettings = function(proxySettings) {
441 this.pollableDataHelpers_.proxySettings.update(proxySettings);
638 * observer.onProxySettingsChanged(proxySettings)
640 * |proxySettings| is a dictionary with (up to) two properties:
654 this.pollableDataHelpers_.proxySettings.addObserver(observer);