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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTabbedPane.js35 WebInspector.TabbedPane = function()
56 WebInspector.TabbedPane.EventTypes = {
61 WebInspector.TabbedPane.prototype = {
201 * @this {WebInspector.TabbedPane}
269 this.dispatchEventToListeners(WebInspector.TabbedPane.EventTypes.TabClosed, eventData);
337 this.dispatchEventToListeners(WebInspector.TabbedPane.EventTypes.TabSelected, eventData);
765 * @param {!WebInspector.TabbedPane} tabbedPane
1129 * @param {!WebInspector.TabbedPane} tabbedPane
1137 * @param {!WebInspector.TabbedPane} tabbedPane
1148 this._tabbedPane.addEventListener(WebInspector.TabbedPane
[all...]
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.h19 // TabbedPane is a view that shows tabs. When the user clicks on a tab, the
21 class VIEWS_EXPORT TabbedPane : public View { class in namespace:views
26 TabbedPane();
27 virtual ~TabbedPane();
40 // Adds a new tab at the end of this TabbedPane with the specified |title|.
42 // the TabbedPane.
46 // when the tab is selected and is owned by the TabbedPane. If the tabbed pane
85 DISALLOW_COPY_AND_ASSIGN(TabbedPane);
H A Dtabbed_pane.cc32 const char TabbedPane::kViewClassName[] = "TabbedPane";
37 Tab(TabbedPane* tabbed_pane, const base::string16& title, View* contents);
62 TabbedPane* tabbed_pane_;
75 explicit TabStrip(TabbedPane* tabbed_pane);
84 TabbedPane* tabbed_pane_;
89 Tab::Tab(TabbedPane* tabbed_pane, const base::string16& title, View* contents)
181 TabStrip::TabStrip(TabbedPane* tabbed_pane) : tabbed_pane_(tabbed_pane) {}
240 TabbedPane::TabbedPane() function in class:views::TabbedPane
[all...]
/external/proguard/src/proguard/gui/
H A DTabbedPane.java36 public class TabbedPane class in inherits:JPanel
45 * Creates a new TabbedPane.
47 public TabbedPane() method in class:TabbedPane
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkItemView.js33 * @extends {WebInspector.TabbedPane}
38 WebInspector.TabbedPane.call(this);
44 this.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
71 WebInspector.TabbedPane.prototype.wasShown.call(this);
120 __proto__: WebInspector.TabbedPane.prototype
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePanel.js1121 * @extends {WebInspector.TabbedPane}
1125 WebInspector.TabbedPane.call(this);
1136 this.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
1174 WebInspector.TabbedPane.prototype.appendTab.call(this, id, tabTitle, view, tabTooltip);
1187 __proto__: WebInspector.TabbedPane.prototype
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...

Completed in 170 milliseconds