HomeSort by relevance Sort by last modified time
    Searched refs:tabstrip (Results 51 - 75 of 75) sorted by null

1 23

  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 49 // Spacing between consecutive tabs in the tabstrip.
331 // Create tabstrip (used only for Chrome-theme mode).
332 GtkWidget* tabstrip = gtk_hbox_new(FALSE, kInterTabSpacing); local
341 gtk_container_add(GTK_CONTAINER(tabstrip_alignment_), tabstrip); local
344 gtk_box_pack_start(GTK_BOX(tabstrip),
347 gtk_box_pack_start(GTK_BOX(tabstrip),
652 GtkWidget* tabstrip = gtk_bin_get_child(GTK_BIN(tabstrip_alignment_)); local
653 GList* tabs = gtk_container_get_children(GTK_CONTAINER(tabstrip));
678 // Draw the shadow for the inactive part of the tabstrip.
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 68 // The OTR avatar ends 2 px above the bottom of the tabstrip (which, given the
69 // way the tabstrip draws its bottom edge, will appear like a 1 px gap to the
73 // it on the left, and between it and the tabstrip on the right).
75 // The top 1 px of the tabstrip is shadow; in maximized mode we push this off
86 // How far to indent the tabstrip from the left side of the screen when there
89 // Inset from the top of the toolbar/tabstrip to the shadow. Used only for
224 views::View* tabstrip) const {
225 if (!tabstrip)
229 gfx::Size ps = tabstrip->GetPreferredSize();
243 std::max(0, tabstrip_width), tabstrip->GetPreferredSize().height())
    [all...]
browser_view.h 75 // including the TabStrip, toolbars, download shelves, the content area etc.
122 // Returns the preferred height of the TabStrip. Used to position the OTR
135 // Accessor for the TabStrip.
136 AbstractTabStripView* tabstrip() const { return tabstrip_; } function in class:BrowserView
144 // Returns true if the vertical tabstrip is in use.
413 // Initializes a new TabStrip for the browser view. This can be performed
415 // mode for the tabstrip changes from horizontal to vertical.
579 // The TabStrip.
app_panel_browser_frame_view.cc 92 views::View* tabstrip) const {
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 141 // When we get here the TabStrip is being deleted. We need to explicitly
142 // cancel the menu, otherwise it may try to invoke something on the tabstrip
150 void BrowserTabStripController::InitFromModel(BaseTabStrip* tabstrip) {
151 tabstrip_ = tabstrip;
446 // possibly before the tabstrip has processed the change.
448 // closeable state, and then schedule paint for entire tabstrip.
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 183 // When we get here the TabStrip is being deleted. We need to explicitly
184 // cancel the menu, otherwise it may try to invoke something on the tabstrip
192 void BrowserTabStripController::InitFromModel(TabStrip* tabstrip) {
193 tabstrip_ = tabstrip;
341 bool BrowserTabStripController::IsCompatibleWith(TabStrip* other) const {
372 // revealed if the user is attempting to attach a tab to a tabstrip
tab_drag_controller.cc 413 TabStrip* source_tabstrip,
463 bool TabDragController::IsAttachedTo(TabStrip* tab_strip) {
569 // otherwise the Tab isn't in the TabStrip.
771 TabStrip* target_tabstrip = detach_behavior_ == DETACHABLE ?
825 TabStrip* target_tabstrip,
    [all...]
tab_drag_controller_interactive_uitest.cc 136 TabStrip* GetTabStripForBrowser(Browser* browser) {
138 return static_cast<TabStrip*>(browser_view->tabstrip());
166 void TabDragControllerTest::StopAnimating(TabStrip* tab_strip) {
200 int GetDetachY(TabStrip* tab_strip) {
380 TabStrip* tab_strip = GetTabStripForBrowser(browser());
397 TabStrip* not_attached_tab_strip,
398 TabStrip* target_tab_strip) {
422 TabStrip* tab_strip = GetTabStripForBrowser(browser());
429 TabStrip* tab_strip2 = GetTabStripForBrowser(browser2)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 153 TabStripGtk* tabstrip() const { return tabstrip_.get(); } function in class:BrowserWindowGtk
394 // in this window. (For example, a popup window might not support a tabstrip).
browser_titlebar.cc 62 // it on the left, and between it and the tabstrip on the right).
89 // Spacing between tabstrip and window control buttons (when the window is
323 browser_window_->tabstrip()->widget());
335 browser_window_->tabstrip()->widget(), FALSE, FALSE, 0);
622 browser_window_->tabstrip()->SetVerticalOffset(vertical_offset);
    [all...]
browser_toolbar_gtk.cc 464 window_->tabstrip()->GetTabStripOriginForWidget(widget);
browser_window_gtk.cc 410 // Draw the shadow above the toolbar. Tabs on the tabstrip will draw over us.
    [all...]
find_bar_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_non_client_frame_view_ash.cc 265 views::View* tabstrip) const {
browser_desktop_root_window_host_win.cc 273 browser_frame_->GetBoundsForTabStrip(browser_view_->tabstrip()));
browser_frame_win.cc 442 browser_frame_->GetBoundsForTabStrip(browser_view_->tabstrip()));
browser_view.h 55 class TabStrip;
90 // including the TabStrip, toolbars, download shelves, the content area etc.
155 // Returns the preferred height of the TabStrip. Used to position the OTR
165 // Container for the tabstrip, toolbar, etc.
168 // Accessor for the TabStrip.
169 TabStrip* tabstrip() { return tabstrip_; } function in class:BrowserView
654 // The TabStrip.
655 TabStrip* tabstrip_;
app_panel_browser_frame_view.cc 97 views::View* tabstrip) const {
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 203 TabStripGtk* tabstrip() const { return tabstrip_.get(); } function in class:BrowserWindowGtk
440 // in this window. (For example, a popup window might not support a tabstrip).
browser_titlebar.cc 78 // it on the left, and between it and the tabstrip on the right).
105 // Spacing between tabstrip and window control buttons (when the window is
358 browser_window_->tabstrip()->widget());
370 browser_window_->tabstrip()->widget(), FALSE, FALSE, 0);
694 browser_window_->tabstrip()->SetVerticalOffset(vertical_offset);
    [all...]
browser_toolbar_gtk.cc 515 window_->tabstrip()->GetTabStripOriginForWidget(widget);
browser_window_gtk.cc 376 // Draw the shadow above the toolbar. Tabs on the tabstrip will draw over us.
    [all...]
find_bar_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 63 TabStrip* GetTabStrip(Browser* browser) {
65 return BrowserView::GetBrowserViewForNativeWindow(window)->tabstrip();
171 TabStrip* tab_strip = GetTabStrip(browser);
348 // Confirm that very large swipes go to the beginning and and of the tabstrip.

Completed in 1462 milliseconds

1 23