HomeSort by relevance Sort by last modified time
    Searched refs:tabstrip_ (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.cc 14 : 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_->GetIndexOfFirstTabContentsOpenedBy
    [all...]
tab_strip_model_order_controller.h 57 TabStripModel* tabstrip_; member in class:TabStripModelOrderController
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 42 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_->GetModelIndexOfBaseTab(tab)
    [all...]
base_tab_strip.cc 50 : 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
browser_tab_strip_controller.h 100 // Invokes tabstrip_->SetTabData.
119 BaseTabStrip* tabstrip_; member in class:BrowserTabStripController
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 125 : 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_->GetTabAt(index)->mini()
    [all...]
tab_strip_gtk.h 52 GtkWidget* widget() const { return tabstrip_.get(); }
425 OwnedWidgetGtk tabstrip_; member in class:TabStripGtk
dragged_tab_controller_gtk.cc 323 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/
browser_view_layout.cc 44 : 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_ = static_cast<AbstractTabStripView*>(view)
    [all...]
browser_view_layout.h 110 AbstractTabStripView* tabstrip_; member in class:BrowserViewLayout
browser_view.cc 301 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_->IsTabStripEditable()
    [all...]
browser_view.h 136 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/
browser_view.cc 92 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/
browser_window_gtk.h 153 TabStripGtk* tabstrip() const { return tabstrip_.get(); }
464 scoped_ptr<TabStripGtk> tabstrip_; member in class:BrowserWindowGtk
browser_window_gtk.cc 664 tabstrip_->StopAnimation();
772 tabstrip_->UpdateLoadingAnimations();
    [all...]

Completed in 382 milliseconds