Searched defs:DragImageView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.h22 class DragImageView : public views::ImageView { class in namespace:ash::internal
29 DragImageView(gfx::NativeView context,
31 virtual ~DragImageView();
72 DISALLOW_COPY_AND_ASSIGN(DragImageView);
H A Ddrag_image_view.cc41 DragImageView::DragImageView(gfx::NativeView context, function in class:ash::internal::DragImageView
54 DragImageView::~DragImageView() {
58 void DragImageView::SetBoundsInScreen(const gfx::Rect& bounds) {
63 void DragImageView::SetScreenPosition(const gfx::Point& position) {
67 gfx::Rect DragImageView::GetBoundsInScreen() const {
71 void DragImageView::SetWidgetVisible(bool visible) {
80 void DragImageView::SetTouchDragOperationHintOff() {
86 void DragImageView
[all...]

Completed in 120 milliseconds