/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_org/chrome/browser/ui/tabs/ |
D | tab_strip_model_unittest.cc | 414 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local 646 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local 720 static int GetInsertionIndex(TabStripModel* tabstrip) { in GetInsertionIndex() 725 static void InsertWebContentses(TabStripModel* tabstrip, in InsertWebContentses() 743 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local 771 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local 853 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local 929 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local 980 TabStripModel tabstrip(&delegate, profile()); in TEST_F() local 1042 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/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()
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | tab_strip_factory.cc | 22 TouchTabStrip* tabstrip = new TouchTabStrip(tabstrip_controller); in CreateTabStrip() local
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | immersive_mode_controller_ash_unittest.cc | 101 TabStrip* tabstrip = browser_view()->tabstrip(); in TEST_F() local 290 TabStrip* tabstrip = browser_view()->tabstrip(); in TEST_F() local
|
D | browser_view_unittest.cc | 68 TabStrip* tabstrip = browser_view()->tabstrip(); in TEST_F() local
|
D | browser_root_view.cc | 181 TabStrip* BrowserRootView::tabstrip() const { in tabstrip() function in BrowserRootView
|
D | browser_view.h | 160 TabStrip* tabstrip() { return tabstrip_; } in tabstrip() function
|
D | browser_non_client_frame_view_ash.cc | 294 TabStrip* tabstrip = browser_view()->tabstrip(); in HitTestRect() local
|
D | glass_browser_frame_view.cc | 179 TabStrip* tabstrip = browser_view()->tabstrip(); in GetMinimumSize() local
|
D | opaque_browser_frame_view.cc | 307 TabStrip* tabstrip = browser_view()->tabstrip(); in HitTestRect() local
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
D | dragged_tab_controller_gtk.cc | 387 TabStripGtk* tabstrip, const gfx::Point& screen_point) const { in GetTabStripIfItContains() 514 TabStripGtk* tabstrip, const gfx::Point& screen_point) { in ConvertScreenPointToTabStripPoint() 626 TabStripGtk* tabstrip, WebContents* web_contents) { in GetTabMatchingDraggedContents() 632 TabStripGtk* tabstrip) { in GetTabsMatchingDraggedContents() 829 GtkWidget* tabstrip = source_tabstrip_->widget(); in HideWindow() local 835 GtkWidget* tabstrip = source_tabstrip_->widget(); in ShowWindow() local
|
D | tab_strip_gtk.cc | 145 TabAnimation(TabStripGtk* tabstrip, Type type) in TabAnimation() 178 static double GetCurrentTabWidth(TabStripGtk* tabstrip, in GetCurrentTabWidth() 282 InsertTabAnimation(TabStripGtk* tabstrip, int index) in InsertTabAnimation() 342 RemoveTabAnimation(TabStripGtk* tabstrip, int index, WebContents* contents) in RemoveTabAnimation() 428 MoveTabAnimation(TabStripGtk* tabstrip, int tab_a_index, int tab_b_index) in MoveTabAnimation() 485 explicit ResizeLayoutAnimation(TabStripGtk* tabstrip) in ResizeLayoutAnimation() 547 MiniTabAnimation(TabStripGtk* tabstrip, int index) in MiniTabAnimation() 607 MiniMoveAnimation(TabStripGtk* tabstrip, in MiniMoveAnimation()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | browser_tab_strip_controller.h | 120 const TabStrip* tabstrip() const { return tabstrip_; } in tabstrip() function
|
/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
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | browser_window_gtk.h | 209 TabStripGtk* tabstrip() const { return tabstrip_.get(); } in tabstrip() function
|
/external/chromium_org/chrome/browser/ui/gtk/website_settings/ |
D | website_settings_popup_gtk.cc | 332 GtkWidget* tabstrip = gtk_hbox_new(FALSE, kInterTabSpacing); in InitContents() local 652 GtkWidget* tabstrip = gtk_bin_get_child(GTK_BIN(tabstrip_alignment_)); in OnTabstripExpose() local
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
D | tabs_api.cc | 1178 TabStripModel* tabstrip = browser->tab_strip_model(); in RunImpl() local 1213 bool TabsHighlightFunction::HighlightTab(TabStripModel* tabstrip, in HighlightTab()
|