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

  /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 {
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);
tabbed_pane.cc 32 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()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
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);
120 __proto__: WebInspector.TabbedPane.prototype
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
TabbedPane.js 35 WebInspector.TabbedPane = function()
55 WebInspector.TabbedPane.EventTypes = {
60 WebInspector.TabbedPane.prototype = {
191 * @this {WebInspector.TabbedPane}
259 this.dispatchEventToListeners(WebInspector.TabbedPane.EventTypes.TabClosed, eventData);
325 this.dispatchEventToListeners(WebInspector.TabbedPane.EventTypes.TabSelected, eventData);
742 * @param {!WebInspector.TabbedPane} tabbedPane
749 WebInspector.TabbedPaneTab = function(tabbedPane, id, title, closeable, view, tooltip)
752 this._tabbedPane = tabbedPane;
    [all...]
  /external/proguard/src/proguard/gui/
TabbedPane.java 36 public class TabbedPane
45 * Creates a new TabbedPane.
47 public TabbedPane()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 126 milliseconds