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

/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc156 bb_view_(NULL),
172 bb_view_ = new BookmarkBarView(profile_.get(), NULL);
173 bb_view_->SetPageNavigator(&navigator_);
189 tmp_parent.AddChildView(bb_view_);
191 bb_view_pref_ = bb_view_->GetPreferredSize();
193 views::TextButton* button = bb_view_->GetBookmarkButton(4);
196 bb_view_->SetBounds(0, 0, bb_view_pref_.width(), bb_view_pref_.height());
197 bb_view_->Layout();
200 tmp_parent.RemoveChildView(bb_view_);
217 return bb_view_;
226 BookmarkBarView* bb_view_; member in class:BookmarkBarViewEventTestBase
[all...]

Completed in 49 milliseconds