OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
28
DragWindowController
::~
DragWindowController
() {
32
void
DragWindowController
::SetDestinationDisplay(
37
void
DragWindowController
::Show() {
43
void
DragWindowController
::SetBounds(const gfx::Rect& bounds) {
49
void
DragWindowController
::Hide() {
60
void
DragWindowController
::SetOpacity(float opacity) {
67
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
);
91
DISALLOW_COPY_AND_ASSIGN(
DragWindowController
);
Completed in 105 milliseconds