OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabbedPaneExample
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/examples/
tabbed_pane_example.h
22
class
TabbedPaneExample
: public ExampleBase,
26
TabbedPaneExample
();
27
virtual ~
TabbedPaneExample
();
52
DISALLOW_COPY_AND_ASSIGN(
TabbedPaneExample
);
tabbed_pane_example.cc
15
TabbedPaneExample
::
TabbedPaneExample
() : ExampleBase("Tabbed Pane") {
18
TabbedPaneExample
::~
TabbedPaneExample
() {
21
void
TabbedPaneExample
::CreateExampleView(View* container) {
56
void
TabbedPaneExample
::ButtonPressed(Button* sender, const ui::Event& event) {
69
void
TabbedPaneExample
::TabSelectedAt(int index) {
74
void
TabbedPaneExample
::PrintStatus() {
80
void
TabbedPaneExample
::AddButton(const std::string& label) {
examples_window.cc
175
combobox_model_.AddExample(new
TabbedPaneExample
);
examples_window_with_content.cc
179
combobox_model_.AddExample(new
TabbedPaneExample
);
Completed in 6233 milliseconds