Searched refs:core_window_hwnd_ (Results 1 – 4 of 4) sorted by relevance
77 HWND core_window_hwnd() { return core_window_hwnd_; } in core_window_hwnd()121 HWND core_window_hwnd_; variable
106 HWND core_window_hwnd() const { return core_window_hwnd_; } in core_window_hwnd()198 HWND core_window_hwnd_; variable
469 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()
653 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()