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

  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 23 TouchTabStrip::TouchTabStrip(TabStripController* controller)
37 TouchTabStrip::~TouchTabStrip() {
50 // TouchTabStrip, AbstractTabStripView implementation:
52 bool TouchTabStrip::IsPositionInWindowCaption(const gfx::Point& point) {
57 void TouchTabStrip::SetBackgroundOffset(const gfx::Point& offset) {
63 // TouchTabStrip, BaseTabStrip implementation:
65 void TouchTabStrip::PrepareForCloseAt(int model_index) {
75 void TouchTabStrip::StartHighlight(int model_index)
    [all...]
tab_strip_factory.cc 12 // The implmentation of CreateTabStrip for touchui creates a TouchTabStrip
22 TouchTabStrip* tabstrip = new TouchTabStrip(tabstrip_controller);
touch_tab_strip.h 15 // TouchTabStrip
17 // A View that represents the TabStripModel. The TouchTabStrip has the
24 class TouchTabStrip : public BaseTabStrip {
26 explicit TouchTabStrip(TabStripController* controller);
27 virtual ~TouchTabStrip();
132 DISALLOW_COPY_AND_ASSIGN(TouchTabStrip);

Completed in 45 milliseconds