/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
D | location_icon_decoration.mm | 68 NSImage* LocationIconDecoration::GetDragImage() { function 82 // If GetDragImage has never been called, drag_frame_ has not been calculated. 84 GetDragImage();
|
D | location_icon_decoration.h | 25 virtual NSImage* GetDragImage() OVERRIDE;
|
D | ev_bubble_decoration.h | 37 virtual NSImage* GetDragImage() OVERRIDE;
|
D | location_bar_decoration.h | 67 virtual NSImage* GetDragImage();
|
D | ev_bubble_decoration.mm | 106 NSImage* EVBubbleDecoration::GetDragImage() { function 107 return location_icon_->GetDragImage();
|
D | location_bar_decoration.mm | 51 NSImage* LocationBarDecoration::GetDragImage() { function
|
D | autocomplete_text_field_cell.mm | 459 NSImage* image = decoration->GetDragImage();
|
/external/chromium_org/ash/drag_drop/ |
D | drag_drop_controller.cc | 166 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/ |
D | os_exchange_data_provider_aura.h | 59 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
|
D | os_exchange_data_provider_aurax11.h | 97 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
|
D | os_exchange_data_provider_aura.cc | 184 const gfx::ImageSkia& OSExchangeDataProviderAura::GetDragImage() const { in GetDragImage() function in ui::OSExchangeDataProviderAura
|
D | os_exchange_data.h | 140 virtual const gfx::ImageSkia& GetDragImage() const = 0;
|
D | os_exchange_data_provider_win.h | 186 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
|
D | os_exchange_data_provider_aurax11.cc | 502 const gfx::ImageSkia& OSExchangeDataProviderAuraX11::GetDragImage() const { in GetDragImage() function in ui::OSExchangeDataProviderAuraX11
|
D | os_exchange_data_provider_win.cc | 544 const gfx::ImageSkia& OSExchangeDataProviderWin::GetDragImage() const { in GetDragImage() function in ui::OSExchangeDataProviderWin
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_item_view.h | 58 gfx::ImageSkia GetDragImage();
|
D | app_list_item_view.cc | 238 gfx::ImageSkia AppListItemView::GetDragImage() { in GetDragImage() function in app_list::AppListItemView
|
D | apps_grid_view.cc | 317 gfx::ImageSkia image(drag_view_->GetDragImage()); in SetupExchangeData()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | desktop_drag_drop_client_aurax11.cc | 638 gfx::ImageSkia drag_image = source_provider_->GetDragImage(); in StartDragAndDrop()
|