Searched refs:tab_strip_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip_unittest.cc37 : tab_strip_(tab_strip),
43 tab_strip_->AddObserver(this);
47 if (tab_strip_)
48 tab_strip_->RemoveObserver(this);
76 tab_strip_ = NULL;
79 TabStrip* tab_strip_; member in class:TestTabStripObserver
93 tab_strip_ = new TabStrip(controller_);
94 controller_->set_tab_strip(tab_strip_);
96 parent_.AddChildView(tab_strip_);
120 // is in |tab_strip_| coordinate
132 TabStrip* tab_strip_; member in class:TabStripTest
[all...]
H A Dfake_base_tab_strip_controller.cc11 : tab_strip_(NULL),
21 tab_strip_->AddTabAt(index, TabRendererData(), is_active);
28 tab_strip_->RemoveTabAt(index);
129 tab_strip_->FileSupported(url, true);
H A Dfake_base_tab_strip_controller.h22 void set_tab_strip(TabStrip* tab_strip) { tab_strip_ = tab_strip; }
57 TabStrip* tab_strip_; member in class:FakeBaseTabStripController
H A Dtab_strip.cc344 TabStrip* tab_strip_; member in class:NewTabButton
357 tab_strip_(tab_strip),
374 return !tab_strip_->SizeTabButtonToTopOfTabStrip();
441 } else if (tab_strip_->controller()->IsIncognito()) {
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc144 tab_strip_(NULL),
173 tab_strip_ = tab_strip;
189 tab_strip_->GetMinimumSize() : gfx::Size());
286 if (ConvertedHitTest(parent, tab_strip_, &test_point)) {
287 if (tab_strip_->IsPositionInWindowCaption(test_point))
298 (tab_strip_->y() + kTabShadowSize))) {
353 int x = tab_strip_->GetMirroredX() +
357 tab_strip_->SetBackgroundOffset(gfx::Point(x, y));
409 tab_strip_->SetVisible(false);
410 tab_strip_
[all...]
H A Dbrowser_view_layout_unittest.cc135 tab_strip_(NULL),
147 TabStrip* tab_strip() { return tab_strip_; }
162 tab_strip_ = new TabStrip(NULL);
163 top_container_->AddChildView(tab_strip_);
184 tab_strip_,
199 TabStrip* tab_strip_; member in class:BrowserViewLayoutTest
H A Dbrowser_view_layout.h62 tab_strip_ = tab_strip;
143 TabStrip* tab_strip_; member in class:BrowserViewLayout
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc238 tab_strip_(new TabStrip(this)),
242 AddChildView(tab_strip_);
249 DCHECK_EQ(tab_strip_->child_count(), contents_->child_count());
259 AddTabAtIndex(tab_strip_->child_count(), title, contents);
268 tab_strip_->AddChildViewAt(new Tab(this, title, contents), index);
287 tab_strip_->SchedulePaint();
302 const int index = tab_strip_->GetIndexOf(tab);
311 size.Enlarge(0, tab_strip_->GetPreferredSize().height());
316 return static_cast<Tab*>(tab_strip_->child_at(index));
320 const gfx::Size size = tab_strip_
[all...]
H A Dtabbed_pane.h79 TabStrip* tab_strip_; member in class:views::TabbedPane
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc58 tab_strip_(tab_strip) {
64 TabStripModel* tab_strip_to_delete = tab_strip_;
65 tab_strip_ = NULL;
72 TabStripModel* tab_strip_; member in class:__anon6514::DeleteWebContentsOnDestroyedObserver

Completed in 83 milliseconds