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

  /external/chromium_org/ui/aura/
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...]
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();
189 DISALLOW_COPY_AND_ASSIGN(RemoteWindowTreeHostWin);
  /external/chromium_org/ash/test/
test_metro_viewer_process_host.cc 27 aura::RemoteWindowTreeHostWin::Instance()->Disconnected();
36 aura::RemoteWindowTreeHostWin::Instance()->SetRemoteWindowHandle(hwnd);
37 aura::RemoteWindowTreeHostWin::Instance()->Connected(this);
ash_test_base.cc 150 aura::RemoteWindowTreeHostWin* window_tree_host =
151 aura::RemoteWindowTreeHostWin::Instance();
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_ashwin.cc 33 if (aura::RemoteWindowTreeHostWin::IsValid() &&
34 !aura::RemoteWindowTreeHostWin::Instance()->IsForegroundWindow() &&
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.cc 89 aura::RemoteWindowTreeHostWin::Instance()->Disconnected();
129 DCHECK(aura::RemoteWindowTreeHostWin::Instance());
130 DCHECK_EQ(hwnd, aura::RemoteWindowTreeHostWin::Instance()->remote_window());
135 aura::RemoteWindowTreeHostWin::Instance()->Connected(this);
166 aura::RemoteWindowTreeHostWin::Instance()->HandleWindowSizeChanged(width,
  /external/chromium_org/ash/host/
ash_remote_window_tree_host_win.h 19 public aura::RemoteWindowTreeHostWin {
ash_remote_window_tree_host_win.cc 14 : aura::RemoteWindowTreeHostWin(),
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_win.cc 47 aura::RemoteWindowTreeHostWin::Instance()->HandleOpenURLOnDesktop(
  /external/chromium_org/win8/viewer/
metro_viewer_process_host.cc 156 aura::RemoteWindowTreeHostWin::Instance()->OnMessageReceived(message);
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc 504 aura::RemoteWindowTreeHostWin::Instance()->HandleOpenURLOnDesktop(
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc     [all...]

Completed in 129 milliseconds