Searched refs:onNotify (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | gui_general.cpp | 56 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr) in onNotify() function 93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify); in GeneralPageProc()
|
D | gui_advanced.cpp | 56 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr) in onNotify() function 93 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify); in AdvancedPageProc()
|
D | gui_fiter.cpp | 85 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr) in onNotify() function 134 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify); in FilterPageProc()
|
D | gui_log.cpp | 114 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr) in onNotify() function 160 HANDLE_WM_NOTIFY(hWnd, wParam, lParam, onNotify); in LogPageProc()
|