Home
last modified time | relevance | path

Searched refs:SetDragImage (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/views/
Dbutton_drag_utils.cc32 SetDragImage(url, title, icon, press_pt, data, widget); in SetURLAndDragImage()
35 void SetDragImage(const GURL& url, in SetDragImage() function
Dbutton_drag_utils.h39 VIEWS_EXPORT void SetDragImage(const GURL& url,
/external/chromium_org/ui/base/dragdrop/
Ddrag_utils_aura.cc20 data_object->provider().SetDragImage(image, cursor_offset); in SetDragImageOnDataObject()
Ddrag_utils_win.cc82 data_object->provider().SetDragImage(image_skia, cursor_offset); in SetDragImageOnDataObject()
Dos_exchange_data_provider_aura.h57 virtual void SetDragImage(const gfx::ImageSkia& image,
Dos_exchange_data_provider_aurax11.h95 virtual void SetDragImage(const gfx::ImageSkia& image,
Dos_exchange_data_provider_aura.cc174 void OSExchangeDataProviderAura::SetDragImage( in SetDragImage() function in ui::OSExchangeDataProviderAura
Dos_exchange_data.h138 virtual void SetDragImage(const gfx::ImageSkia& image,
Dos_exchange_data_provider_win.h184 virtual void SetDragImage(const gfx::ImageSkia& image,
Dos_exchange_data_provider_aurax11.cc492 void OSExchangeDataProviderAuraX11::SetDragImage( in SetDragImage() function in ui::OSExchangeDataProviderAuraX11
Dos_exchange_data_provider_win.cc540 void OSExchangeDataProviderWin::SetDragImage( in SetDragImage() function in ui::OSExchangeDataProviderWin
/external/chromium_org/ui/views/widget/desktop_aura/
Dx11_whole_screen_move_loop.h55 void SetDragImage(const gfx::ImageSkia& image, gfx::Vector2dF offset);
Dx11_whole_screen_move_loop.cc279 void X11WholeScreenMoveLoop::SetDragImage(const gfx::ImageSkia& image, in SetDragImage() function in views::X11WholeScreenMoveLoop
Ddesktop_drag_drop_client_aurax11.cc616 move_loop_.SetDragImage(source_provider_->GetDragImage(), in StartDragAndDrop()
621 move_loop_.SetDragImage(gfx::ImageSkia(), gfx::Vector2dF()); in StartDragAndDrop()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1161 button_drag_utils::SetDragImage( in WriteDragDataForView()