HomeSort by relevance Sort by last modified time
    Searched full:dragdata (Results 26 - 50 of 50) sorted by null

12

  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.h 124 typedef std::vector<TabDragData> DragData;
369 DragData drag_data_;
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 133 #include "core/platform/DragData.h"
    [all...]
WebPluginContainerImpl.cpp 718 WebDragData dragData = clipboard->dataObject();
723 m_webPlugin->handleDragStatusUpdate(dragStatus, dragData, dragOperationMask, dragLocation, dragScreenLocation);
WebViewImpl.h 457 const WebDragData& dragData,
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.h 223 scoped_ptr<DragData> drag_data_;
dragged_view_gtk.cc 54 DraggedViewGtk::DraggedViewGtk(DragData* drag_data,
dragged_tab_controller_gtk.cc 73 drag_data_.reset(new DragData(drag_data, source_tab_index));
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
drag-drop.jd 607 ClipData dragData = new ClipData(v.getTag(),ClipData.MIMETYPE_TEXT_PLAIN,item);
614 v.startDrag(dragData, // the data to be dragged
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 226 typedef std::vector<TabDragData> DragData;
568 DragData drag_data_;
tab_drag_controller.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp     [all...]
InputType.cpp 688 bool InputType::receiveDroppedFiles(const DragData*)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 364 void EventSender::doDragDrop(const WebDragData& dragData, WebDragOperationsMask mask)
370 currentDragData = dragData;
372 currentDragEffect = webview()->dragTargetDragEnter(dragData, clientPoint, screenPoint, currentDragEffectsAllowed, 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 335 virtual DragDestinationAction actionMaskForDrag(DragData*) OVERRIDE { return DragDestinationActionNone; }
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm     [all...]
bookmark_bar_controller.mm     [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.mm     [all...]
bookmark_bar_controller.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 35 third_party/WebKit/Source/core/platform/DragData.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 35 third_party/WebKit/Source/core/platform/DragData.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 35 third_party/WebKit/Source/core/platform/DragData.cpp \
    [all...]
webcore_platform.target.linux-arm.mk 35 third_party/WebKit/Source/core/platform/DragData.cpp \
    [all...]
webcore_platform.target.linux-mips.mk 35 third_party/WebKit/Source/core/platform/DragData.cpp \
    [all...]
webcore_platform.target.linux-x86.mk 35 third_party/WebKit/Source/core/platform/DragData.cpp \
    [all...]
core.gypi     [all...]

Completed in 1008 milliseconds

12