Lines Matching defs:BookmarkMenuController

31 BookmarkMenuController::BookmarkMenuController(Browser* browser,
49 void BookmarkMenuController::RunMenuAt(BookmarkBarView* bookmark_bar,
72 void BookmarkMenuController::Cancel() {
76 MenuItemView* BookmarkMenuController::menu() const {
80 MenuItemView* BookmarkMenuController::context_menu() const {
84 void BookmarkMenuController::SetPageNavigator(PageNavigator* navigator) {
88 base::string16 BookmarkMenuController::GetTooltipText(int id,
93 bool BookmarkMenuController::IsTriggerableEvent(views::MenuItemView* menu,
98 void BookmarkMenuController::ExecuteCommand(int id, int mouse_event_flags) {
102 bool BookmarkMenuController::ShouldExecuteCommandWithoutClosingMenu(
107 bool BookmarkMenuController::GetDropFormats(
114 bool BookmarkMenuController::AreDropTypesRequired(MenuItemView* menu) {
118 bool BookmarkMenuController::CanDrop(MenuItemView* menu,
123 int BookmarkMenuController::GetDropOperation(
130 int BookmarkMenuController::OnPerformDrop(MenuItemView* menu,
139 bool BookmarkMenuController::ShowContextMenu(MenuItemView* source,
146 void BookmarkMenuController::DropMenuClosed(MenuItemView* menu) {
150 bool BookmarkMenuController::CanDrag(MenuItemView* menu) {
154 void BookmarkMenuController::WriteDragData(MenuItemView* sender,
159 int BookmarkMenuController::GetDragOperations(MenuItemView* sender) {
163 views::MenuItemView* BookmarkMenuController::GetSiblingMenu(
186 int BookmarkMenuController::GetMaxWidthForMenu(MenuItemView* view) {
190 void BookmarkMenuController::BookmarkModelChanged() {
195 BookmarkMenuController::~BookmarkMenuController() {