Searched defs:HWND (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/win/
H A DWebScreenInfoFactory.h36 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
44 WEBKIT_API static WebScreenInfo screenInfo(HWND);
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTreeWin.h38 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
44 extern HWND webViewWindow;
57 IWebView* createWebViewAndOffscreenWindow(HWND* webViewWindow = 0);
58 Vector<HWND>& openWindows();
59 typedef HashMap<HWND, COMPtr<IWebView> > WindowToWebViewMap;
/external/webkit/Source/WebCore/platform/win/
H A DWindowMessageListener.h32 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
H A DPopupMenuWin.h33 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
77 HWND popupHandle() const { return m_popup; }
110 static LRESULT CALLBACK PopupMenuWndProc(HWND, UINT, WPARAM, LPARAM);
111 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
116 HWND m_popup;
/external/webkit/Source/WebCore/platform/
H A DPasteboard.h59 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
132 HWND m_owner;
H A DPlatformMouseEvent.h50 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
H A DPlatformWheelEvent.h47 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
170 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
H A DWidget.h64 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
65 typedef HWND PlatformWidget;
127 // A widget may or may not be backed by a platform-specific object (e.g., HWND on Windows, NSView on Mac, QWidget on Qt).
135 // Plugin - Mac, Windows (windowed only), Qt (windowed only, widget is an HWND on windows), Gtk (windowed only)
H A DPlatformKeyboardEvent.h42 typedef struct HWND__ *HWND; typedef in typeref:struct:HWND__
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.h37 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
61 void createWindow(HWND ownerWindow);
63 HWND hwnd() const { return m_hwnd; }
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
79 HWND m_hwnd;
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.h35 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT onMouseActivate(HWND, UINT message, WPARAM, LPARAM, bool& handled);
83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
84 LRESULT onKeyDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
85 LRESULT onChar(HWND, UINT message, WPARAM, LPARAM, bool& handled);
86 LRESULT onMouseMove(HWND, UINT message, WPARAM, LPARAM, bool& handled);
87 LRESULT onLButtonDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
88 LRESULT onLButtonUp(HWND, UIN
[all...]
/external/webkit/Source/WebCore/plugins/
H A DPluginView.h58 typedef struct HWND__* HWND; typedef in typeref:struct:HWND__
59 typedef HWND PlatformPluginWidget;
246 static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM);
247 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
314 static HDC WINAPI hookedBeginPaint(HWND, PAINTSTRUCT*);
315 static BOOL WINAPI hookedEndPaint(HWND, const PAINTSTRUCT*);

Completed in 248 milliseconds