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

  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aura.cc 181 const gfx::ImageSkia& OSExchangeDataProviderAura::GetDragImage() const {
os_exchange_data_provider_aurax11.cc 499 const gfx::ImageSkia& OSExchangeDataProviderAuraX11::GetDragImage() const {
os_exchange_data_provider_win.cc 547 const gfx::ImageSkia& OSExchangeDataProviderWin::GetDragImage() const {
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 241 gfx::ImageSkia AppListItemView::GetDragImage() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 89 virtual HRESULT WINAPI GetDragImage(POINT *ppt,POINT *pptHotspot,REFIID riid,PVOID *ppv) = 0;
125 HRESULT (WINAPI *GetDragImage)(IImageList *This,POINT *ppt,POINT *pptHotspot,REFIID riid,PVOID *ppv);
163 #define IImageList_GetDragImage(This,ppt,pptHotspot,riid,ppv) (This)->lpVtbl->GetDragImage(This,ppt,pptHotspot,riid,ppv)

Completed in 161 milliseconds