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

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.cc 14 : tabstrip_(tabstrip) {
15 tabstrip_->AddObserver(this);
19 tabstrip_->RemoveObserver(this);
25 int tab_count = tabstrip_->count();
32 tabstrip_->active_index() != -1) {
36 return tabstrip_->active_index() + 1;
38 content::WebContents* opener = tabstrip_->GetActiveWebContents();
41 int index = tabstrip_->GetIndexOfLastWebContentsOpenedBy(
42 opener, tabstrip_->active_index());
46 return tabstrip_->active_index() + 1
    [all...]
tab_strip_model_order_controller.h 42 TabStripModel* tabstrip_; member in class:TabStripModelOrderController
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 98 controller->tabstrip_->GetModelIndexOfTab(tab)));
104 controller_->tabstrip_->StopAllHighlighting();
139 controller_->tabstrip_->GetWidget()->GetAccelerator(browser_cmd,
151 controller_->tabstrip_->StopAllHighlighting();
159 controller_->tabstrip_->StopAllHighlighting();
185 tabstrip_(NULL),
209 tabstrip_ = tabstrip;
222 int model_index = tabstrip_->GetModelIndexOfTab(tab);
230 int model_index = tabstrip_->GetModelIndexOfTab(tab);
236 return IsTabPinned(tabstrip_->GetModelIndexOfTab(tab))
    [all...]
browser_tab_strip_controller.h 120 const TabStrip* tabstrip() const { return tabstrip_; }
127 // Invokes tabstrip_->SetTabData.
150 TabStrip* tabstrip_; member in class:BrowserTabStripController
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 393 tabstrip_(NULL),
445 if (tabstrip_) {
446 tabstrip_->parent()->RemoveChildView(tabstrip_);
449 delete tabstrip_;
450 tabstrip_ = NULL;
506 // We want to return tabstrip_->height(), but we might be called in the midst
509 return IsTabStripVisible() ? tabstrip_->GetPreferredSize().height() : 0;
    [all...]
browser_view.h 167 TabStrip* tabstrip() { return tabstrip_; }
598 // | | Tabs (tabstrip_) | |
629 TabStrip* tabstrip_; member in class:BrowserView

Completed in 1519 milliseconds