Home | History | Annotate | Download | only in drag_drop

Lines Matching defs:DragImageView

39 DragImageView::DragImageView(gfx::NativeView context,
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::SetTouchDragOperation(int operation) {
91 void DragImageView::SetTouchDragOperationHintPosition(
99 void DragImageView::SetOpacity(float visibility) {
105 void DragImageView::OnPaint(gfx::Canvas* canvas) {