HomeSort by relevance Sort by last modified time
    Searched refs:CanDrop (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_toolbar_button.cc 68 bool WrenchToolbarButton::CanDrop(const ui::OSExchangeData& data) {
70 BrowserActionDragData::CanDrop(data,
72 views::View::CanDrop(data);
home_button.h 23 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;
wrench_toolbar_button.h 41 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
home_button.cc 156 bool HomeButton::CanDrop(const OSExchangeData& data) {
wrench_menu.h 77 virtual bool CanDrop(views::MenuItemView* menu,
browser_actions_container.h 215 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 30 static bool CanDrop(const ui::OSExchangeData& data, const Profile* profile);
browser_action_drag_data.cc 39 bool BrowserActionDragData::CanDrop(const ui::OSExchangeData& data,
browser_action_overflow_menu_controller.h 72 virtual bool CanDrop(views::MenuItemView* menu,
browser_action_overflow_menu_controller.cc 189 bool BrowserActionOverflowMenuController::CanDrop(
191 return BrowserActionDragData::CanDrop(data, owner_->profile());
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 35 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
browser_root_view.cc 47 bool BrowserRootView::CanDrop(const ui::OSExchangeData& data) {
  /external/chromium_org/ui/views/widget/
drop_helper.cc 99 (!view->enabled() || !view->CanDrop(data))) {
109 (!check_can_drop || view->CanDrop(data))) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.h 91 virtual bool CanDrop(views::MenuItemView* menu,
bookmark_menu_controller_views.cc 117 bool BookmarkMenuController::CanDrop(MenuItemView* menu,
119 return menu_delegate_->CanDrop(menu, data);
bookmark_menu_delegate.h 108 bool CanDrop(views::MenuItemView* menu, const ui::OSExchangeData& data);
bookmark_bar_view.h 185 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 78 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;
123 bool TestTargetView::CanDrop(const OSExchangeData& data) {
169 virtual bool CanDrop(views::MenuItemView* menu,
231 bool MenuViewDragAndDropTest::CanDrop(views::MenuItemView* menu,
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 96 bool MenuDelegate::CanDrop(MenuItemView* menu, const OSExchangeData& data) {
114 NOTREACHED() << "If you override CanDrop, you need to override this too";
121 NOTREACHED() << "If you override CanDrop, you need to override this too";
menu_delegate.h 165 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()
submenu_view.h 73 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;
submenu_view.cc 211 bool SubmenuView::CanDrop(const OSExchangeData& data) {
213 return GetMenuItem()->GetMenuController()->CanDrop(this, data);
menu_controller.h 144 bool CanDrop(SubmenuView* source, const ui::OSExchangeData& data);
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 58 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE {
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 143 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;

Completed in 839 milliseconds

1 2