HomeSort by relevance Sort by last modified time
    Searched refs:lParam (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 146 static BOOL CALLBACK addWindowToVectorIfOwnedByCurrentThread(HWND window, LPARAM lParam)
148 EnumWindowsContext* context = reinterpret_cast<EnumWindowsContext*>(lParam);
171 ::EnumThreadWindows(context.currentThreadID, addWindowToVectorIfOwnedByCurrentThread, reinterpret_cast<LPARAM>(&context));
176 ::EnumChildWindows(windows[i], addWindowToVectorIfOwnedByCurrentThread, reinterpret_cast<LPARAM>(&context));
181 ::EnumChildWindows((*it)->nativeWindow(), addWindowToVectorIfOwnedByCurrentThread, reinterpret_cast<LPARAM>(&context));
  /external/icu4c/samples/layout/
clayout.c 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
163 context->width = LOWORD(lParam);
164 context->height = HIWORD(lParam);
359 return DefWindowProc(hwnd, message, wParam, lParam);
layout.cpp 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
161 context->width = LOWORD(lParam);
162 context->height = HIWORD(lParam);
354 return DefWindowProc(hwnd, message, wParam, lParam);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 132 LPARAM lParam; /* LONG message parameter */
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 110 static LRESULT CALLBACK PopupMenuWndProc(HWND, UINT, WPARAM, LPARAM);
111 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 105 /* [in] */ LPARAM lParam);
WebView.cpp 992 void WebView::paint(HDC dc, LPARAM options)
    [all...]
WebScrollBar.cpp 225 LPARAM lParam)
227 PlatformMouseEvent mouseEvent((HWND)(ULONG64)window, msg, wParam, lParam);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_syswm.h 132 LPARAM lParam; /* LONG message parameter */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_syswm.h 132 LPARAM lParam; /* LONG message parameter */
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_syswm.h 124 LPARAM lParam; /* LONG message parameter */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_syswm.h 132 LPARAM lParam; /* LONG message parameter */
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 163 npEvent.lParam = reinterpret_cast<uintptr_t>(&windowpos);
173 npEvent.lParam = reinterpret_cast<uintptr_t>(&dirtyWinRect);
188 npEvent.lParam = MAKELPARAM(event.position().x(), event.position().y());
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl2Test.java 155 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
168 keyS.store(lParam);
173 keyS.load(lParam);
282 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
285 keyS.store(lParam);
  /external/openssl/crypto/rand/
rand_win.c 634 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam)
653 x=LOWORD(lParam);
654 y=HIWORD(lParam);
668 RAND_add(&lParam, sizeof(lParam), 0);
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 330 LRESULT CALLBACK PluginView::PluginViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
334 return pluginView->wndProc(hWnd, message, wParam, lParam);
351 PluginView::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
380 m_messageThrottler->appendMessage(hWnd, message, wParam, lParam);
410 LRESULT result = ::CallWindowProc(m_pluginWndProc, hWnd, message, wParam, lParam);
544 npEvent.lParam = reinterpret_cast<uintptr_t>(&windowpos);
556 npEvent.lParam = 0;
649 npEvent.lParam = 0
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 132 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
135 kss[i].load(lParam);
137 kss[i].store(lParam);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreTest.java 131 KeyStore.LoadStoreParameter lParam = new MyLoadStoreParams(
134 kss[i].load(lParam);
136 kss[i].store(lParam);
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 144 static LRESULT CALLBACK RunLoopWndProc(HWND, UINT, WPARAM, LPARAM);
145 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 121 static LRESULT CALLBACK InspectorViewWndProc(HWND, UINT, WPARAM, LPARAM);
122 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
124 LRESULT onSizeEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
125 LRESULT onMinMaxInfoEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
126 LRESULT onSetFocusEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
127 LRESULT onCloseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 163 WPARAM wParam, LPARAM lParam)
201 return DefWindowProc(wnd, message, wParam, lParam);
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 33 static BOOL CALLBACK WindowCallbackProc(HWND hwnd, LPARAM lParam) {
34 BaseWindowFinder* finder = reinterpret_cast<BaseWindowFinder*>(lParam);
120 EnumWindows(WindowCallbackProc, reinterpret_cast<LPARAM>(this));
175 reinterpret_cast<LPARAM>(this));
239 reinterpret_cast<LPARAM>(this));
  /external/quake/quake/src/QW/client/
cd_win.c 363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
365 if (lParam != wDeviceID)
  /external/quake/quake/src/WinQuake/
cd_win.cpp 363 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
365 if (lParam != wDeviceID)
  /external/webkit/Source/WebCore/platform/wince/
PasteboardWinCE.cpp 55 static LRESULT CALLBACK PasteboardOwnerWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
73 lresult = DefWindowProc(hWnd, message, wParam, lParam);

Completed in 1330 milliseconds

1 23 4 5