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

  /external/chromium_org/ash/drag_drop/
drag_image_view.h 22 class DragImageView : public views::ImageView {
29 DragImageView(gfx::NativeView context,
31 virtual ~DragImageView();
72 DISALLOW_COPY_AND_ASSIGN(DragImageView);
drag_image_view.cc 41 DragImageView::DragImageView(gfx::NativeView context,
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::SetTouchDragOperation(int operation)
    [all...]
drag_drop_controller.h 33 class DragImageView;
101 scoped_ptr<DragImageView> drag_image_;
drag_drop_controller.cc 210 drag_image_.reset(new DragImageView(source_window->GetRootWindow(), source));
  /external/chromium_org/ash/shelf/
shelf_view.h 43 class DragImageView;
423 scoped_ptr<ash::internal::DragImageView> drag_image_;
shelf_view.cc 545 drag_image_.reset(new ash::internal::DragImageView(
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 33 class DragImageView;

Completed in 40 milliseconds