Home
last modified time | relevance | path

Searched refs:GetDragImage (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dlocation_icon_decoration.mm68 NSImage* LocationIconDecoration::GetDragImage() { function
82 // If GetDragImage has never been called, drag_frame_ has not been calculated.
84 GetDragImage();
Dlocation_icon_decoration.h25 virtual NSImage* GetDragImage() OVERRIDE;
Dev_bubble_decoration.h37 virtual NSImage* GetDragImage() OVERRIDE;
Dlocation_bar_decoration.h67 virtual NSImage* GetDragImage();
Dev_bubble_decoration.mm106 NSImage* EVBubbleDecoration::GetDragImage() { function
107 return location_icon_->GetDragImage();
Dlocation_bar_decoration.mm51 NSImage* LocationBarDecoration::GetDragImage() { function
Dautocomplete_text_field_cell.mm459 NSImage* image = decoration->GetDragImage();
/external/chromium_org/ash/drag_drop/
Ddrag_drop_controller.cc166 provider->GetDragImage().size().IsEmpty()) in StartDragAndDrop()
203 provider->GetDragImage().size()); in StartDragAndDrop()
205 drag_image_->SetImage(provider->GetDragImage()); in StartDragAndDrop()
/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data_provider_aura.h59 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
Dos_exchange_data_provider_aurax11.h97 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
Dos_exchange_data_provider_aura.cc184 const gfx::ImageSkia& OSExchangeDataProviderAura::GetDragImage() const { in GetDragImage() function in ui::OSExchangeDataProviderAura
Dos_exchange_data.h140 virtual const gfx::ImageSkia& GetDragImage() const = 0;
Dos_exchange_data_provider_win.h186 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
Dos_exchange_data_provider_aurax11.cc502 const gfx::ImageSkia& OSExchangeDataProviderAuraX11::GetDragImage() const { in GetDragImage() function in ui::OSExchangeDataProviderAuraX11
Dos_exchange_data_provider_win.cc544 const gfx::ImageSkia& OSExchangeDataProviderWin::GetDragImage() const { in GetDragImage() function in ui::OSExchangeDataProviderWin
/external/chromium_org/ui/app_list/views/
Dapp_list_item_view.h58 gfx::ImageSkia GetDragImage();
Dapp_list_item_view.cc238 gfx::ImageSkia AppListItemView::GetDragImage() { in GetDragImage() function in app_list::AppListItemView
Dapps_grid_view.cc317 gfx::ImageSkia image(drag_view_->GetDragImage()); in SetupExchangeData()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_aurax11.cc638 gfx::ImageSkia drag_image = source_provider_->GetDragImage(); in StartDragAndDrop()