HomeSort by relevance Sort by last modified time
    Searched defs:addPanel (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js 50 addPanel: function(panel)
inspector.js 464 this.addPanel(this.panels[panelName]);
515 WebInspector.addPanel = function(panel)
518 this.toolbar.addPanel(panel);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 62 public void addPanel(PanelView pv) {
78 addPanel((PanelView) v);
PhoneStatusBarView.java 80 public void addPanel(PanelView pv) {
81 super.addPanel(pv);

Completed in 311 milliseconds