Home
last modified time | relevance | path

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

12

/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_org/chrome/browser/ui/tabs/
Dtab_strip_model_unittest.cc414 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 …]
Dtab_strip_model_order_controller.cc13 TabStripModel* tabstrip) in TabStripModelOrderController()
/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()
/external/chromium/chrome/browser/ui/touch/tabs/
Dtab_strip_factory.cc22 TouchTabStrip* tabstrip = new TouchTabStrip(tabstrip_controller); in CreateTabStrip() local
/external/chromium_org/chrome/browser/ui/views/frame/
Dimmersive_mode_controller_ash_unittest.cc101 TabStrip* tabstrip = browser_view()->tabstrip(); in TEST_F() local
290 TabStrip* tabstrip = browser_view()->tabstrip(); in TEST_F() local
Dbrowser_view_unittest.cc68 TabStrip* tabstrip = browser_view()->tabstrip(); in TEST_F() local
Dbrowser_root_view.cc181 TabStrip* BrowserRootView::tabstrip() const { in tabstrip() function in BrowserRootView
Dbrowser_view.h160 TabStrip* tabstrip() { return tabstrip_; } in tabstrip() function
Dbrowser_non_client_frame_view_ash.cc294 TabStrip* tabstrip = browser_view()->tabstrip(); in HitTestRect() local
Dglass_browser_frame_view.cc179 TabStrip* tabstrip = browser_view()->tabstrip(); in GetMinimumSize() local
Dopaque_browser_frame_view.cc307 TabStrip* tabstrip = browser_view()->tabstrip(); in HitTestRect() local
/external/chromium_org/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc387 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
Dtab_strip_gtk.cc145 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/
Dbrowser_tab_strip_controller.h120 const TabStrip* tabstrip() const { return tabstrip_; } in tabstrip() function
/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
/external/chromium_org/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h209 TabStripGtk* tabstrip() const { return tabstrip_.get(); } in tabstrip() function
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
Dwebsite_settings_popup_gtk.cc332 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/
Dtabs_api.cc1178 TabStripModel* tabstrip = browser->tab_strip_model(); in RunImpl() local
1213 bool TabsHighlightFunction::HighlightTab(TabStripModel* tabstrip, in HighlightTab()

12