Searched refs:onInitDialog (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | gui_pause.cpp | 58 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function 69 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in PauseDlgProc()
|
D | gui_general.cpp | 68 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function 91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in GeneralPageProc()
|
D | gui_advanced.cpp | 68 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function 91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in AdvancedPageProc()
|
D | gui_fiter.cpp | 97 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function 129 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in FilterPageProc()
|
D | gui_log.cpp | 126 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function 155 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in LogPageProc()
|
D | gui_main.cpp | 167 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function 264 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in MainDlgProc()
|
D | dirpick.cpp | 389 static void onInitDialog(HWND hWnd, LPSTR lpsz) in onInitDialog() function 524 onInitDialog(hWnd, (LPSTR)lParam); in DirPickDlgProc()
|