Home
last modified time | relevance | path

Searched refs:BaseTabStrip (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab_strip.cc46 class BaseTabStrip::RemoveTabDelegate
49 RemoveTabDelegate(BaseTabStrip* tab_strip, BaseTab* tab) in RemoveTabDelegate()
112 BaseTabStrip* tabstrip_;
118 BaseTabStrip::BaseTabStrip(TabStripController* controller, Type type) in BaseTabStrip() function in BaseTabStrip
125 BaseTabStrip::~BaseTabStrip() { in ~BaseTabStrip()
128 void BaseTabStrip::AddTabAt(int model_index, const TabRendererData& data) { in AddTabAt()
145 void BaseTabStrip::MoveTab(int from_model_index, int to_model_index) { in MoveTab()
157 void BaseTabStrip::SetTabData(int model_index, const TabRendererData& data) { in SetTabData()
170 BaseTab* BaseTabStrip::GetBaseTabAtModelIndex(int model_index) const { in GetBaseTabAtModelIndex()
174 int BaseTabStrip::GetModelIndexOfBaseTab(const BaseTab* tab) const { in GetModelIndexOfBaseTab()
[all …]
Ddragged_tab_controller.h25 class BaseTabStrip; variable
56 void Init(BaseTabStrip* source_tabstrip,
66 static bool IsAttachedTo(BaseTabStrip* tab_strip);
200 BaseTabStrip* GetTabStripForPoint(const gfx::Point& screen_point);
206 BaseTabStrip* GetTabStripIfItContains(BaseTabStrip* tabstrip,
210 void Attach(BaseTabStrip* attached_tabstrip, const gfx::Point& screen_point);
233 std::vector<BaseTab*> GetTabsMatchingDraggedContents(BaseTabStrip* tabstrip);
293 TabStripModel* GetModel(BaseTabStrip* tabstrip) const;
299 BaseTabStrip* source_tabstrip_;
303 BaseTabStrip* attached_tabstrip_;
Ddragged_tab_controller.cc181 int MajorAxisValue(const gfx::Point& point, BaseTabStrip* tabstrip) { in MajorAxisValue()
182 return (tabstrip->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) ? in MajorAxisValue()
351 void DraggedTabController::Init(BaseTabStrip* source_tabstrip, in Init()
380 bool DraggedTabController::IsAttachedTo(BaseTabStrip* tab_strip) { in IsAttachedTo()
598 if (source_tabstrip_->type() == BaseTabStrip::VERTICAL_TAB_STRIP && in UpdateDockInfo()
671 BaseTabStrip* target_tabstrip = source_tabstrip_; in ContinueDragging()
676 BaseTabStrip* target_tabstrip = GetTabStripForPoint(screen_point); in ContinueDragging()
707 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) { in MoveAttached()
794 BaseTabStrip* DraggedTabController::GetTabStripForPoint( in GetTabStripForPoint()
816 BaseTabStrip* other_tabstrip = in GetTabStripForPoint()
[all …]
Dbrowser_tab_strip_controller.h16 class BaseTabStrip; variable
30 void InitFromModel(BaseTabStrip* tabstrip);
62 virtual bool IsCompatibleWith(BaseTabStrip* other) const OVERRIDE;
119 BaseTabStrip* tabstrip_;
Dtab_strip_controller.h10 class BaseTabStrip; variable
77 virtual bool IsCompatibleWith(BaseTabStrip* other) const = 0;
Dbase_tab_strip.h23 class BaseTabStrip : public AbstractTabStripView,
31 BaseTabStrip(TabStripController* controller, Type type);
32 virtual ~BaseTabStrip();
Dtab_strip_factory.cc22 BaseTabStrip* tabstrip = NULL; in CreateTabStrip()
Dside_tab_strip.cc124 : BaseTabStrip(controller, BaseTabStrip::VERTICAL_TAB_STRIP), in SideTabStrip()
372 BaseTabStrip::DoLayout(); in DoLayout()
Dside_tab_strip.h14 class SideTabStrip : public BaseTabStrip, public views::ButtonListener {
Dbrowser_tab_strip_controller.cc150 void BrowserTabStripController::InitFromModel(BaseTabStrip* tabstrip) { in InitFromModel()
286 bool BrowserTabStripController::IsCompatibleWith(BaseTabStrip* other) const { in IsCompatibleWith()
Dtab_strip.h42 class TabStrip : public BaseTabStrip,
Dtab_strip.cc119 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP), in TabStrip()
471 BaseTabStrip::DoLayout(); in DoLayout()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab_strip.cc24 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP), in TouchTabStrip()
Dtouch_tab_strip.h24 class TouchTabStrip : public BaseTabStrip {