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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DSettings.js39 this.colorFormat = this.createSetting("colorFormat", "original");
40 this.consoleHistory = this.createSetting("consoleHistory", []);
41 this.domWordWrap = this.createSetting("domWordWrap", true);
42 this.eventListenersFilter = this.createSetting("eventListenersFilter", "all");
43 this.lastViewedScriptFile = this.createSetting("lastViewedScriptFile", "application");
44 this.monitoringXHREnabled = this.createSetting("monitoringXHREnabled", false);
45 this.preserveConsoleLog = this.createSetting("preserveConsoleLog", false);
46 this.consoleTimestampsEnabled = this.createSetting("consoleTimestampsEnabled", false);
47 this.resourcesLargeRows = this.createSetting("resourcesLargeRows", true);
48 this.resourcesSortOptions = this.createSetting("resourcesSortOption
[all...]

Completed in 84 milliseconds