Home
last modified time | relevance | path

Searched refs:TouchTab (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab.cc25 TouchTab::TouchTabImage TouchTab::tab_alpha = {0};
26 TouchTab::TouchTabImage TouchTab::tab_active = {0};
27 TouchTab::TouchTabImage TouchTab::tab_inactive = {0};
32 TouchTab::TouchTab(TabController* controller) in TouchTab() function in TouchTab
37 TouchTab::~TouchTab() { in ~TouchTab()
41 gfx::Size TouchTab::GetMinimumUnselectedSize() { in GetMinimumUnselectedSize()
52 const gfx::Rect& TouchTab::GetTitleBounds() const { in GetTitleBounds()
56 const gfx::Rect& TouchTab::GetIconBounds() const { in GetIconBounds()
66 bool TouchTab::OnMousePressed(const views::MouseEvent& event) { in OnMousePressed()
70 bool TouchTab::OnMouseDragged(const views::MouseEvent& event) { in OnMouseDragged()
[all …]
Dtouch_tab_strip.cc97 return new TouchTab(this); in CreateTab()
124 TouchTab* tab = GetTabAtTabDataIndex(i); in AnimateToIdealBounds()
139 TouchTab* tab = GetTabAtTabDataIndex(i); in GenerateIdealBounds()
203 initial_tab_ = static_cast<TouchTab*>(GetTabAtLocal(point)); in BeginScroll()
225 TouchTab* tab = static_cast<TouchTab*>(GetTabAtLocal(point)); in EndScroll()
270 TouchTab* TouchTabStrip::GetTabAtTabDataIndex(int tab_data_index) const { in GetTabAtTabDataIndex()
271 return static_cast<TouchTab*>(base_tab_at_tab_index(tab_data_index)); in GetTabAtTabDataIndex()
290 TouchTab* selected_tab = NULL; in PaintChildren()
291 TouchTab* dragging_tab = NULL; in PaintChildren()
294 TouchTab* tab = GetTabAtTabDataIndex(i); in PaintChildren()
Dtouch_tab.h23 class TouchTab : public BaseTab {
28 explicit TouchTab(TabController* controller);
29 virtual ~TouchTab();
92 DISALLOW_COPY_AND_ASSIGN(TouchTab);
Dtouch_tab_strip.h11 class TouchTab; variable
63 TouchTab* GetTabAtTabDataIndex(int tab_data_index) const;
126 TouchTab* initial_tab_;