HomeSort by relevance Sort by last modified time
    Searched refs:TabbedPane (Results 1 - 25 of 38) sorted by null

1 2

  /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...]
tabbed_pane_unittest.cc 37 // Tests TabbedPane::GetPreferredSize() and TabbedPane::Layout().
39 scoped_ptr<TabbedPane> tabbed_pane(new TabbedPane());
71 scoped_ptr<TabbedPane> tabbed_pane(new TabbedPane());
  /external/chromium_org/ui/views/examples/
tabbed_pane_example.h 16 class TabbedPane;
20 // A TabbedPane example tests adding and selecting tabs.
44 TabbedPane* tabbed_pane_;
tabbed_pane_example.cc 24 tabbed_pane_ = new TabbedPane();
  /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/chrome/browser/ui/views/website_settings/
website_settings_popup_view.h 36 class TabbedPane;
138 // The |TabbedPane| that contains the tabs of the Website Settings UI.
139 views::TabbedPane* tabbed_pane_;
website_settings_popup_view.cc 339 tabbed_pane_ = new views::TabbedPane();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
Drawer.js 47 this._tabbedPane = new WebInspector.TabbedPane();
50 this._tabbedPane.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
InspectorView.js 48 this._tabbedPane = new WebInspector.TabbedPane();
203 this._tabbedPane.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
  /external/proguard/src/proguard/gui/
TabbedPane.java 36 public class TabbedPane
45 * Creates a new TabbedPane.
47 public TabbedPane()
ProGuardGUI.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SidebarPane.js 194 * @extends {WebInspector.TabbedPane}
198 WebInspector.TabbedPane.call(this);
216 __proto__: WebInspector.TabbedPane.prototype
TabbedPane.js 35 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
772 WebInspector.TabbedPaneTab = function(tabbedPane, id, title, closeable, view, tooltip)
775 this._tabbedPane = tabbedPane;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesNavigator.js 39 this._tabbedPane = new WebInspector.TabbedPane();
TabbedEditorContainer.js 54 this._tabbedPane = new WebInspector.TabbedPane();
61 this._tabbedPane.addEventListener(WebInspector.TabbedPane.EventTypes.TabClosed, this._tabClosed, this);
62 this._tabbedPane.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
731 * @param {!WebInspector.TabbedPane} tabbedPane
734 closeTabs: function(tabbedPane, ids)
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
LayersPanel.js 62 this._tabbedPane = new WebInspector.TabbedPane();
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 299 views::TabbedPane* tabbed_pane = new views::TabbedPane();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
OverridesView.js 41 this._tabbedPane = new WebInspector.TabbedPane();
52 this._tabbedPane.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
143 * @param {!WebInspector.TabbedPane} tabbedPane
145 appendAsTab: function(tabbedPane)
147 this._tabbedPane = tabbedPane;
148 tabbedPane.appendTab(this._id, this._name, this);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
SettingsScreen.js 44 this._tabbedPane = new WebInspector.TabbedPane();
60 this._tabbedPane.addEventListener(WebInspector.TabbedPane.EventTypes.TabSelected, this._tabSelected, this);
    [all...]
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 208 TabbedPane* style_tab_;
267 // TabbedPane * kStyleContainerID
509 style_tab_ = new TabbedPane();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotView.js 89 this._tabbedPane = new WebInspector.TabbedPane();
100 this._tabbedPane = new WebInspector.TabbedPane();
    [all...]

Completed in 685 milliseconds

1 2