Searched refs:tabstrip_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_order_controller.cc14 : tabstrip_(tabstrip),
16 tabstrip_->AddObserver(this);
20 tabstrip_->RemoveObserver(this);
27 int tab_count = tabstrip_->count();
33 if (transition == PageTransition::LINK && tabstrip_->active_index() != -1) {
38 return tabstrip_->active_index() + delta;
41 &tabstrip_->GetSelectedTabContents()->controller();
46 index = tabstrip_->GetIndexOfLastTabContentsOpenedBy(
47 opener, tabstrip_->active_index());
49 index = tabstrip_
[all...]
H A Dtab_strip_model_order_controller.h57 TabStripModel* tabstrip_; member in class:TabStripModelOrderController
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc42 controller->tabstrip_->GetModelIndexOfBaseTab(tab))),
51 controller_->tabstrip_->StopAllHighlighting();
80 controller_->tabstrip_->GetWidget()->GetAccelerator(browser_cmd,
93 controller_->tabstrip_->StopAllHighlighting();
101 controller_->tabstrip_->StopAllHighlighting();
131 tabstrip_(NULL),
151 tabstrip_ = tabstrip;
161 int model_index = tabstrip_->GetModelIndexOfBaseTab(tab);
169 int model_index = tabstrip_->GetModelIndexOfBaseTab(tab);
177 int model_index = tabstrip_
[all...]
H A Dbase_tab_strip.cc50 : tabstrip_(tab_strip),
76 tabstrip_->RemoveAndDeleteTab(tab_);
84 if (tabstrip_->IsDragSessionActive() ||
85 !tabstrip_->ShouldHighlightCloseButtonAfterRemove()) {
92 views::Widget* widget = tabstrip_->GetWidget();
112 BaseTabStrip* tabstrip_; member in class:BaseTabStrip::RemoveTabDelegate
H A Dbrowser_tab_strip_controller.h100 // Invokes tabstrip_->SetTabData.
119 BaseTabStrip* tabstrip_; member in class:BrowserTabStripController
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc125 : tabstrip_(tabstrip),
181 tabstrip_->AnimationLayout(end_unselected_width_);
185 tabstrip_->FinishAnimation(this, layout_on_completion_);
217 tabstrip_->GetDesiredTabWidths(start_tab_count, start_mini_count,
230 tabstrip_->GenerateIdealBounds();
231 tabstrip_->GetDesiredTabWidths(end_tab_count, end_mini_count,
236 TabStripGtk* tabstrip_; member in class:TabStripGtk::TabAnimation
278 bool is_selected = tabstrip_->model()->active_index() == index;
280 if (index < tabstrip_->GetMiniTabCount()) {
298 if (tabstrip_
[all...]
H A Dtab_strip_gtk.h52 GtkWidget* widget() const { return tabstrip_.get(); }
425 OwnedWidgetGtk tabstrip_; member in class:TabStripGtk
H A Ddragged_tab_controller_gtk.cc323 gtk_util::GetWidgetScreenBounds(tabstrip->tabstrip_.get());
440 gtk_util::GetWidgetScreenPosition(tabstrip->tabstrip_.get());
513 gtk_util::GetWidgetScreenBounds(attached_tabstrip_->tabstrip_.get());
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc44 : tabstrip_(NULL),
63 tabstrip_->GetMinimumSize() : gfx::Size());
125 views::View::ConvertPointToView(browser_view_, tabstrip_, &tabstrip_point);
126 return tabstrip_->IsPositionInWindowCaption(tabstrip_point);
147 views::View::ConvertPointToView(parent, tabstrip_,
149 if (tabstrip_->HitTest(point_in_tabstrip_coords)) {
150 if (tabstrip_->IsPositionInWindowCaption(point_in_tabstrip_coords))
160 (tabstrip_->y() + kTabShadowSize))) {
206 tabstrip_ = NULL;
235 tabstrip_
[all...]
H A Dbrowser_view_layout.h110 AbstractTabStripView* tabstrip_; member in class:BrowserViewLayout
H A Dbrowser_view.cc301 tabstrip_(NULL),
346 if (tabstrip_) {
347 tabstrip_->parent()->RemoveChildView(tabstrip_);
348 delete tabstrip_;
349 tabstrip_ = NULL;
382 toolbar_bounds.Inset(tabstrip_->x() - toolbar_bounds.x(), 0, 0, 0);
401 // We want to return tabstrip_->height(), but we might be called in the midst
404 return IsTabStripVisible() ? tabstrip_->GetPreferredSize().height() : 0;
901 return tabstrip_
[all...]
H A Dbrowser_view.h136 AbstractTabStripView* tabstrip() const { return tabstrip_; }
564 // (1) - tabstrip_, default position
565 // (2) - tabstrip_, position when side tabs are enabled
580 AbstractTabStripView* tabstrip_; member in class:BrowserView
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc92 tabstrip_->SetVisible(false);
93 tabstrip_->SetBounds(0, 0, 0, 0);
98 browser_view_->frame()->GetBoundsForTabStrip(tabstrip_));
156 tabstrip_->SetVisible(true);
170 tabstrip_->GetPreferredSize().width());
171 tabstrip_->SetBounds(bounds.x(), bounds.y(), tabstrip_w,
181 int tabstrip_max_x = tabstrip_->bounds().right();
200 tabstrip_->SetVisible(true);
210 tabstrip_->SetBounds(bounds.x(), bounds.y(),
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h153 TabStripGtk* tabstrip() const { return tabstrip_.get(); }
464 scoped_ptr<TabStripGtk> tabstrip_; member in class:BrowserWindowGtk
H A Dbrowser_window_gtk.cc664 tabstrip_->StopAnimation();
772 tabstrip_->UpdateLoadingAnimations();
1369 tabstrip_->Hide();
1433 if (tabstrip_->IsDragSessionActive())
1611 tabstrip_.reset(new TabStripGtk(browser_->tabstrip_model(), this));
1612 tabstrip_->Init();
1700 tabstrip_.get()));
2197 tabstrip_->Show();
2211 tabstrip_->Hide();

Completed in 145 milliseconds