Home | History | Annotate | Download | only in tabbed_pane

Lines Matching defs:TabbedPane

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()
250 TabbedPane::~TabbedPane() {}
252 int TabbedPane::GetTabCount() {
257 View* TabbedPane::GetSelectedTab() {
262 void TabbedPane::AddTab(const base::string16& title, View* contents) {
266 void TabbedPane::AddTabAtIndex(int index,
280 void TabbedPane::SelectTabAt(int index) {
305 void TabbedPane::SelectTab(Tab* tab) {
311 gfx::Size TabbedPane::GetPreferredSize() const {
319 Tab* TabbedPane::GetTabAt(int index) {
323 void TabbedPane::Layout() {
332 void TabbedPane::ViewHierarchyChanged(
342 bool TabbedPane::AcceleratorPressed(const ui::Accelerator& accelerator) {
357 const char* TabbedPane::GetClassName() const {
361 void TabbedPane::OnFocus() {
371 void TabbedPane::GetAccessibleState(ui::AXViewState* state) {