HomeSort by relevance Sort by last modified time
    Searched refs:bb_view_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 156 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...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 137 bb_view_.reset(new BookmarkBarView(browser_.get(), NULL));
138 bb_view_->set_owned_by_client();
139 bb_view_->SetPageNavigator(&navigator_);
155 tmp_parent.AddChildView(bb_view_.get());
157 bb_view_pref_ = bb_view_->GetPreferredSize();
162 bb_view_->SetBounds(0, 0, bb_view_pref_.width(), bb_view_pref_.height());
163 bb_view_->Layout();
166 tmp_parent.RemoveChildView(bb_view_.get());
176 bb_view_.reset();
192 return bb_view_.get()
205 scoped_ptr<BookmarkBarView> bb_view_; member in class:BookmarkBarViewEventTestBase
    [all...]

Completed in 36 milliseconds