HomeSort by relevance Sort by last modified time
    Searched refs:HWND (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 51 static void createAndInitializeWebView(COMPtr<IWebView>& outWebView, HostWindow& window, HWND& viewWindow)
81 static void finishWebViewDestructionTest(COMPtr<IWebView>& webView, HWND viewWindow)
120 HWND viewWindow;
131 HWND viewWindow;
143 HWND viewWindow;
155 HWND viewWindow;
168 HWND viewWindow;
181 HWND viewWindow;
193 HWND viewWindow;
206 HWND viewWindow
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/os2/
SDL_syscdrom.c 124 mop.hwndCallback = (HWND)NULL; // None
129 msp.hwndCallback = (HWND)NULL; // None
139 mgp.hwndCallback = (HWND)NULL; // None
156 msp.hwndCallback = (HWND)NULL; /* None */
188 msp.hwndCallback = (HWND)NULL; /* None */
216 msp.hwndCallback = (HWND)NULL; /* None */
252 msp.hwndCallback = (HWND)NULL; /* None */
289 msp.hwndCallback = (HWND)NULL; /* None */
297 mgp.hwndCallback = (HWND)NULL; // None
302 mpp.hwndCallback = (HWND)NULL; // We do not want the info. tem
    [all...]
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 43 typedef struct HWND__* HWND;
134 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
135 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
PopupMenu.h 40 typedef struct HWND__* HWND;
118 HWND popupHandle() const { return m_popup; }
159 static LRESULT CALLBACK PopupMenuWndProc(HWND, UINT, WPARAM, LPARAM);
160 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
164 HWND m_popup;
Pasteboard.h 53 typedef struct HWND__* HWND;
120 HWND m_owner;
  /external/webkit/WebCore/platform/win/
PlatformMouseEventWin.cpp 38 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam)
44 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam)
47 ClientToScreen(hWnd, &point);
80 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool activatedWebView)
81 : m_position(positionForEvent(hWnd, lParam))
82 , m_globalPosition(globalPositionForEvent(hWnd, lParam))
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.h 52 HWND hwndFrame, hwndClient; // Window handle of frame and client
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.h 65 void setHostWindow(HWND window) { m_hostWindow = window; createRenderer(); }
97 HWND m_hostWindow;
GlyphPageTreeNodeCairoWin.cpp 45 HDC dc = GetDC((HWND)0);
QTMovieWinTimer.cpp 43 static HWND timerWindowHandle = 0;
48 static LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
58 return DefWindowProc(hWnd, message, wParam, lParam);
  /external/webkit/WebKit/win/
WindowsTouch.h 79 HWND hwndTarget; // handle to window targeted by this gesture
105 HWND hwndTarget; // handle to window targeted by the gesture
  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
73 HWND hwnd; local
99 hwnd = CreateWindow(appname, OPENSSL_VERSION_TEXT,
103 ShowWindow(hwnd, iCmdShow);
104 UpdateWindow(hwnd);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
126 hdc = BeginPaint(hwnd, &ps);
127 GetClientRect(hwnd, &rect)
    [all...]
  /external/quake/quake/src/QW/client/
winquake.h 62 extern HWND mainwindow;
84 extern HWND hwnd_dialog;
89 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify);
  /external/quake/quake/src/WinQuake/
winquake.h 61 extern HWND mainwindow;
85 extern HWND hwnd_dialog;
90 void CenterWindow(HWND hWndCenter, int width, int height, BOOL lefttopjustify);
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 73 typedef HWND EGLNativeWindowType;
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 40 PassRefPtr<EmbeddedWidget> EmbeddedWidget::create(IWebEmbeddedView* view, Element* element, HWND parentWindow, const IntSize& size)
54 bool EmbeddedWidget::createWindow(HWND parentWindow, const IntSize& size)
58 HWND window;
190 HWND focusedWindow = ::GetFocus();
  /frameworks/base/opengl/include/EGL/
eglplatform.h 73 typedef HWND EGLNativeWindowType;
  /external/chromium/base/
message_pump_win.h 177 HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
188 HWND message_hwnd_;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /external/quake/quake/src/QW/scitech/include/
mglwin.h 32 typedef HWND MGL_HWND;
64 void MGLAPI MGL_registerFullScreenWindow(HWND hwndFullScreen);
88 void MGLAPI MGL_setMainWindow(MGL_HWND hwnd);
100 MGLDC * MGLAPI MGL_createWindowedDC(MGL_HWND hwnd);
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGLWIN.H 32 typedef HWND MGL_HWND;
64 void MGLAPI MGL_registerFullScreenWindow(HWND hwndFullScreen);
88 void MGLAPI MGL_setMainWindow(MGL_HWND hwnd);
100 MGLDC * MGLAPI MGL_createWindowedDC(MGL_HWND hwnd);
  /external/webkit/WebCore/platform/wince/
SharedTimerWince.cpp 52 static HWND timerWindowHandle = 0;
55 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
66 PostMessage(hWnd, WM_USER, 0, 0);
70 return DefWindowProc(hWnd, message, wParam, lParam);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 121 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
130 HWND window; /* The Win32 display window */

Completed in 767 milliseconds

12 3 4 5 6