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

1 23 4 5

  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 144 static LRESULT CALLBACK RunLoopWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 121 static LRESULT CALLBACK InspectorViewWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/chromium/chrome/browser/
process_singleton_win.cc 34 BOOL CALLBACK BrowserWindowEnumeration(HWND window, LPARAM param) {
303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message,
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 110 static void CALLBACK logEventProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject, LONG idChild, DWORD, DWORD)
230 static void CALLBACK notificationListenerProc(HWINEVENTHOOK, DWORD event, HWND hwnd, LONG idObject, LONG idChild, DWORD, DWORD)
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 16 static BOOL CALLBACK MonitorEnumProc(HMONITOR monitor, HDC monitor_dc,
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
515 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.h 164 static void CALLBACK internetStatusCallback(HINTERNET, DWORD_PTR, DWORD, LPVOID, DWORD);
  /external/webkit/Source/WebCore/platform/win/
SharedTimerWin.cpp 87 LRESULT CALLBACK TimerWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 140 static LRESULT CALLBACK hudWndProc(HWND, UINT message, WPARAM, LPARAM);
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
WebPopupMenuProxyWin.h 78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 146 static BOOL CALLBACK addWindowToVectorIfOwnedByCurrentThread(HWND window, LPARAM lParam)
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 61 // Callback from hook when a mouse message is received.
62 LRESULT CALLBACK MouseHook(int n_code, WPARAM w_param, LPARAM l_param) {
71 // Callback from hook when a key message is received.
72 LRESULT CALLBACK KeyHook(int n_code, WPARAM w_param, LPARAM l_param) {
  /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)
layout.cpp 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/libxslt/libxslt/
xsltlocale.c 443 * callback used to count locales
447 BOOL CALLBACK
458 * callback used to track locales
462 BOOL CALLBACK
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 89 // A callback function for EnumThreadWindows to enumerate and dismiss
91 BOOL CALLBACK DismissOwnedPopups(HWND window, LPARAM arg) {
155 // Windows callback for OnDestroy to detach the plugin windows.
156 BOOL CALLBACK DetachPluginWindowsCallback(HWND window, LPARAM param) {
192 LRESULT CALLBACK PluginWrapperWindowProc(HWND window, unsigned int message,
454 static BOOL CALLBACK AddChildWindowToVector(HWND hwnd, LPARAM lparam) {
607 BOOL CALLBACK EnumChildProc(HWND hwnd, LPARAM lparam) {
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 111 LRESULT CALLBACK rpng_win_wndproc(HWND, UINT, WPARAM, LPARAM);
644 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP)
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 162 static LRESULT CALLBACK wndProc(HWND wnd, UINT message,
  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 81 /* This triggers a last callback() with nBytes=0 */
90 static void CALLBACK
winhttp.h 172 typedef VOID (CALLBACK *WINHTTP_STATUS_CALLBACK)(HINTERNET,DWORD_PTR,DWORD,LPVOID,DWORD);
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 33 static BOOL CALLBACK WindowCallbackProc(HWND hwnd, LPARAM lParam) {
  /external/libpng/contrib/visupng/
VisualPng.c 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
41 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
145 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam,
429 BOOL CALLBACK AboutDlgProc (HWND hDlg, UINT message,
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 147 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo)

Completed in 290 milliseconds

1 23 4 5