Searched defs:AshRemoteWindowTreeHostWin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/host/
H A Dash_remote_window_tree_host_win.h17 class ASH_EXPORT AshRemoteWindowTreeHostWin class in namespace:ash
21 explicit AshRemoteWindowTreeHostWin(HWND remote_hwnd);
24 virtual ~AshRemoteWindowTreeHostWin();
43 DISALLOW_COPY_AND_ASSIGN(AshRemoteWindowTreeHostWin);
H A Dash_remote_window_tree_host_win.cc13 AshRemoteWindowTreeHostWin::AshRemoteWindowTreeHostWin(HWND remote_hwnd) function in class:ash::AshRemoteWindowTreeHostWin
19 AshRemoteWindowTreeHostWin::~AshRemoteWindowTreeHostWin() {}
21 void AshRemoteWindowTreeHostWin::ToggleFullScreen() {}
23 bool AshRemoteWindowTreeHostWin::ConfineCursorToRootWindow() { return false; }
25 void AshRemoteWindowTreeHostWin::UnConfineCursor() {}
27 void AshRemoteWindowTreeHostWin::SetRootWindowTransformer(
32 gfx::Insets AshRemoteWindowTreeHostWin::GetHostInsets() const {
36 aura::WindowTreeHost* AshRemoteWindowTreeHostWin
[all...]

Completed in 75 milliseconds