HomeSort by relevance Sort by last modified time
    Searched defs:SplitView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SplitView.js 39 WebInspector.SplitView = function(isVertical, secondIsSidebar, settingName, defaultSidebarWidth, defaultSidebarHeight, constraintsInDip)
43 this.registerRequiredCSS("splitView.css");
78 this._showMode = WebInspector.SplitView.ShowMode.Both;
85 WebInspector.SplitView.SettingForOrientation;
87 WebInspector.SplitView.ShowMode = {
93 WebInspector.SplitView.Events = {
98 WebInspector.SplitView.MinPadding = 20;
100 WebInspector.SplitView.prototype = {
137 // FIXME: reverse SplitView.isVertical meaning.
224 if (this._showMode !== WebInspector.SplitView.ShowMode.Both
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
FileSystemView.js 33 * @extends {WebInspector.SplitView}
38 WebInspector.SplitView.call(this, true, false, "fileSystemViewSplitViewState");
107 __proto__: WebInspector.SplitView.prototype

Completed in 48 milliseconds