/external/chromium_org/ui/views/ |
D | button_drag_utils.cc | 32 SetDragImage(url, title, icon, press_pt, data, widget); in SetURLAndDragImage() 35 void SetDragImage(const GURL& url, in SetDragImage() function
|
D | button_drag_utils.h | 39 VIEWS_EXPORT void SetDragImage(const GURL& url,
|
/external/chromium_org/ui/base/dragdrop/ |
D | drag_utils_aura.cc | 20 data_object->provider().SetDragImage(image, cursor_offset); in SetDragImageOnDataObject()
|
D | drag_utils_win.cc | 82 data_object->provider().SetDragImage(image_skia, cursor_offset); in SetDragImageOnDataObject()
|
D | os_exchange_data_provider_aura.h | 57 virtual void SetDragImage(const gfx::ImageSkia& image,
|
D | os_exchange_data_provider_aurax11.h | 95 virtual void SetDragImage(const gfx::ImageSkia& image,
|
D | os_exchange_data_provider_aura.cc | 174 void OSExchangeDataProviderAura::SetDragImage( in SetDragImage() function in ui::OSExchangeDataProviderAura
|
D | os_exchange_data.h | 138 virtual void SetDragImage(const gfx::ImageSkia& image,
|
D | os_exchange_data_provider_win.h | 184 virtual void SetDragImage(const gfx::ImageSkia& image,
|
D | os_exchange_data_provider_aurax11.cc | 492 void OSExchangeDataProviderAuraX11::SetDragImage( in SetDragImage() function in ui::OSExchangeDataProviderAuraX11
|
D | os_exchange_data_provider_win.cc | 540 void OSExchangeDataProviderWin::SetDragImage( in SetDragImage() function in ui::OSExchangeDataProviderWin
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_whole_screen_move_loop.h | 55 void SetDragImage(const gfx::ImageSkia& image, gfx::Vector2dF offset);
|
D | x11_whole_screen_move_loop.cc | 279 void X11WholeScreenMoveLoop::SetDragImage(const gfx::ImageSkia& image, in SetDragImage() function in views::X11WholeScreenMoveLoop
|
D | desktop_drag_drop_client_aurax11.cc | 616 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/ |
D | bookmark_bar_view.cc | 1161 button_drag_utils::SetDragImage( in WriteDragDataForView()
|