Home
last modified time | relevance | path

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

/external/webkit/Source/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."…
DCookieItemsView.js36 …this._deleteButton = new WebInspector.StatusBarButton(WebInspector.UIString("Delete"), "delete-sto…
40 …this._refreshButton = new WebInspector.StatusBarButton(WebInspector.UIString("Refresh"), "refresh-…
DApplicationCacheItemsView.js35 …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…
DProfilesPanel.js112 this.enableToggleButton = new WebInspector.StatusBarButton("", "enable-toggle-status-bar-item");
115 …this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear all profil…
168 …var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, …
269 …var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, …
DTimelinePanel.js203 …this.toggleTimelineButton = new WebInspector.StatusBarButton(WebInspector.UIString("Record"), "rec…
206 …this.clearButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear"), "clear-status-…
209 …this.toggleFilterButton = new WebInspector.StatusBarButton(this._hideShortRecordsTitleText, "timel…
212 …this.garbageCollectButton = new WebInspector.StatusBarButton(WebInspector.UIString("Collect Garbag…
DScriptsPanel.js108 …this.toggleBreakpointsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Deactivate …
165 this.enableToggleButton = new WebInspector.StatusBarButton("", "enable-toggle-status-bar-item");
170 …this._pauseOnExceptionButton = new WebInspector.StatusBarButton("", "scripts-pause-on-exceptions-s…
DAuditsPanel.js48 …this.clearResultsButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear audit resu…
DNetworkPanel.js595 …this._preserveLogToggle = new WebInspector.StatusBarButton(WebInspector.UIString("Preserve Log upo…
598 …this._clearButton = new WebInspector.StatusBarButton(WebInspector.UIString("Clear"), "clear-status…
601 …this._largerResourcesButton = new WebInspector.StatusBarButton(WebInspector.UIString("Use small re…
DDetailedHeapshotView.js473 …this.percentButton = new WebInspector.StatusBarButton("", "percent-time-status-bar-item status-bar…
475 …this.helpButton = new WebInspector.StatusBarButton("", "heapshot-help-status-bar-item status-bar-i…
DElementsPanel.js107 …this._nodeSearchButton = new WebInspector.StatusBarButton(WebInspector.UIString("Select an element…
DHeapSnapshotView.js94 …this.percentButton = new WebInspector.StatusBarButton("", "percent-time-status-bar-item status-bar…
/external/webkit/Source/WebCore/
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 …]
DWebCore.gypi6269 'inspector/front-end/StatusBarButton.js',