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

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.h 18 @interface BookmarkBarView : BackgroundGradientView {
35 @interface BookmarkBarView() // TestingOrInternalAPI
bookmark_bar_toolbar_view.h 19 @class BookmarkBarView;
bookmark_bar_controller.h 25 @class BookmarkBarView;
214 IBOutlet BookmarkBarView* buttonView_; // Contains 'no items' text fields.
378 - (BookmarkBarView*)buttonView;
  /external/chromium/chrome/browser/ui/views/bookmarks/
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...]
bookmark_bar_view_unittest.cc 24 BookmarkBarView bookmark_bar(profile(), browser());
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_menu_controller_views.h 19 class BookmarkBarView;
63 void RunMenuAt(BookmarkBarView* bookmark_bar, bool for_drop);
194 BookmarkBarView* bookmark_bar_;
bookmark_context_menu_test.cc 52 BookmarkBarView::testing_ = true;
66 BookmarkBarView::testing_ = false;
bookmark_menu_controller_views.cc 53 void BookmarkMenuController::RunMenuAt(BookmarkBarView* bookmark_bar,
97 return BookmarkBarView::CreateToolTipForURLAndTitle(
bookmark_bar_view_test.cc 123 // to exercise View's menus, but that's easier done with BookmarkBarView rather
162 BookmarkBarView::testing_ = true;
172 bb_view_ = new BookmarkBarView(profile_.get(), NULL);
180 // BookmarkBarView::Layout does nothing if the parent is NULL and
182 // BookmarkBarView to a dumby view as the parent.
185 // be dependant upon any of the layout code in BookmarkBarView. Instead
207 BookmarkBarView::testing_ = false;
226 BookmarkBarView* bb_view_;
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.h 14 class BookmarkBarView;
116 BookmarkBarView* active_bookmark_bar_;
browser_view.h 42 class BookmarkBarView;
314 virtual BookmarkBarView* GetBookmarkBarView() const OVERRIDE;
586 scoped_ptr<BookmarkBarView> bookmark_bar_view_;
browser_view.cc 210 static_cast<double>(BookmarkBarView::kNewtabHorizontalPadding) *
213 static_cast<double>(BookmarkBarView::kNewtabVerticalPadding) *
883 // Explicitly delete the BookmarkBarView now. That way we don't have to
884 // worry about the BookmarkBarView potentially outliving the Browser &
    [all...]
browser_view_layout.cc 93 // based on the TabContentsContainer since the BookmarkBarView may
96 // BookmarkBarView is not _visually_ connected to the Toolbar.
229 active_bookmark_bar_ = static_cast<BookmarkBarView*>(view);
  /external/chromium/chrome/browser/ui/
browser_window.h 347 class BookmarkBarView;
360 // Returns the BookmarkBarView.
361 virtual BookmarkBarView* GetBookmarkBarView() const = 0;
  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller_unittest.cc 47 BookmarkBarView::testing_ = true;
61 BookmarkBarView::testing_ = false;
  /external/chromium/chrome/browser/accessibility/
browser_views_accessibility_browsertest.cc 74 // Retrieves and initializes an instance of BookmarkBarView.
75 BookmarkBarView* GetBookmarkBarView() {
  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 113 int offset = BookmarkBarView::kNewtabBarHeight;
505 // BookmarkBarView::Paint for how we do this for the bookmark bar

Completed in 794 milliseconds