Home
last modified time | relevance | path

Searched refs:toolbarItem (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DToolbar.js52 this.element.appendChild(panel.toolbarItem);
140 var toolbarItem = document.createElement("button");
141 toolbarItem.className = "toolbar-item toggleable";
142 toolbarItem.panel = panel;
143 toolbarItem.addStyleClass(panel._panelName);
149 toolbarItem.addEventListener("click", onToolbarItemClicked);
151 var iconElement = toolbarItem.createChild("div", "toolbar-icon");
154 toolbarItem.createChild("div", "toolbar-label").textContent = panel.toolbarItemLabel;
157 toolbarItem.addStyleClass("toggled-on");
159 return toolbarItem;
DPanel.js44 get toolbarItem() getter in WebInspector.Panel
Dinspector.js762 this.panelOrder[index].toolbarItem.click();
779 this.panelOrder[index].toolbarItem.click();
1587 var toolbarItem = event.currentTarget;
1588 this.currentPanel = toolbarItem.panel;
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm603 static NSToolbarItem *toolbarItem(id <NSValidatedUserInterfaceItem> item)
1983 [toolbarItem(item) setEnabled:isEnabled];
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1611641 (toolbarItem): Ditto.
/external/webkit/Source/WebCore/
DChangeLog62433 (WebInspector.Panel.prototype.get toolbarItem):