Searched refs:RunShellDrag (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/views/
H A Ddrag_utils.h26 VIEWS_EXPORT void RunShellDrag(gfx::NativeView view,
H A Ddrag_utils_aura.cc13 void RunShellDrag(gfx::NativeView view, function in namespace:views
H A Dview.cc2460 widget->RunShellDrag(this, data, widget_location, drag_operations, source);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.cc50 widget->RunShellDrag(NULL, data, gfx::Point(), operation, source);
54 views::RunShellDrag(view, data, gfx::Point(), operation, source);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_mac.h93 virtual void RunShellDrag(View* view,
H A Dnative_widget_private.h209 virtual void RunShellDrag(View* view,
H A Dnative_widget_aura.h119 virtual void RunShellDrag(View* view,
H A Dwidget.h568 void RunShellDrag(View* view,
575 // RunShellDrag(), or NULL if there is no such view or drag operation.
809 // Notification that the drag performed by RunShellDrag() has completed.
878 // Valid for the lifetime of RunShellDrag(), indicates the view the drag
H A Dnative_widget_aura.cc603 void NativeWidgetAura::RunShellDrag(View* view, function in class:views::NativeWidgetAura
609 views::RunShellDrag(window_, data, location, operation, source);
H A Dwidget.cc784 void Widget::RunShellDrag(View* view, function in class:views::Widget
791 native_widget_->RunShellDrag(view, data, location, operation, source);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h163 virtual void RunShellDrag(View* view,
H A Ddesktop_native_widget_aura.cc857 void DesktopNativeWidgetAura::RunShellDrag( function in class:views::DesktopNativeWidgetAura
863 views::RunShellDrag(content_window_, data, location, operation, source);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc997 item->GetWidget()->RunShellDrag(NULL, data, widget_loc, drag_ops,

Completed in 289 milliseconds