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)
77 this._showMode = WebInspector.SplitView.ShowMode.Both;
84 WebInspector.SplitView.SettingForOrientation;
86 WebInspector.SplitView.ShowMode = {
92 WebInspector.SplitView.Events = {
97 WebInspector.SplitView.MinPadding = 20;
99 WebInspector.SplitView.prototype = {
136 // FIXME: reverse SplitView.isVertical meaning.
223 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
252 this._updateShowMode(WebInspector.SplitView.ShowMode.OnlySidebar)
    [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