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

  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 38 // BookmarkBarView renders the BookmarkModel. Each starred entry on the
42 // BookmarkBarView shows the bookmarks from a specific Profile. BookmarkBarView
45 class BookmarkBarView : public DetachableToolbarView,
76 // reset the ModelChangeListener of the BookmarkBarView when it closes by way
90 BookmarkBarView(Profile* profile, Browser* browser);
91 virtual ~BookmarkBarView();
265 ShowFolderDropMenuTask(BookmarkBarView* view, const BookmarkNode* node)
284 BookmarkBarView* view_;
530 DISALLOW_COPY_AND_ASSIGN(BookmarkBarView);
    [all...]
bookmark_bar_view.cc 81 const int BookmarkBarView::kNewtabBarHeight = 57;
96 // BookmarkBarView.
140 if (BookmarkBarView::testing_) {
152 *tooltip = BookmarkBarView::CreateToolTipForURLAndTitle(location, url_,
181 if (BookmarkBarView::testing_) {
216 explicit OverFlowButton(BookmarkBarView* owner)
226 BookmarkBarView* owner_;
245 // Tracks drops on the BookmarkBarView.
247 struct BookmarkBarView::DropInfo {
279 // Coordinates of the drag (in terms of the BookmarkBarView)
    [all...]

Completed in 217 milliseconds