Home
last modified time | relevance | path

Searched refs:wndProc (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/Tools/WebKitAPITest/
DHostWindow.cpp71 wndClass.lpfnWndProc = wndProc; in registerWindowClass()
79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() function in WebKitAPITest::HostWindow
DTestsController.cpp129 wndClass.lpfnWndProc = wndProc; in registerWindowClass()
137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in wndProc() function in WebKitAPITest::TestsController
DHostWindow.h45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
DTestsController.h55 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DDrawsGradient.cpp43 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled);
53 LRESULT DrawsGradient::wndProc(UINT message, WPARAM wParam, LPARAM lParam, bool& handled) in wndProc() function in DrawsGradient
DNPNInvalidateRectInvalidatesWindow.cpp78 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled);
130 LRESULT NPNInvalidateRectInvalidatesWindow::wndProc(UINT message, WPARAM wParam, LPARAM lParam, boo… in wndProc() function in NPNInvalidateRectInvalidatesWindow
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformWebViewWin.cpp52 wndClass.lpfnWndProc = wndProc; in registerWindowClass()
120 LRESULT PlatformWebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in TestWebKitAPI::PlatformWebView
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.cpp136 return window->wndProc(hWnd, message, wParam, lParam); in staticWndProc()
141 LRESULT MediaPlayerPrivateFullscreenWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM … in wndProc() function in WebCore::MediaPlayerPrivateFullscreenWindow
DMediaPlayerPrivateFullscreenWindow.h72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Source/WebKit2/UIProcess/win/
DWebInspectorProxyWin.cpp77 return inspectorView->wndProc(hWnd, message, wParam, lParam); in InspectorViewWndProc()
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in WebKit::WebInspectorProxy
DWebPopupMenuProxyWin.h79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
DWebView.h95 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
DWebPopupMenuProxyWin.cpp79 return popupMenuProxy->wndProc(hWnd, message, wParam, lParam); in WebPopupMenuProxyWndProc()
92 LRESULT WebPopupMenuProxyWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in WebKit::WebPopupMenuProxyWin
/external/webkit/Source/WebKit2/Platform/win/
DRunLoopWin.cpp44 return runLoop->wndProc(hWnd, message, wParam, lParam); in RunLoopWndProc()
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in RunLoop
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
DWindowedPluginTest.h38 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled) = 0;
DWindowedPluginTest.cpp66 LRESULT result = instance->wndProc(message, wParam, lParam, handled); in staticWndProc()
/external/webkit/Tools/MiniBrowser/win/
DBrowserWindow.h55 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
DBrowserWindow.cpp51 return browserView->wndProc(window, message, wParam, lParam); in BrowserWindowWndProc()
67 LRESULT BrowserWindow::wndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in BrowserWindow
/external/skia/include/views/
DSkOSWindow_Win.h43 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/Tools/TestWebKitAPI/
DPlatformWebView.h78 static LRESULT CALLBACK wndProc(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.h111 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/Source/WebKit/wince/
DWebView.h80 LRESULT wndProc(HWND, UINT, WPARAM, LPARAM);
DWebView.cpp62 return webView->wndProc(hWnd, message, wParam, lParam); in webViewWndProc()
391 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc() function in WebView
/external/webkit/Source/WebKit2/UIProcess/
DWebInspectorProxy.h122 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/webkit/Source/WebKit2/Platform/
DRunLoop.h145 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);

12