OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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()
50
WebInspector.
TabbedPane
.EventTypes = {
55
WebInspector.
TabbedPane
.prototype = {
209
this.dispatchEventToListeners(WebInspector.
TabbedPane
.EventTypes.TabClosed, eventData);
271
this.dispatchEventToListeners(WebInspector.
TabbedPane
.EventTypes.TabSelected, eventData);
668
* @param {!WebInspector.
TabbedPane
}
tabbedPane
675
WebInspector.TabbedPaneTab = function(
tabbedPane
, id, title, closeable, view, tooltip)
678
this._tabbedPane =
tabbedPane
;
1018
* @param {!WebInspector.
TabbedPane
} tabbedPan
[
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 {
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
31
const char
TabbedPane
::kViewClassName[] = "
TabbedPane
";
36
Tab(
TabbedPane
* tabbed_pane, const string16& title, View* contents);
61
TabbedPane
* tabbed_pane_;
74
explicit TabStrip(
TabbedPane
* tabbed_pane);
83
TabbedPane
* tabbed_pane_;
88
Tab::Tab(
TabbedPane
* tabbed_pane, const string16& title, View* contents)
177
TabStrip::TabStrip(
TabbedPane
* tabbed_pane) : tabbed_pane_(tabbed_pane) {}
236
TabbedPane
::
TabbedPane
()
[
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 119 milliseconds