Home
last modified time | relevance | path

Searched defs:tabstrip (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dtab_strip_model_unittest.cc401 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
597 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
657 static int GetInsertionIndex(TabStripModel* tabstrip, in GetInsertionIndex()
663 static void InsertTabContentses(TabStripModel* tabstrip, in InsertTabContentses()
678 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
701 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
723 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
752 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
834 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
909 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local
[all …]
Dtab_strip_model_order_controller.cc13 TabStripModel* tabstrip) in TabStripModelOrderController()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtab_strip_factory.cc22 TouchTabStrip* tabstrip = new TouchTabStrip(tabstrip_controller); in CreateTabStrip() local
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip_factory.cc22 BaseTabStrip* tabstrip = NULL; in CreateTabStrip() local
Ddragged_tab_controller.cc181 int MajorAxisValue(const gfx::Point& point, BaseTabStrip* tabstrip) { in MajorAxisValue()
825 BaseTabStrip* tabstrip, in GetTabStripIfItContains()
1092 BaseTabStrip* tabstrip) { in GetTabsMatchingDraggedContents()
Dbrowser_tab_strip_controller.cc150 void BrowserTabStripController::InitFromModel(BaseTabStrip* tabstrip) { in InitFromModel()
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc319 TabStripGtk* tabstrip, const gfx::Point& screen_point) const { in GetTabStripIfItContains()
438 TabStripGtk* tabstrip, const gfx::Point& screen_point) { in ConvertScreenPointToTabStripPoint()
726 GtkWidget* tabstrip = source_tabstrip_->widget(); in HideWindow() local
732 GtkWidget* tabstrip = source_tabstrip_->widget(); in ShowWindow() local
Dtab_strip_gtk.cc124 TabAnimation(TabStripGtk* tabstrip, Type type) in TabAnimation()
157 static double GetCurrentTabWidth(TabStripGtk* tabstrip, in GetCurrentTabWidth()
261 explicit InsertTabAnimation(TabStripGtk* tabstrip, int index) in InsertTabAnimation()
321 RemoveTabAnimation(TabStripGtk* tabstrip, int index, TabContents* contents) in RemoveTabAnimation()
407 MoveTabAnimation(TabStripGtk* tabstrip, int tab_a_index, int tab_b_index) in MoveTabAnimation()
462 explicit ResizeLayoutAnimation(TabStripGtk* tabstrip) in ResizeLayoutAnimation()
524 explicit MiniTabAnimation(TabStripGtk* tabstrip, int index) in MiniTabAnimation()
584 explicit MiniMoveAnimation(TabStripGtk* tabstrip, in MiniMoveAnimation()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_root_view.cc139 AbstractTabStripView* BrowserRootView::tabstrip() const { in tabstrip() function in BrowserRootView
Dbrowser_view.h136 AbstractTabStripView* tabstrip() const { return tabstrip_; } in tabstrip() function
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h153 TabStripGtk* tabstrip() const { return tabstrip_.get(); } in tabstrip() function