Searched defs:tab_strip_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.h22 void set_tab_strip(TabStrip* tab_strip) { tab_strip_ = tab_strip; }
58 TabStrip* tab_strip_; member in class:FakeBaseTabStripController
H A Dtab_strip_unittest.cc40 : tab_strip_(tab_strip),
46 tab_strip_->AddObserver(this);
50 if (tab_strip_)
51 tab_strip_->RemoveObserver(this);
79 tab_strip_ = NULL;
82 TabStrip* tab_strip_; member in class:TestTabStripObserver
96 tab_strip_(NULL) {
105 tab_strip_ = new TabStrip(controller_);
106 controller_->set_tab_strip(tab_strip_);
108 parent_.AddChildView(tab_strip_);
165 TabStrip* tab_strip_; member in class:TabStripTest
[all...]
H A Dtab_strip.cc142 TabStrip* tab_strip() { return tab_strip_; }
146 TabStrip* const tab_strip_; member in class:__anon5364::TabAnimationDelegate
153 : tab_strip_(tab_strip),
162 tab_->SetVisible(tab_strip_->ShouldTabBeVisible(tab_));
269 TabStrip* tab_strip_; member in class:NewTabButton
282 tab_strip_(tab_strip),
332 if (tab_strip_->SizeTabButtonToTopOfTabStrip()) {
370 } else if (tab_strip_->controller()->IsIncognito()) {
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.h79 TabStrip* tab_strip_; member in class:views::TabbedPane
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.h62 tab_strip_ = tab_strip;
143 TabStrip* tab_strip_; member in class:BrowserViewLayout
H A Dbrowser_view_layout_unittest.cc135 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/chrome/browser/supervised_user/
H A Dsupervised_user_browsertest.cc162 : tab_strip_(tab_strip) {
163 tab_strip_->AddObserver(this);
167 tab_strip_->RemoveObserver(this);
173 TabStripModel* tab_strip_; member in class:__anon4731::MockTabStripModelObserver
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc59 tab_strip_(tab_strip) {
65 TabStripModel* tab_strip_to_delete = tab_strip_;
66 tab_strip_ = NULL;
73 TabStripModel* tab_strip_; member in class:__anon5173::DeleteWebContentsOnDestroyedObserver

Completed in 881 milliseconds