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

  /external/webkit/Source/WebKit/chromium/public/win/
WebScreenInfoFactory.h 36 typedef struct HWND__* HWND;
44 WEBKIT_API static WebScreenInfo screenInfo(HWND);
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreeWin.h 38 typedef struct HWND__* 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/
WindowMessageListener.h 32 typedef struct HWND__* HWND;
41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
PopupMenuWin.h 33 typedef struct HWND__* 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/
Pasteboard.h 59 typedef struct HWND__* HWND;
132 HWND m_owner;
PlatformKeyboardEvent.h 42 typedef struct HWND__ *HWND;
172 PlatformKeyboardEvent(HWND, WPARAM, LPARAM, Type, bool);
PlatformMouseEvent.h 50 typedef struct HWND__* HWND;
163 PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
PlatformWheelEvent.h 47 typedef struct HWND__* HWND;
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
170 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
Widget.h 64 typedef struct HWND__* 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)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 37 typedef struct HWND__* HWND;
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
61 void createWindow(HWND ownerWindow);
63 HWND hwnd() const { return m_hwnd; } function in class:WebCore::MediaPlayerPrivateFullscreenWindow
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/
WebPopupMenuProxyWin.h 35 typedef struct HWND__* 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)
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.h 58 typedef struct HWND__* 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 865 milliseconds