HomeSort by relevance Sort by last modified time
    Searched defs:CanDrop (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 39 bool BrowserActionDragData::CanDrop(const ui::OSExchangeData& data,
browser_action_overflow_menu_controller.cc 189 bool BrowserActionOverflowMenuController::CanDrop(
191 return BrowserActionDragData::CanDrop(data, owner_->profile());
  /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.cc 156 bool HomeButton::CanDrop(const OSExchangeData& data) {
browser_actions_container.cc 444 bool BrowserActionsContainer::CanDrop(const OSExchangeData& data) {
445 return BrowserActionDragData::CanDrop(data, profile_);
    [all...]
wrench_menu.cc 921 bool WrenchMenu::CanDrop(MenuItemView* menu,
925 bookmark_menu_delegate_->CanDrop(menu, data);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc 47 bool BrowserRootView::CanDrop(const ui::OSExchangeData& data) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 117 bool BookmarkMenuController::CanDrop(MenuItemView* menu,
119 return menu_delegate_->CanDrop(menu, data);
bookmark_menu_delegate.cc 180 bool BookmarkMenuDelegate::CanDrop(MenuItemView* menu,
bookmark_bar_view.cc 861 bool BookmarkBarView::CanDrop(const ui::OSExchangeData& data) {
    [all...]
  /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";
submenu_view.cc 211 bool SubmenuView::CanDrop(const OSExchangeData& data) {
213 return GetMenuItem()->GetMenuController()->CanDrop(this, data);
menu_controller.cc 657 bool MenuController::CanDrop(SubmenuView* source, const OSExchangeData& data) {
658 return source->GetMenuItem()->GetDelegate()->CanDrop(source->GetMenuItem(),
    [all...]
  /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/app_list/views/
apps_grid_view.cc 915 bool AppsGridView::CanDrop(const OSExchangeData& data) {
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 828 bool Textfield::CanDrop(const OSExchangeData& data) {
837 DCHECK(CanDrop(event.data()));
863 DCHECK(CanDrop(event.data()));
    [all...]
  /external/chromium_org/ui/views/
view.cc     [all...]

Completed in 493 milliseconds