WindowImpl         28 mojo/services/native_viewport/native_viewport_win.cc class NativeViewportWin : public gfx::WindowImpl,
WindowImpl         44 mojo/services/native_viewport/native_viewport_win.cc     gfx::WindowImpl::Init(NULL, window_bounds);
WindowImpl         14 tools/memory_watcher/hotkey.h class HotKeyHandler : public gfx::WindowImpl {
WindowImpl         18 ui/aura/window_tree_host_win.h                           public gfx::WindowImpl {
WindowImpl         21 ui/base/win/foreground_helper.h class UI_BASE_EXPORT ForegroundHelper : public gfx::WindowImpl {
WindowImpl         24 ui/base/win/hidden_window.cc class TempParent : public gfx::WindowImpl {
WindowImpl         15 ui/base/win/hwnd_subclass_unittest.cc class TestWindow : public gfx::WindowImpl {
WindowImpl         15 ui/compositor/test/test_compositor_host_win.cc                               public gfx::WindowImpl {
WindowImpl         46 ui/gfx/win/singleton_hwnd.cc   WindowImpl::Init(NULL, Rect());
WindowImpl         22 ui/gfx/win/singleton_hwnd.h class GFX_EXPORT SingletonHwnd : public WindowImpl {
WindowImpl         29 ui/gfx/win/window_impl.cc const wchar_t* const WindowImpl::kBaseClassName = L"Chrome_WidgetWin_";
WindowImpl        100 ui/gfx/win/window_impl.cc   base::string16 name = base::string16(WindowImpl::kBaseClassName) +
WindowImpl        106 ui/gfx/win/window_impl.cc       &base::win::WrappedWindowProc<WindowImpl::WndProc>,
WindowImpl        136 ui/gfx/win/window_impl.cc WindowImpl::WindowImpl()
WindowImpl        146 ui/gfx/win/window_impl.cc WindowImpl::~WindowImpl() {
WindowImpl        152 ui/gfx/win/window_impl.cc void WindowImpl::Init(HWND parent, const Rect& bounds) {
WindowImpl        209 ui/gfx/win/window_impl.cc         base::win::WrappedWindowProc<&WindowImpl::WndProc>;
WindowImpl        222 ui/gfx/win/window_impl.cc HICON WindowImpl::GetDefaultWindowIcon() const {
WindowImpl        226 ui/gfx/win/window_impl.cc LRESULT WindowImpl::OnWndProc(UINT message, WPARAM w_param, LPARAM l_param) {
WindowImpl        241 ui/gfx/win/window_impl.cc void WindowImpl::ClearUserData() {
WindowImpl        247 ui/gfx/win/window_impl.cc LRESULT CALLBACK WindowImpl::WndProc(HWND hwnd,
WindowImpl        253 ui/gfx/win/window_impl.cc     WindowImpl* window = reinterpret_cast<WindowImpl*>(cs->lpCreateParams);
WindowImpl        263 ui/gfx/win/window_impl.cc   WindowImpl* window = reinterpret_cast<WindowImpl*>(GetWindowUserData(hwnd));
WindowImpl        270 ui/gfx/win/window_impl.cc ATOM WindowImpl::GetWindowClassAtom() {
WindowImpl         39 ui/gfx/win/window_impl.h class GFX_EXPORT WindowImpl : public MessageMapInterface {
WindowImpl         41 ui/gfx/win/window_impl.h   WindowImpl();
WindowImpl         42 ui/gfx/win/window_impl.h   virtual ~WindowImpl();
WindowImpl        114 ui/gfx/win/window_impl.h   DISALLOW_COPY_AND_ASSIGN(WindowImpl);
WindowImpl        378 ui/views/win/hwnd_message_handler.cc   WindowImpl::Init(parent, bounds);
WindowImpl        111 ui/views/win/hwnd_message_handler.h     public gfx::WindowImpl,