Searched defs:Drawer (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DDrawer.js30 WebInspector.Drawer = function()
35 this.state = WebInspector.Drawer.State.Hidden;
47 WebInspector.Drawer.prototype = {
131 this.state = (this.fullPanel ? WebInspector.Drawer.State.Full : WebInspector.Drawer.State.Variable);
195 this.state = WebInspector.Drawer.State.Hidden;
203 if (this.state === WebInspector.Drawer.State.Hidden)
207 if (this.state === WebInspector.Drawer.State.Variable) {
225 this._animateDrawerHeight(height, WebInspector.Drawer.State.Full);
237 this.state = WebInspector.Drawer
[all...]

Completed in 68 milliseconds