Searched defs:BookmarkBarInstructionsView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.h21 // BookmarkBarInstructionsView is a child of the bookmark bar that is visible
23 // BookmarkBarInstructionsView shows a description of the bookmarks bar along
26 class BookmarkBarInstructionsView : public views::View, class in inherits:views::View,views::LinkListener,views::ContextMenuController
30 explicit BookmarkBarInstructionsView(
64 DISALLOW_COPY_AND_ASSIGN(BookmarkBarInstructionsView);
H A Dbookmark_bar_instructions_view.cc27 BookmarkBarInstructionsView::BookmarkBarInstructionsView( function in class:BookmarkBarInstructionsView
51 gfx::Size BookmarkBarInstructionsView::GetPreferredSize() const {
71 void BookmarkBarInstructionsView::Layout() {
90 void BookmarkBarInstructionsView::OnThemeChanged() {
94 void BookmarkBarInstructionsView::ViewHierarchyChanged(
100 void BookmarkBarInstructionsView::GetAccessibleState(
105 void BookmarkBarInstructionsView::LinkClicked(views::Link* source,
110 void BookmarkBarInstructionsView::ShowContextMenuForView(
118 void BookmarkBarInstructionsView
[all...]

Completed in 472 milliseconds