/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 401 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 …]
|
D | tab_strip_model_order_controller.cc | 13 TabStripModel* tabstrip) in TabStripModelOrderController()
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | tab_strip_factory.cc | 22 TouchTabStrip* tabstrip = new TouchTabStrip(tabstrip_controller); in CreateTabStrip() local
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab_strip_factory.cc | 22 BaseTabStrip* tabstrip = NULL; in CreateTabStrip() local
|
D | dragged_tab_controller.cc | 181 int MajorAxisValue(const gfx::Point& point, BaseTabStrip* tabstrip) { in MajorAxisValue() 825 BaseTabStrip* tabstrip, in GetTabStripIfItContains() 1092 BaseTabStrip* tabstrip) { in GetTabsMatchingDraggedContents()
|
D | browser_tab_strip_controller.cc | 150 void BrowserTabStripController::InitFromModel(BaseTabStrip* tabstrip) { in InitFromModel()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_controller_gtk.cc | 319 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
|
D | tab_strip_gtk.cc | 124 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/ |
D | browser_root_view.cc | 139 AbstractTabStripView* BrowserRootView::tabstrip() const { in tabstrip() function in BrowserRootView
|
D | browser_view.h | 136 AbstractTabStripView* tabstrip() const { return tabstrip_; } in tabstrip() function
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_window_gtk.h | 153 TabStripGtk* tabstrip() const { return tabstrip_.get(); } in tabstrip() function
|