Home
last modified time | relevance | path

Searched refs:_pauseOnExceptionStateChanged (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDebuggerModel.js54 …ector.settings.pauseOnExceptionEnabled.addChangeListener(this._pauseOnExceptionStateChanged, this);
55 …pector.settings.pauseOnCaughtException.addChangeListener(this._pauseOnExceptionStateChanged, this);
118 this._pauseOnExceptionStateChanged();
159 _pauseOnExceptionStateChanged: function() method in WebInspector.DebuggerModel
723 …or.settings.pauseOnExceptionEnabled.removeChangeListener(this._pauseOnExceptionStateChanged, this);
724 …tor.settings.pauseOnCaughtException.removeChangeListener(this._pauseOnExceptionStateChanged, this);