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

/external/chromium_org/chrome/browser/ui/views/tabs/
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 Dfake_base_tab_strip_controller.cc11 : tab_strip_(NULL),
21 tab_strip_->AddTabAt(index, TabRendererData(), is_active);
28 tab_strip_->RemoveTabAt(index);
132 tab_strip_->FileSupported(url, true);
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.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/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc126 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_
[all...]
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
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.cc242 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_
[all...]
H A Dtabbed_pane.h79 TabStrip* tab_strip_; member in class:views::TabbedPane
/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 2939 milliseconds