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

  /external/chromium_org/ui/aura/
remote_window_tree_host_win.h 41 class AURA_EXPORT RemoteWindowTreeHostWin
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);
remote_window_tree_host_win.cc 86 RemoteWindowTreeHostWin* g_instance = NULL;
89 RemoteWindowTreeHostWin* RemoteWindowTreeHostWin::Instance() {
93 RemoteWindowTreeHostWin::RemoteWindowTreeHostWin()
105 RemoteWindowTreeHostWin::~RemoteWindowTreeHostWin() {
113 bool RemoteWindowTreeHostWin::IsValid() {
117 void RemoteWindowTreeHostWin::SetRemoteWindowHandle(HWND remote_window) {
121 void RemoteWindowTreeHostWin::Connected(IPC::Sender* host)
    [all...]

Completed in 47 milliseconds