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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkItemView.js 33 * @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);
112 __proto__: WebInspector.TabbedPane.prototype
TabbedPane.js 35 WebInspector.TabbedPane = function()
38 this.registerRequiredCSS("tabbedPane.css");
53 WebInspector.TabbedPane.EventTypes = {
58 WebInspector.TabbedPane.prototype = {
195 this.dispatchEventToListeners(WebInspector.TabbedPane.EventTypes.TabClosed, eventData);
248 this.dispatchEventToListeners(WebInspector.TabbedPane.EventTypes.TabSelected, eventData);
634 * @param {WebInspector.TabbedPane} tabbedPane
641 WebInspector.TabbedPaneTab = function(tabbedPane, id, title, closeable, view, tooltip)
644 this._tabbedPane = tabbedPane;
    [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.h 19 // TabbedPane is a view that shows tabs. When the user clicks on a tab, the
21 class VIEWS_EXPORT TabbedPane : public View {
28 explicit TabbedPane(bool draw_border);
29 virtual ~TabbedPane();
42 // Adds a new tab at the end of this TabbedPane with the specified |title|.
44 // the TabbedPane.
48 // when the tab is selected and is owned by the TabbedPane. If the tabbed pane
87 DISALLOW_COPY_AND_ASSIGN(TabbedPane);
tabbed_pane.cc 31 const char TabbedPane::kViewClassName[] = "TabbedPane";
36 Tab(TabbedPane* tabbed_pane, const string16& title, View* contents);
64 TabbedPane* tabbed_pane_;
77 explicit TabStrip(TabbedPane* tabbed_pane);
86 TabbedPane* tabbed_pane_;
91 Tab::Tab(TabbedPane* tabbed_pane, const string16& title, View* contents)
192 TabStrip::TabStrip(TabbedPane* tabbed_pane) : tabbed_pane_(tabbed_pane) {}
251 TabbedPane::TabbedPane(bool draw_border
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 36 public class TabbedPane
45 * Creates a new TabbedPane.
47 public TabbedPane()
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 264 milliseconds