HomeSort by relevance Sort by last modified time
    Searched full:_appendsection (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
SettingsScreen.js 171 _appendSection: function(name)
217 var restoreDefaults = this._appendSection().createChild("input", "text-button");
276 var sectionElement = this._appendSection(uiSectionName);
389 this._commonSection = this._appendSection(WebInspector.UIString("Common"));
393 this._fileSystemsSection = this._appendSection(WebInspector.UIString("Folders"));
566 var experimentsSection = this._appendSection();
    [all...]

Completed in 42 milliseconds