Home
last modified time | relevance | path

Searched refs:onInitDialog (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/windows/
Dgui_pause.cpp58 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function
69 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in PauseDlgProc()
Dgui_general.cpp68 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in GeneralPageProc()
Dgui_advanced.cpp68 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function
91 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in AdvancedPageProc()
Dgui_fiter.cpp97 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function
129 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in FilterPageProc()
Dgui_log.cpp126 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function
155 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in LogPageProc()
Dgui_main.cpp167 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam) in onInitDialog() function
264 return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam, onInitDialog); in MainDlgProc()
Ddirpick.cpp389 static void onInitDialog(HWND hWnd, LPSTR lpsz) in onInitDialog() function
524 onInitDialog(hWnd, (LPSTR)lParam); in DirPickDlgProc()