Searched refs:SettingsList (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | SettingsScreen.js | 530 …this._fileSystemsList = new WebInspector.SettingsList(["path"], this._renderFileSystem.bind(this)); 532 …this._fileSystemsList.addEventListener(WebInspector.SettingsList.Events.Selected, this._fileSystem… 533 …this._fileSystemsList.addEventListener(WebInspector.SettingsList.Events.Removed, this._fileSystemR… 534 …this._fileSystemsList.addEventListener(WebInspector.SettingsList.Events.DoubleClicked, this._fileS… 791 WebInspector.SettingsList = function(columns, itemRenderer) class in WebInspector 802 WebInspector.SettingsList.Events = { 808 WebInspector.SettingsList.prototype = { 853 this.dispatchEventToListeners(WebInspector.SettingsList.Events.Removed, itemId); 922 this.dispatchEventToListeners(WebInspector.SettingsList.Events.DoubleClicked, id); 939 this.dispatchEventToListeners(WebInspector.SettingsList.Events.Selected, id); [all …]
|
D | EditFileSystemDialog.js | 65 …this._fileMappingsList.addEventListener(WebInspector.SettingsList.Events.Removed, this._fileMappin… 81 …this._excludedFolderList.addEventListener(WebInspector.SettingsList.Events.Removed, this._excluded…
|