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

  /external/chromium_org/ash/drag_drop/
drag_image_view.h 21 class DragImageView : public views::ImageView {
28 DragImageView(gfx::NativeView context,
30 virtual ~DragImageView();
71 DISALLOW_COPY_AND_ASSIGN(DragImageView);
drag_image_view.cc 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)
    [all...]

Completed in 57 milliseconds