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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSettings.js56 this.colorFormat = this.createSetting("colorFormat", "original");
57 this.consoleHistory = this.createSetting("consoleHistory", []);
58 this.domWordWrap = this.createSetting("domWordWrap", true);
59 this.eventListenersFilter = this.createSetting("eventListenersFilter", "all");
60 this.lastActivePanel = this.createSetting("lastActivePanel", "elements");
61 this.lastViewedScriptFile = this.createSetting("lastViewedScriptFile", "application");
62 this.monitoringXHREnabled = this.createSetting("monitoringXHREnabled", false);
63 this.preserveConsoleLog = this.createSetting("preserveConsoleLog", false);
64 this.resourcesLargeRows = this.createSetting("resourcesLargeRows", true);
65 this.resourcesSortOptions = this.createSetting("resourcesSortOption
[all...]

Completed in 90 milliseconds