Searched refs:BaseTabStrip (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab_strip.cc | 46 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 …]
|
D | dragged_tab_controller.h | 25 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_;
|
D | dragged_tab_controller.cc | 181 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 …]
|
D | browser_tab_strip_controller.h | 16 class BaseTabStrip; variable 30 void InitFromModel(BaseTabStrip* tabstrip); 62 virtual bool IsCompatibleWith(BaseTabStrip* other) const OVERRIDE; 119 BaseTabStrip* tabstrip_;
|
D | tab_strip_controller.h | 10 class BaseTabStrip; variable 77 virtual bool IsCompatibleWith(BaseTabStrip* other) const = 0;
|
D | base_tab_strip.h | 23 class BaseTabStrip : public AbstractTabStripView, 31 BaseTabStrip(TabStripController* controller, Type type); 32 virtual ~BaseTabStrip();
|
D | tab_strip_factory.cc | 22 BaseTabStrip* tabstrip = NULL; in CreateTabStrip()
|
D | side_tab_strip.cc | 124 : BaseTabStrip(controller, BaseTabStrip::VERTICAL_TAB_STRIP), in SideTabStrip() 372 BaseTabStrip::DoLayout(); in DoLayout()
|
D | side_tab_strip.h | 14 class SideTabStrip : public BaseTabStrip, public views::ButtonListener {
|
D | browser_tab_strip_controller.cc | 150 void BrowserTabStripController::InitFromModel(BaseTabStrip* tabstrip) { in InitFromModel() 286 bool BrowserTabStripController::IsCompatibleWith(BaseTabStrip* other) const { in IsCompatibleWith()
|
D | tab_strip.h | 42 class TabStrip : public BaseTabStrip,
|
D | tab_strip.cc | 119 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP), in TabStrip() 471 BaseTabStrip::DoLayout(); in DoLayout()
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab_strip.cc | 24 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP), in TouchTabStrip()
|
D | touch_tab_strip.h | 24 class TouchTabStrip : public BaseTabStrip {
|