Searched refs:_installSetting (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/inspector/front-end/ |
D | Settings.js | 63 this._installSetting("eventListenersFilter", "event-listeners-filter", "all"); 64 this._installSetting("colorFormat", "color-format", "hex"); 65 this._installSetting("resourcesLargeRows", "resources-large-rows", true); 66 this._installSetting("watchExpressions", "watch-expressions", []); 67 this._installSetting("lastViewedScriptFile", "last-viewed-script-file"); 68 …this._installSetting("showInheritedComputedStyleProperties", "show-inherited-computed-style-proper… 69 this._installSetting("showUserAgentStyles", "show-user-agent-styles", true); 70 this._installSetting("resourceViewTab", "resource-view-tab", "content"); 74 _installSetting: function(name, propertyName, defaultValue) method in WebInspector.Settings
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 17696 (WebInspector.Settings.prototype._installSetting):
|