Home | History | Annotate | Download | only in ui

Lines Matching defs:Both

78     this._showMode = WebInspector.SplitView.ShowMode.Both;
88 Both: "Both",
224 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)
332 if (this._showMode === WebInspector.SplitView.ShowMode.Both)
347 this._updateShowMode(WebInspector.SplitView.ShowMode.Both);
419 if (this._showMode !== WebInspector.SplitView.ShowMode.Both || !this.isShowing())
438 // Make both sides relayout boundaries.
789 this._savedShowMode = orientationState ? orientationState.showMode : WebInspector.SplitView.ShowMode.Both;
793 case WebInspector.SplitView.ShowMode.Both:
865 if (this._showMode !== WebInspector.SplitView.ShowMode.Both)