HomeSort by relevance Sort by last modified time
    Searched refs:BaseTabStrip (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 46 class BaseTabStrip::RemoveTabDelegate
49 RemoveTabDelegate(BaseTabStrip* tab_strip, BaseTab* tab)
112 BaseTabStrip* tabstrip_;
118 BaseTabStrip::BaseTabStrip(TabStripController* controller, Type type)
125 BaseTabStrip::~BaseTabStrip() {
128 void BaseTabStrip::AddTabAt(int model_index, const TabRendererData& data) {
145 void BaseTabStrip::MoveTab(int from_model_index, int to_model_index) {
157 void BaseTabStrip::SetTabData(int model_index, const TabRendererData& data)
    [all...]
tab_strip_controller.h 10 class BaseTabStrip;
77 virtual bool IsCompatibleWith(BaseTabStrip* other) const = 0;
dragged_tab_controller.h 25 class BaseTabStrip;
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_
    [all...]
tab_strip_factory.cc 22 BaseTabStrip* tabstrip = NULL;
browser_tab_strip_controller.h 16 class BaseTabStrip;
30 void InitFromModel(BaseTabStrip* tabstrip);
62 virtual bool IsCompatibleWith(BaseTabStrip* other) const OVERRIDE;
119 BaseTabStrip* tabstrip_;
base_tab_strip.h 23 class BaseTabStrip : public AbstractTabStripView,
31 BaseTabStrip(TabStripController* controller, Type type);
32 virtual ~BaseTabStrip();
dragged_tab_controller.cc 181 int MajorAxisValue(const gfx::Point& point, BaseTabStrip* tabstrip) {
182 return (tabstrip->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) ?
351 void DraggedTabController::Init(BaseTabStrip* source_tabstrip,
380 bool DraggedTabController::IsAttachedTo(BaseTabStrip* tab_strip) {
598 if (source_tabstrip_->type() == BaseTabStrip::VERTICAL_TAB_STRIP &&
671 BaseTabStrip* target_tabstrip = source_tabstrip_;
676 BaseTabStrip* target_tabstrip = GetTabStripForPoint(screen_point);
707 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) {
794 BaseTabStrip* DraggedTabController::GetTabStripForPoint(
816 BaseTabStrip* other_tabstrip
    [all...]
side_tab_strip.h 14 class SideTabStrip : public BaseTabStrip, public views::ButtonListener {
26 // BaseTabStrip implementation:
45 // BaseTabStrip overrides:
side_tab_strip.cc 124 : BaseTabStrip(controller, BaseTabStrip::VERTICAL_TAB_STRIP),
158 // SideTabStrip, BaseTabStrip implementation:
372 BaseTabStrip::DoLayout();
tab_strip.h 42 class TabStrip : public BaseTabStrip,
62 // BaseTabStrip implementation:
87 // BaseTabStrip overrides:
browser_tab_strip_controller.cc 150 void BrowserTabStripController::InitFromModel(BaseTabStrip* tabstrip) {
286 bool BrowserTabStripController::IsCompatibleWith(BaseTabStrip* other) const {
tab_strip.cc 119 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP),
199 // TabStrip, BaseTabStrip implementation:
471 BaseTabStrip::DoLayout();
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h 24 class TouchTabStrip : public BaseTabStrip {
33 // BaseTabStrip implementation:
touch_tab_strip.cc 24 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP),
63 // TouchTabStrip, BaseTabStrip implementation:

Completed in 324 milliseconds