Home
last modified time | relevance | path

Searched refs:StatusBarButton (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DStatusBarButton.js31 WebInspector.StatusBarButton = function(title, className, states) class in WebInspector
59 WebInspector.StatusBarButton.prototype = {
148 WebInspector.StatusBarButton.prototype.__proto__ = WebInspector.Object.prototype;
DDOMStorageItemsView.js35 …this.deleteButton = new WebInspector.StatusBarButton(WebInspector.UIString("Delete"), "delete-stor…
39 …this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-s…
DProfileView.js66 this.percentButton = new WebInspector.StatusBarButton("", "percent-time-status-bar-item");
69 …this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function…
73 …this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected func…
77 …this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."…
DProfilesPanel.js113 this.enableToggleButton = new WebInspector.StatusBarButton("", "enable-toggle-status-bar-item");
147 …var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, …
232 …var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, …
DCookieItemsView.js37 …this.deleteButton = new WebInspector.StatusBarButton(WebInspector.UIString("Delete"), "delete-stor…
41 …this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-s…
DDatabaseTableView.js36 …this.refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-s…
DTimelinePanel.js113 …this.toggleTimelineButton = new WebInspector.StatusBarButton("", "record-profile-status-bar-item");
116 this.clearButton = new WebInspector.StatusBarButton("", "timeline-clear-status-bar-item");
DAuditsPanel.js51 …this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear audit resu…
DScriptsPanel.js154 this.enableToggleButton = new WebInspector.StatusBarButton("", "enable-toggle-status-bar-item");
157 …this.pauseOnExceptionButton = new WebInspector.StatusBarButton("", "scripts-pause-on-exceptions-st…
DResourcesPanel.js137 … this.enableToggleButton = new WebInspector.StatusBarButton("", "enable-toggle-status-bar-item");
143 …this.largerResourcesButton = new WebInspector.StatusBarButton(WebInspector.UIString("Use small res…
DElementsPanel.js105 …this.nodeSearchButton = new WebInspector.StatusBarButton(WebInspector.UIString("Select an element …
/external/webkit/WebKit/chromium/src/js/
DHeapProfilerPanel.js118 …this.percentButton = new WebInspector.StatusBarButton("", "percent-time-status-bar-item status-bar…
/external/webkit/WebCore/
DWebCore.gypi3780 'inspector/front-end/StatusBarButton.js',
DChangeLog-2010-01-294829 * inspector/front-end/StatusBarButton.js:
4830 (WebInspector.StatusBarButton): Added the option for a different number of states.
4831 …(WebInspector.StatusBarButton.prototype.set toggled): Added rules to toggle on/off with multiple s…
72307 * inspector/front-end/StatusBarButton.js: Added.
72313 Introduced StatusBarButton class that encapsulates glyphs support.
72322 ….prototype.get statusBarItems): Updated to retrieve DOM element from StatusBarButton instance (her…
72357 * inspector/front-end/StatusBarButton.js: Added.
72358 (WebInspector.StatusBarButton):
72359 (WebInspector.StatusBarButton.prototype._clicked):
72360 (WebInspector.StatusBarButton.prototype.get disabled):
[all …]