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

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

Completed in 2265 milliseconds