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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
DrawsGradient.cpp 43 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled);
53 LRESULT DrawsGradient::wndProc(UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
NPNInvalidateRectInvalidatesWindow.cpp 78 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled);
130 LRESULT NPNInvalidateRectInvalidatesWindow::wndProc(UINT message, WPARAM wParam, LPARAM lParam, bool& handled)
  /external/webkit/Tools/WebKitAPITest/
HostWindow.cpp 71 wndClass.lpfnWndProc = wndProc;
79 LRESULT HostWindow::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
TestsController.cpp 129 wndClass.lpfnWndProc = wndProc;
137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 136 return window->wndProc(hWnd, message, wParam, lParam);
141 LRESULT MediaPlayerPrivateFullscreenWindow::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 77 return inspectorView->wndProc(hWnd, message, wParam, lParam);
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
WebPopupMenuProxyWin.cpp 79 return popupMenuProxy->wndProc(hWnd, message, wParam, lParam);
92 LRESULT WebPopupMenuProxyWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
WebView.cpp 111 return webView->wndProc(hWnd, message, wParam, lParam);
124 LRESULT WebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
    [all...]
  /external/webkit/Tools/MiniBrowser/win/
BrowserWindow.cpp 51 return browserView->wndProc(window, message, wParam, lParam);
67 LRESULT BrowserWindow::wndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformWebViewWin.cpp 52 wndClass.lpfnWndProc = wndProc;
120 LRESULT PlatformWebView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 162 static LRESULT CALLBACK wndProc(HWND wnd, UINT message,
223 wc.lpfnWndProc = (WNDPROC)wndProc;
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 44 return runLoop->wndProc(hWnd, message, wParam, lParam);
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 769 return popup->wndProc(hWnd, message, wParam, lParam);
788 LRESULT PopupMenuWin::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 334 return pluginView->wndProc(hWnd, message, wParam, lParam);
351 PluginView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
824 WNDPROC currentWndProc = (WNDPROC)GetWindowLong(platformPluginWidget(), GWL_WNDPROC);
826 m_pluginWndProc = (WNDPROC)SetWindowLong(platformPluginWidget(), GWL_WNDPROC, (LONG)PluginViewWndProc);
829 WNDPROC currentWndProc = (WNDPROC)GetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC);
831 m_pluginWndProc = (WNDPROC)SetWindowLongPtr(platformPluginWidget(), GWLP_WNDPROC, (LONG_PTR)PluginViewWndProc);

Completed in 292 milliseconds