Home
last modified time | relevance | path

Searched refs:showMode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSplitView.js192 showMode: function() method in WebInspector.SplitView
403 _updateShowMode: function(showMode) argument
405 this._showMode = showMode;
408 this.dispatchEventToListeners(WebInspector.SplitView.Events.ShowModeChanged, showMode);
789 …this._savedShowMode = orientationState ? orientationState.showMode : WebInspector.SplitView.ShowMo…
821 orientationState.showMode = this._savedShowMode;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DSettings.js603 var showMode = hidden ? "OnlyMain" : "Both";
608 newValue.vertical.showMode = showMode;
610 newValue.horizontal.showMode = showMode;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DCanvasProfileView.js159 …esizeWidgetElement.classList.toggle("hidden", this._replayInfoSplitView.showMode() !== WebInspecto…
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSourcesPanel.js834 …this._debugSidebarResizeWidgetElement.classList.toggle("hidden", this._splitView.showMode() !== We…