Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
DSettingsScreen.js421 …this._fileSystemsList = new WebInspector.SettingsList(["path"], this._renderFileSystem.bind(this));
423 …this._fileSystemsList.addEventListener(WebInspector.SettingsList.Events.Selected, this._fileSystem…
424 …this._fileSystemsList.addEventListener(WebInspector.SettingsList.Events.Removed, this._fileSystemR…
425 …this._fileSystemsList.addEventListener(WebInspector.SettingsList.Events.DoubleClicked, this._fileS…
678 WebInspector.SettingsList = function(columns, itemRenderer) class in WebInspector
689 WebInspector.SettingsList.Events = {
695 WebInspector.SettingsList.prototype = {
740 this.dispatchEventToListeners(WebInspector.SettingsList.Events.Removed, itemId);
809 this.dispatchEventToListeners(WebInspector.SettingsList.Events.DoubleClicked, id);
826 this.dispatchEventToListeners(WebInspector.SettingsList.Events.Selected, id);
[all …]
DEditFileSystemDialog.js65 …this._fileMappingsList.addEventListener(WebInspector.SettingsList.Events.Removed, this._fileMappin…
81 …this._excludedFolderList.addEventListener(WebInspector.SettingsList.Events.Removed, this._excluded…