Searched refs:CanDrop (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_toolbar_button.cc68 bool WrenchToolbarButton::CanDrop(const ui::OSExchangeData& data) { function in class:WrenchToolbarButton
70 BrowserActionDragData::CanDrop(data,
72 views::View::CanDrop(data);
H A Dhome_button.h23 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;
H A Dwrench_toolbar_button.h41 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
H A Dhome_button.cc156 bool HomeButton::CanDrop(const OSExchangeData& data) { function in class:HomeButton
H A Dwrench_menu.h77 virtual bool CanDrop(views::MenuItemView* menu,
H A Dbrowser_actions_container.h215 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h30 static bool CanDrop(const ui::OSExchangeData& data, const Profile* profile);
H A Dbrowser_action_drag_data.cc39 bool BrowserActionDragData::CanDrop(const ui::OSExchangeData& data, function in class:BrowserActionDragData
H A Dbrowser_action_overflow_menu_controller.h72 virtual bool CanDrop(views::MenuItemView* menu,
H A Dbrowser_action_overflow_menu_controller.cc189 bool BrowserActionOverflowMenuController::CanDrop( function in class:BrowserActionOverflowMenuController
191 return BrowserActionDragData::CanDrop(data, owner_->profile());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.h35 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
H A Dbrowser_root_view.cc47 bool BrowserRootView::CanDrop(const ui::OSExchangeData& data) { function in class:BrowserRootView
/external/chromium_org/ui/views/widget/
H A Ddrop_helper.cc99 (!view->enabled() || !view->CanDrop(data))) {
109 (!check_can_drop || view->CanDrop(data))) {
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_view_drag_and_drop_test.cc78 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;
123 bool TestTargetView::CanDrop(const OSExchangeData& data) { function in class:__anon5307::TestTargetView
169 virtual bool CanDrop(views::MenuItemView* menu,
231 bool MenuViewDragAndDropTest::CanDrop(views::MenuItemView* menu, function in class:MenuViewDragAndDropTest
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc96 bool MenuDelegate::CanDrop(MenuItemView* menu, const OSExchangeData& data) { function in class:views::MenuDelegate
114 NOTREACHED() << "If you override CanDrop, you need to override this too";
121 NOTREACHED() << "If you override CanDrop, you need to override this too";
H A Dmenu_delegate.h165 virtual bool CanDrop(MenuItemView* menu, const OSExchangeData& data);
177 // only invoked if CanDrop returned true for the parent menu. position
186 // Invoked to perform the drop operation. This is ONLY invoked if CanDrop()
H A Dsubmenu_view.h73 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;
H A Dsubmenu_view.cc211 bool SubmenuView::CanDrop(const OSExchangeData& data) { function in class:views::SubmenuView
213 return GetMenuItem()->GetMenuController()->CanDrop(this, data);
H A Dmenu_controller.h144 bool CanDrop(SubmenuView* source, const ui::OSExchangeData& data);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc117 bool BookmarkMenuController::CanDrop(MenuItemView* menu, function in class:BookmarkMenuController
119 return menu_delegate_->CanDrop(menu, data);
H A Dbookmark_menu_controller_views.h91 virtual bool CanDrop(views::MenuItemView* menu,
H A Dbookmark_menu_delegate.h108 bool CanDrop(views::MenuItemView* menu, const ui::OSExchangeData& data);
H A Dbookmark_bar_view.h185 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_interactive_uitest.cc58 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE {
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h143 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;

Completed in 413 milliseconds

12