HomeSort by relevance Sort by last modified time
    Searched refs:GetDragImage (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_icon_decoration.h 25 virtual NSImage* GetDragImage() OVERRIDE;
ev_bubble_decoration.h 37 virtual NSImage* GetDragImage() OVERRIDE;
location_bar_decoration.h 67 virtual NSImage* GetDragImage();
70 // |GetDragImage()| comes from. This is used to make sure the image
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aura.h 59 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
os_exchange_data_provider_aurax11.h 97 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
os_exchange_data.h 140 virtual const gfx::ImageSkia& GetDragImage() const = 0;
os_exchange_data_provider_aura.cc 184 const gfx::ImageSkia& OSExchangeDataProviderAura::GetDragImage() const {
os_exchange_data_provider_win.h 186 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
os_exchange_data_provider_aurax11.cc 502 const gfx::ImageSkia& OSExchangeDataProviderAuraX11::GetDragImage() const {
os_exchange_data_provider_win.cc 544 const gfx::ImageSkia& OSExchangeDataProviderWin::GetDragImage() const {
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 58 gfx::ImageSkia GetDragImage();
app_list_item_view.cc 238 gfx::ImageSkia AppListItemView::GetDragImage() {
apps_grid_view.cc 317 gfx::ImageSkia image(drag_view_->GetDragImage());
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 166 provider->GetDragImage().size().IsEmpty())
203 provider->GetDragImage().size());
205 drag_image_->SetImage(provider->GetDragImage());
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 638 gfx::ImageSkia drag_image = source_provider_->GetDragImage();
    [all...]

Completed in 2475 milliseconds