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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 32 : tab_strip_(tab_strip),
38 tab_strip_->AddObserver(this);
42 if (tab_strip_)
43 tab_strip_->RemoveObserver(this);
71 tab_strip_ = NULL;
74 TabStrip* tab_strip_; member in class:TestTabStripObserver
88 tab_strip_ = new TabStrip(controller_);
89 controller_->set_tab_strip(tab_strip_);
91 parent_.AddChildView(tab_strip_);
96 // is in |tab_strip_| coordinates
108 TabStrip* tab_strip_; member in class:TabStripTest
    [all...]
fake_base_tab_strip_controller.cc 11 : tab_strip_(NULL),
21 tab_strip_->AddTabAt(index, TabRendererData(), is_active);
28 tab_strip_->RemoveTabAt(index);
fake_base_tab_strip_controller.h 22 void set_tab_strip(TabStrip* tab_strip) { tab_strip_ = tab_strip; }
55 TabStrip* tab_strip_; member in class:FakeBaseTabStripController
tab_strip.cc 326 TabStrip* tab_strip_; member in class:NewTabButton
339 tab_strip_(tab_strip),
352 return !tab_strip_->SizeTabButtonToTopOfTabStrip();
418 } else if (tab_strip_->controller()->IsIncognito()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc 123 tab_strip_(NULL),
152 tab_strip_ = tab_strip;
168 tab_strip_->GetMinimumSize() : gfx::Size());
263 if (ConvertedHitTest(parent, tab_strip_, &test_point)) {
264 if (tab_strip_->IsPositionInWindowCaption(test_point))
274 (tab_strip_->y() + kTabShadowSize))) {
328 int x = tab_strip_->GetMirroredX() +
331 tab_strip_->SetBackgroundOffset(
381 tab_strip_->SetVisible(false);
382 tab_strip_->SetBounds(0, 0, 0, 0)
    [all...]
browser_view_layout.h 62 tab_strip_ = tab_strip;
147 TabStrip* tab_strip_; member in class:BrowserViewLayout
browser_view_layout_unittest.cc 131 tab_strip_(NULL),
143 TabStrip* tab_strip() { return tab_strip_; }
158 tab_strip_ = new TabStrip(NULL);
159 top_container_->AddChildView(tab_strip_);
180 tab_strip_,
195 TabStrip* tab_strip_; member in class:BrowserViewLayoutTest
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane.cc 253 tab_strip_(new TabStrip(this)),
257 AddChildView(tab_strip_);
271 DCHECK_EQ(tab_strip_->child_count(), contents_->child_count());
281 AddTabAtIndex(tab_strip_->child_count(), title, contents);
290 tab_strip_->AddChildViewAt(new Tab(this, title, contents), index);
309 tab_strip_->SchedulePaint();
324 const int index = tab_strip_->GetIndexOf(tab);
333 size.Enlarge(0, tab_strip_->GetPreferredSize().height());
338 return static_cast<Tab*>(tab_strip_->child_at(index));
342 const gfx::Size size = tab_strip_->GetPreferredSize()
    [all...]
tabbed_pane.h 81 TabStrip* tab_strip_; member in class:views::TabbedPane
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 59 tab_strip_(tab_strip) {
69 TabStripModel* tab_strip_to_delete = tab_strip_;
70 tab_strip_ = NULL;
78 TabStripModel* tab_strip_; member in class:__anon8678::DeleteWebContentsOnDestroyedObserver
    [all...]

Completed in 609 milliseconds