/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip_unittest.cc | 37 : 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_| coordinates 132 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); 129 tab_strip_->FileSupported(url, true);
|
fake_base_tab_strip_controller.h | 22 void set_tab_strip(TabStrip* tab_strip) { tab_strip_ = tab_strip; } 57 TabStrip* tab_strip_; member in class:FakeBaseTabStripController
|
tab_strip.cc | 140 TabStrip* tab_strip() { return tab_strip_; } 144 TabStrip* const tab_strip_; member in class:__anon9910::TabAnimationDelegate 151 : tab_strip_(tab_strip), 160 tab_->SetVisible(tab_strip_->ShouldTabBeVisible(tab_)); 266 TabStrip* tab_strip_; member in class:NewTabButton 279 tab_strip_(tab_strip), 296 return !tab_strip_->SizeTabButtonToTopOfTabStrip(); 350 } else if (tab_strip_->controller()->IsIncognito()) { [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view_layout.cc | 126 tab_strip_(NULL), 155 tab_strip_ = tab_strip; 171 tab_strip_->GetMinimumSize() : gfx::Size()); 268 if (ConvertedHitTest(parent, tab_strip_, &test_point)) { 269 if (tab_strip_->IsPositionInWindowCaption(test_point)) 280 (tab_strip_->y() + kTabShadowSize))) { 324 int x = tab_strip_->GetMirroredX() + 328 tab_strip_->SetBackgroundOffset(gfx::Point(x, y)); 382 tab_strip_->SetVisible(false); 383 tab_strip_->SetBounds(0, 0, 0, 0) [all...] |
browser_view_layout.h | 62 tab_strip_ = tab_strip; 143 TabStrip* tab_strip_; member in class:BrowserViewLayout
|
browser_view_layout_unittest.cc | 135 tab_strip_(NULL), 147 TabStrip* tab_strip() { return tab_strip_; } 161 tab_strip_ = new TabStrip(NULL); 162 top_container_->AddChildView(tab_strip_); 190 tab_strip_, 205 TabStrip* tab_strip_; member in class:BrowserViewLayoutTest
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
tabbed_pane.cc | 242 tab_strip_(new TabStrip(this)), 246 AddChildView(tab_strip_); 253 DCHECK_EQ(tab_strip_->child_count(), contents_->child_count()); 263 AddTabAtIndex(tab_strip_->child_count(), title, contents); 272 tab_strip_->AddChildViewAt(new Tab(this, title, contents), index); 291 tab_strip_->SchedulePaint(); 306 const int index = tab_strip_->GetIndexOf(tab); 315 size.Enlarge(0, tab_strip_->GetPreferredSize().height()); 320 return static_cast<Tab*>(tab_strip_->child_at(index)); 324 const gfx::Size size = tab_strip_->GetPreferredSize() [all...] |
tabbed_pane.h | 79 TabStrip* tab_strip_; member in class:views::TabbedPane
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_browsertest.cc | 166 : tab_strip_(tab_strip) { 167 tab_strip_->AddObserver(this); 171 tab_strip_->RemoveObserver(this); 177 TabStripModel* tab_strip_; member in class:__anon9287::MockTabStripModelObserver
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_unittest.cc | 58 tab_strip_(tab_strip) { 64 TabStripModel* tab_strip_to_delete = tab_strip_; 65 tab_strip_ = NULL; 72 TabStripModel* tab_strip_; member in class:__anon9725::DeleteWebContentsOnDestroyedObserver [all...] |