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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc 40 : 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...]
fake_base_tab_strip_controller.cc 11 : tab_strip_(NULL),
21 tab_strip_->AddTabAt(index, TabRendererData(), is_active);
28 tab_strip_->RemoveTabAt(index);
132 tab_strip_->FileSupported(url, true);
fake_base_tab_strip_controller.h 22 void set_tab_strip(TabStrip* tab_strip) { tab_strip_ = tab_strip; }
58 TabStrip* tab_strip_; member in class:FakeBaseTabStripController
tab_strip.cc 142 TabStrip* tab_strip() { return tab_strip_; }
146 TabStrip* const tab_strip_; member in class:__anon9989::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()) {
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller_unittest.mm 111 tab_strip_.reset(
113 [parent addSubview:tab_strip_.get()];
117 [tab_strip_ addSubview:new_tab_button.get()];
118 [tab_strip_ setNewTabButton:new_tab_button.get()];
124 initWithView:static_cast<TabStripView*>(tab_strip_.get())
153 tab_strip_.reset();
164 base::scoped_nsobject<TabStripView> tab_strip_;
227 const CGFloat min_y = NSMinY([tab_strip_.get() frame]) + 1;
338 NSArray* attrs = [tab_strip_ accessibilityAttributeNames];
345 [tab_strip_ accessibilityAttributeValue:NSAccessibilityContentsAttribute]
    [all...]
  /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/ui/views/frame/
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
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
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 162 : tab_strip_(tab_strip) {
163 tab_strip_->AddObserver(this);
167 tab_strip_->RemoveObserver(this);
173 TabStripModel* tab_strip_; member in class:__anon9356::MockTabStripModelObserver
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 59 tab_strip_(tab_strip) {
65 TabStripModel* tab_strip_to_delete = tab_strip_;
66 tab_strip_ = NULL;
73 TabStripModel* tab_strip_; member in class:__anon9798::DeleteWebContentsOnDestroyedObserver
    [all...]

Completed in 356 milliseconds