Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:Browser

5 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_view.h"
16 #include "chrome/browser/bookmarks/bookmark_model.h"
17 #include "chrome/browser/bookmarks/bookmark_utils.h"
18 #include "chrome/browser/browser_shutdown.h"
19 #include "chrome/browser/extensions/extension_service.h"
20 #include "chrome/browser/metrics/user_metrics.h"
21 #include "chrome/browser/prefs/pref_service.h"
22 #include "chrome/browser/profiles/profile.h"
23 #include "chrome/browser/sync/sync_ui_util.h"
24 #include "chrome/browser/themes/theme_service.h"
25 #include "chrome/browser/ui/browser.h"
26 #include "chrome/browser/ui/view_ids.h"
27 #include "chrome/browser/ui/views/bookmarks/bookmark_context_menu.h"
28 #include "chrome/browser/ui/views/event_utils.h"
29 #include "chrome/browser/ui/views/frame/browser_view.h"
30 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
34 #include "content/browser/renderer_host/render_view_host.h"
35 #include "content/browser/renderer_host/render_widget_host_view.h"
36 #include "content/browser/tab_contents/page_navigator.h"
37 #include "content/browser/tab_contents/tab_contents.h"
339 BookmarkBarView::BookmarkBarView(Profile* profile, Browser* browser)
353 browser_(browser),
1239 // Browser may be null during testing.
1241 browser() ? browser()->GetSelectedTabContents() : NULL;