Home
last modified time | relevance | path

Searched refs:core_window_hwnd_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/win8/metro_driver/
Dchrome_app_view.h77 HWND core_window_hwnd() { return core_window_hwnd_; } in core_window_hwnd()
121 HWND core_window_hwnd_; variable
Dchrome_app_view_ash.h106 HWND core_window_hwnd() const { return core_window_hwnd_; } in core_window_hwnd()
198 HWND core_window_hwnd_; variable
Dchrome_app_view_ash.cc469 core_window_hwnd_(NULL), in ChromeAppViewAsh()
500 hr = interop->get_WindowHandle(&core_window_hwnd_); in SetWindow()
503 text_service_ = metro_driver::CreateTextService(this, core_window_hwnd_); in SetWindow()
630 gfx::NativeViewId(core_window_hwnd_))); in Run()
631 DVLOG(1) << "ICoreWindow sent " << core_window_hwnd_; in Run()
636 ::GetWindowRect(core_window_hwnd_, &rect); in Run()
667 core_window_hwnd_ = NULL; in Uninitialize()
Dchrome_app_view.cc653 core_window_hwnd_(NULL) { in ChromeAppView()
683 hr = interop->get_WindowHandle(&core_window_hwnd_); in SetWindow()
940 if (RegisterHotKey(core_window_hwnd_, kFlipWindowsHotKeyId, in OnActivate()