/external/webkit/WebKit/win/ |
D | WebNodeHighlight.h | 51 void placeBehindWindow(HWND); 59 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM); 66 HWND m_inspectedWebViewWindow; 67 HWND m_overlay; 68 HWND m_observedWindow; 71 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/os2/ |
D | SDL_syscdrom.c | 124 mop.hwndCallback = (HWND)NULL; // None in SDL_SYS_CDOpen() 129 msp.hwndCallback = (HWND)NULL; // None in SDL_SYS_CDOpen() 139 mgp.hwndCallback = (HWND)NULL; // None in SDL_SYS_CDOpen() 156 msp.hwndCallback = (HWND)NULL; /* None */ in SDL_SYS_CDGetTOC() 188 msp.hwndCallback = (HWND)NULL; /* None */ in SDL_SYS_CDGetTOC() 216 msp.hwndCallback = (HWND)NULL; /* None */ in SDL_SYS_CDStatus() 252 msp.hwndCallback = (HWND)NULL; /* None */ in SDL_SYS_CDStatus() 289 msp.hwndCallback = (HWND)NULL; /* None */ in SDL_SYS_CDPlay() 297 mgp.hwndCallback = (HWND)NULL; // None in SDL_SYS_CDPlay() 302 mpp.hwndCallback = (HWND)NULL; // We do not want the info. temp in SDL_SYS_CDPlay() [all …]
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | DumpRenderTreeWin.h | 36 typedef struct HWND__* HWND; typedef 42 extern HWND webViewWindow; 49 IWebView* createWebViewAndOffscreenWindow(HWND* webViewWindow = 0); 50 Vector<HWND>& openWindows(); 51 HashMap<HWND, IWebView*>& windowToWebViewMap();
|
D | DumpRenderTree.cpp | 96 HWND webViewWindow; 117 static LRESULT CALLBACK DumpRenderTreeWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in DumpRenderTreeWndProc() 536 HWND window = openWindows()[i]; in dumpBackForwardListForAllWindows() 676 HWND viewWindow; in resetWebViewToConsistentStateBeforeTesting() 743 HWND hostWindow; in runTest() 770 Vector<HWND> windows = openWindows(); in runTest() 773 HWND window = windows[i]; in runTest() 934 Vector<HWND>& openWindows() in openWindows() 936 static Vector<HWND> vector; in openWindows() 940 HashMap<HWND, IWebView*>& windowToWebViewMap() in windowToWebViewMap() [all …]
|
/external/webkit/WebCore/platform/win/ |
D | WindowMessageBroadcaster.h | 42 static void addListener(HWND, WindowMessageListener*); 43 static void removeListener(HWND, WindowMessageListener*); 48 static LRESULT CALLBACK SubclassedWndProc(HWND, UINT, WPARAM, LPARAM); 50 WindowMessageBroadcaster(HWND); 62 HWND m_subclassedWindow;
|
D | WindowMessageBroadcaster.cpp | 36 typedef HashMap<HWND, WindowMessageBroadcaster*> InstanceMap; 44 void WindowMessageBroadcaster::addListener(HWND hwnd, WindowMessageListener* listener) in addListener() 55 void WindowMessageBroadcaster::removeListener(HWND hwnd, WindowMessageListener* listener) in removeListener() 64 WindowMessageBroadcaster::WindowMessageBroadcaster(HWND hwnd) in WindowMessageBroadcaster() 112 LRESULT CALLBACK WindowMessageBroadcaster::SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam… in SubclassedWndProc()
|
D | WheelEventWin.cpp | 36 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) in positionForEvent() 43 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) in globalPositionForEvent() 65 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, WPARAM wParam, LPARAM lParam, bool isHorizontal) in PlatformWheelEvent()
|
D | PlatformMouseEventWin.cpp | 36 static IntPoint positionForEvent(HWND hWnd, LPARAM lParam) in positionForEvent() 42 static IntPoint globalPositionForEvent(HWND hWnd, LPARAM lParam) in globalPositionForEvent() 76 PlatformMouseEvent::PlatformMouseEvent(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, bool … in PlatformMouseEvent()
|
D | WindowMessageListener.h | 32 typedef struct HWND__* HWND; typedef 41 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM) = 0;
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebInspectorClient.h | 84 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM); 89 HWND m_inspectedWebViewHwnd; 90 HWND m_hwnd; 92 HWND m_webViewHwnd; 101 static friend LRESULT CALLBACK WebInspectorWndProc(HWND, UINT, WPARAM, LPARAM);
|
D | EmbeddedWidget.h | 42 …static EmbeddedWidget* create(IWebEmbeddedView*, WebCore::Element* element, HWND parentWindow, con… 55 bool createWindow(HWND parentWindow, const WebCore::IntSize& size); 76 HWND m_window;
|
D | EmbeddedWidget.cpp | 40 EmbeddedWidget* EmbeddedWidget::create(IWebEmbeddedView* view, Element* element, HWND parentWindow,… in create() 54 bool EmbeddedWidget::createWindow(HWND parentWindow, const IntSize& size) in createWindow() 58 HWND window; in createWindow() 190 HWND focusedWindow = ::GetFocus(); in setParent()
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_lowvideo.h | 79 extern HWND SDL_Window; 94 extern void (*WIN_PaletteChanged)(_THIS, HWND window); 100 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); 128 extern void DX5_SoundFocus(HWND window); 132 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
/external/webkit/WebKitTools/WinLauncher/ |
D | WinLauncher.cpp | 40 HWND hMainWnd; 41 HWND hURLBarWnd; 44 HWND gViewWindow = 0; 52 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 53 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM); 54 LRESULT CALLBACK MyEditProc(HWND, UINT, WPARAM, LPARAM); 283 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() 322 LRESULT CALLBACK MyEditProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in MyEditProc() 348 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in About()
|
/external/libpng/contrib/visupng/ |
D | PngFile.h | 16 void PngFileInitialize (HWND hwnd) ; 17 BOOL PngFileOpenDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ; 18 BOOL PngFileSaveDlg (HWND hwnd, PTSTR pstrFileName, PTSTR pstrTitleName) ;
|
D | VisualPng.c | 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); 41 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ; 43 BOOL CenterAbout (HWND hwndChild, HWND hwndParent); 51 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName, 55 BOOL DisplayImage (HWND hwnd, BYTE **ppDib, 81 HWND hwnd; in WinMain() 145 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, in WndProc() 429 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message, in AboutDlgProc() 457 BOOL CenterAbout (HWND hwndChild, HWND hwndParent) in CenterAbout() 657 BOOL LoadImageFile (HWND hwnd, PTSTR pstrPathName, in LoadImageFile() [all …]
|
/external/webkit/WebCore/platform/graphics/win/ |
D | QTMovieWinTimer.cpp | 43 static HWND timerWindowHandle = 0; 48 static LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in TimerWindowWndProc() 82 static void CALLBACK timerFired(HWND, UINT, UINT_PTR, DWORD) in timerFired() argument
|
/external/webkit/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 73 static inline HWND windowHandleForPlatformWidget(PlatformWidget widget) in windowHandleForPlatformWidget() 112 HDC WINAPI PluginView::hookedBeginPaint(HWND hWnd, PAINTSTRUCT* lpPaint) in hookedBeginPaint() 131 BOOL WINAPI PluginView::hookedEndPaint(HWND hWnd, const PAINTSTRUCT* lpPaint) in hookedEndPaint() 173 …creenPaintingHooks(HDC (WINAPI*hookedBeginPaint)(HWND, PAINTSTRUCT*), BOOL (WINAPI*hookedEndPaint)… in setUpOffscreenPaintingHooks() argument 221 LRESULT CALLBACK PluginView::PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPara… in PluginViewWndProc() 242 PluginView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() 612 HWND focusedWindow = ::GetFocus(); in setParent() 814 HWND* w = reinterpret_cast<HWND*>(value); in getValue() 939 …HWND parentWindowHandle = windowHandleForPlatformWidget(m_parentFrame->view()->hostWindow()->platf… in init() 940 HWND window = ::CreateWindowEx(0, kWebPluginViewdowClassName, 0, flags, in init()
|
D | PluginMessageThrottlerWin.h | 38 HWND hWnd; 51 void appendMessage(HWND, UINT msg, WPARAM, LPARAM);
|
/external/webkit/WebCore/plugins/ |
D | PluginView.h | 53 typedef struct HWND__* HWND; typedef 54 typedef HWND PlatformPluginWidget; 189 static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM); 190 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 225 static HDC WINAPI hookedBeginPaint(HWND, PAINTSTRUCT*); 226 static BOOL WINAPI hookedEndPaint(HWND, const PAINTSTRUCT*);
|
/external/openssl/apps/ |
D | winrand.c | 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 73 HWND hwnd; in WinMain() 116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) in WndProc()
|
/external/skia/include/views/ |
D | SkOSWindow_Win.h | 32 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); 33 static bool SkOSWindow::QuitOnDeactivate(HWND hWnd);
|
/external/icu4c/samples/layout/ |
D | layout.cpp | 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 41 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() 50 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() 72 HWND hwnd; in WinMain() 117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
D | clayout.c | 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 42 void PrettyTitle(HWND hwnd, char *fileName) in PrettyTitle() 51 void InitParagraph(HWND hwnd, Context *context) in InitParagraph() 73 HWND hwnd; in WinMain() 118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
/external/webkit/JavaScriptCore/wtf/win/ |
D | MainThreadWin.cpp | 40 static HWND threadingWindowHandle; 44 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in ThreadingWindowWndProc()
|