Searched refs:drag_image_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc152 if (drag_image_)
153 drag_image_.reset();
207 drag_image_.reset(new DragImageView(source_window->GetRootWindow(), source));
208 drag_image_->SetImage(provider->GetDragImage());
210 gfx::Rect drag_image_bounds(start_location, drag_image_->GetPreferredSize());
213 drag_image_->SetBoundsInScreen(drag_image_bounds);
214 drag_image_->SetWidgetVisible(true);
216 drag_image_->SetTouchDragOperationHintPosition(gfx::Point(
289 DCHECK(drag_image_.get());
290 if (drag_image_
[all...]
H A Ddrag_drop_controller.h98 scoped_ptr<DragImageView> drag_image_; member in class:ash::DragDropController
H A Ddrag_drop_controller_unittest.cc331 return drag_drop_controller_->drag_image_.get() ?
332 drag_drop_controller_->drag_image_->GetWidget()->GetNativeWindow() :
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.cc108 drag_widget_->SetBounds(gfx::Rect(location, drag_image_.size()));
210 if (!drag_image_.isNull() && CheckIfIconValid())
281 drag_image_ = image;
358 params.bounds = gfx::Rect(location, drag_image_.size());
366 image->SetImage(drag_image_);
367 image->SetBounds(0, 0, drag_image_.width(), drag_image_.height());
379 const SkBitmap* in_bitmap = drag_image_.bitmap();
H A Dx11_whole_screen_move_loop.h100 gfx::ImageSkia drag_image_; member in class:views::X11WholeScreenMoveLoop
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aura.cc177 drag_image_ = image;
182 return drag_image_;
H A Dos_exchange_data_provider_aura.h87 gfx::ImageSkia drag_image_; member in class:ui::OSExchangeDataProviderAura
H A Dos_exchange_data_provider_aurax11.h116 gfx::ImageSkia drag_image_; member in class:ui::OSExchangeDataProviderAuraX11
H A Dos_exchange_data_provider_win.h194 gfx::ImageSkia drag_image_; member in class:ui::OSExchangeDataProviderWin
H A Dos_exchange_data_provider_aurax11.cc495 drag_image_ = image;
500 return drag_image_;
H A Dos_exchange_data_provider_win.cc543 drag_image_ = image;
548 return drag_image_;
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc545 drag_image_.reset(new ash::DragImageView(
548 drag_image_->SetImage(icon);
549 gfx::Size size = drag_image_->GetPreferredSize();
557 drag_image_->SetBoundsInScreen(drag_image_bounds);
558 drag_image_->SetWidgetVisible(true);
563 // TODO(jennyz): Investigate why drag_image_ becomes NULL at this point per
565 if (drag_image_) {
566 drag_image_->SetScreenPosition(
572 drag_image_.reset();
1050 drag_image_
[all...]
H A Dshelf_view.h416 scoped_ptr<ash::DragImageView> drag_image_; member in class:ash::ShelfView

Completed in 843 milliseconds