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

/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.h41 class AURA_EXPORT RemoteWindowTreeHostWin class in namespace:aura
46 // Returns the current RemoteWindowTreeHostWin. This does *not* create a
47 // RemoteWindowTreeHostWin.
48 static RemoteWindowTreeHostWin* Instance();
50 // Returns true if there is a RemoteWindowTreeHostWin and it has a valid
81 RemoteWindowTreeHostWin();
82 virtual ~RemoteWindowTreeHostWin();
188 DISALLOW_COPY_AND_ASSIGN(RemoteWindowTreeHostWin);
H A Dremote_window_tree_host_win.cc86 RemoteWindowTreeHostWin* g_instance = NULL;
89 RemoteWindowTreeHostWin* RemoteWindowTreeHostWin::Instance() {
93 RemoteWindowTreeHostWin::RemoteWindowTreeHostWin() function in class:aura::RemoteWindowTreeHostWin
105 RemoteWindowTreeHostWin::~RemoteWindowTreeHostWin() {
113 bool RemoteWindowTreeHostWin::IsValid() {
117 void RemoteWindowTreeHostWin::SetRemoteWindowHandle(HWND remote_window) {
121 void RemoteWindowTreeHostWin
[all...]

Completed in 518 milliseconds