Home
last modified time | relevance | path

Searched refs:DRAG_NONE (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/views/extensions/
Dbrowser_action_overflow_menu_controller.cc152 return ui::DragDropTypes::DRAG_NONE; in GetDropOperation()
155 return ui::DragDropTypes::DRAG_NONE; in GetDropOperation()
167 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_root_view.cc76 return ui::DragDropTypes::DRAG_NONE; in OnDragUpdated()
88 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.cc221 return ui::DragDropTypes::DRAG_NONE; in PreferredDropOperation()
242 return ui::DragDropTypes::DRAG_NONE; in BookmarkDropOperation()
245 return ui::DragDropTypes::DRAG_NONE; in BookmarkDropOperation()
273 return ui::DragDropTypes::DRAG_NONE; in PerformBookmarkDrop()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc640 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
1110 return ui::DragDropTypes::DRAG_NONE; in GetDragOperationsForView()
1120 return ui::DragDropTypes::DRAG_NONE; in GetDragOperationsForView()
1457 return ui::DragDropTypes::DRAG_NONE; in CalculateDropOperation()
1465 return ui::DragDropTypes::DRAG_NONE; in CalculateDropOperation()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h175 DRAG_AUTO, DRAG_NONE, DRAG_ELEMENT enumerator
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_strip.cc376 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
387 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_views.cc549 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
Dautocomplete_edit_view_gtk.cc76 return ui::DragDropTypes::DRAG_NONE; in CopyOrLinkDragOperation()
876 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
Dautocomplete_edit_view_win.cc84 return ui::DragDropTypes::DRAG_NONE; in CopyOrLinkDragOperation()
999 return ui::DragDropTypes::DRAG_NONE; in OnPerformDropImpl()
/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc1037 ui::DragDropTypes::DRAG_NONE); in WriteDragDataForView()
1053 ui::DragDropTypes::DRAG_NONE; in GetDragOperationsForView()
/external/chromium/chrome/browser/ui/views/
Dtoolbar_view.cc550 return ui::DragDropTypes::DRAG_NONE; in OnDragUpdated()
Dbrowser_actions_container.cc663 return ui::DragDropTypes::DRAG_NONE; in OnPerformDrop()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1784 case DRAG_NONE: in CSSPrimitiveValue()
1799 return DRAG_NONE; in EUserDrag()
/external/webkit/Source/WebCore/page/
DDragController.cpp597 …lement()->renderer() && mouseDownTarget.URLElement()->renderer()->style()->userDrag() != DRAG_NONE) in mayStartDragAtEventLocation()