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 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...]
drag_drop_controller.h 26 class DragImageView;
98 scoped_ptr<DragImageView> drag_image_;
drag_drop_controller.cc 204 drag_image_.reset(new DragImageView(source_window->GetRootWindow(), source));
  /external/chromium_org/ash/shelf/
shelf_view.h 38 class DragImageView;
414 scoped_ptr<ash::DragImageView> drag_image_;
shelf_view.cc 545 drag_image_.reset(new ash::DragImageView(
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 35 class DragImageView;

Completed in 232 milliseconds