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

/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.h21 class DragImageView : public views::ImageView { class in namespace:ash
28 DragImageView(gfx::NativeView context,
30 virtual ~DragImageView();
71 DISALLOW_COPY_AND_ASSIGN(DragImageView);
H A Ddrag_image_view.cc39 DragImageView::DragImageView(gfx::NativeView context, function in class:ash::DragImageView
52 DragImageView::~DragImageView() {
56 void DragImageView::SetBoundsInScreen(const gfx::Rect& bounds) {
61 void DragImageView::SetScreenPosition(const gfx::Point& position) {
65 gfx::Rect DragImageView::GetBoundsInScreen() const {
69 void DragImageView::SetWidgetVisible(bool visible) {
78 void DragImageView::SetTouchDragOperationHintOff() {
84 void DragImageView
[all...]

Completed in 384 milliseconds