Searched refs:OnPerformDrop (Results 1 - 22 of 22) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.h37 virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
H A Dbrowser_root_view.cc86 int BrowserRootView::OnPerformDrop(const views::DropTargetEvent& event) { function in class:BrowserRootView
109 return tabstrip()->OnPerformDrop(*mapped_event);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view.h183 virtual int OnPerformDrop(const views::DropTargetEvent& event) = 0;
H A Dautocomplete_edit_unittest.cc67 virtual int OnPerformDrop(const views::DropTargetEvent& event) { return 0; } function in class:__anon1692::TestingAutocompleteEditView
H A Dautocomplete_edit_view_views.h123 virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
H A Dautocomplete_edit_view_gtk.h150 virtual int OnPerformDrop(const views::DropTargetEvent& event);
H A Dautocomplete_edit_view_views.cc546 int AutocompleteEditViewViews::OnPerformDrop( function in class:AutocompleteEditViewViews
H A Dautocomplete_edit_view_win.h144 virtual int OnPerformDrop(const views::DropTargetEvent& event);
H A Dautocomplete_edit_view_gtk.cc858 int AutocompleteEditViewGtk::OnPerformDrop( function in class:AutocompleteEditViewGtk
H A Dautocomplete_edit_view_win.cc962 int AutocompleteEditViewWin::OnPerformDrop( function in class:AutocompleteEditViewWin
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.h67 virtual int OnPerformDrop(views::MenuItemView* menu,
H A Dbrowser_action_overflow_menu_controller.cc161 int BrowserActionOverflowMenuController::OnPerformDrop( function in class:BrowserActionOverflowMenuController
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.h100 virtual int OnPerformDrop(views::MenuItemView* menu,
H A Dbookmark_bar_view.h135 virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
H A Dbookmark_menu_controller_views.cc182 int BookmarkMenuController::OnPerformDrop(MenuItemView* menu, function in class:BookmarkMenuController
H A Dbookmark_bar_view.cc633 int BookmarkBarView::OnPerformDrop(const DropTargetEvent& event) { function in class:BookmarkBarView
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.h80 virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
H A Dtab_strip.cc374 int TabStrip::OnPerformDrop(const DropTargetEvent& event) { function in class:TabStrip
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.h127 virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
H A Dtoolbar_view.cc553 int ToolbarView::OnPerformDrop(const views::DropTargetEvent& event) { function in class:ToolbarView
554 return location_bar_->location_entry()->OnPerformDrop(event);
H A Dbrowser_actions_container.h334 virtual int OnPerformDrop(const views::DropTargetEvent& event) OVERRIDE;
H A Dbrowser_actions_container.cc659 int BrowserActionsContainer::OnPerformDrop( function in class:BrowserActionsContainer

Completed in 129 milliseconds