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

  /external/chromium_org/ash/wm/
drag_window_controller.cc 22 DragWindowController::DragWindowController(aura::Window* window)
27 DragWindowController::~DragWindowController() {
31 void DragWindowController::SetDestinationDisplay(
36 void DragWindowController::Show() {
42 void DragWindowController::SetBounds(const gfx::Rect& bounds) {
48 void DragWindowController::Hide() {
56 void DragWindowController::SetOpacity(float opacity) {
63 void DragWindowController::CreateDragWidget(const gfx::Rect& bounds)
    [all...]
drag_window_controller.h 30 // DragWindowController is responsible for showing a semi-transparent window
32 class ASH_EXPORT DragWindowController {
34 explicit DragWindowController(aura::Window* window);
35 virtual ~DragWindowController();
57 FRIEND_TEST_ALL_PREFIXES(DragWindowResizerTest, DragWindowController);
90 DISALLOW_COPY_AND_ASSIGN(DragWindowController);

Completed in 482 milliseconds