Home
last modified time | relevance | path

Searched refs:HORIZONTAL_TAB_STRIP (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc182 return (tabstrip->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) ? in MajorAxisValue()
707 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) { in MoveAttached()
832 if (tabstrip->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) { in GetTabStripIfItContains()
921 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) { in Attach()
987 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) { in GetInsertionIndexForDraggedBounds()
1018 if ((attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP && in GetInsertionIndexForDraggedBounds()
1048 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) { in GetDraggedViewTabStripBounds()
1079 if (attached_tabstrip_->type() == BaseTabStrip::HORIZONTAL_TAB_STRIP) { in GetAttachedDragPoint()
Dbase_tab_strip.cc332 if (type() == HORIZONTAL_TAB_STRIP) in MaybeStartDrag()
415 if (type() == HORIZONTAL_TAB_STRIP) in StartRemoveTabAnimation()
Dbase_tab_strip.h27 HORIZONTAL_TAB_STRIP, enumerator
Dtab_strip.cc119 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP), in TabStrip()
988 if (type() == HORIZONTAL_TAB_STRIP) in StartMouseInitiatedRemoveTabAnimation()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtouch_tab_strip.cc24 : BaseTabStrip(controller, BaseTabStrip::HORIZONTAL_TAB_STRIP), in TouchTabStrip()