OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onInitDialog
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/npapi/npspy/windows/
gui_pause.cpp
58
static BOOL
onInitDialog
(HWND hWnd, HWND hWndFocus, LPARAM lParam)
69
return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam,
onInitDialog
);
gui_advanced.cpp
68
static BOOL
onInitDialog
(HWND hWnd, HWND hWndFocus, LPARAM lParam)
91
return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam,
onInitDialog
);
gui_general.cpp
68
static BOOL
onInitDialog
(HWND hWnd, HWND hWndFocus, LPARAM lParam)
91
return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam,
onInitDialog
);
gui_fiter.cpp
97
static BOOL
onInitDialog
(HWND hWnd, HWND hWndFocus, LPARAM lParam)
129
return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam,
onInitDialog
);
gui_log.cpp
126
static BOOL
onInitDialog
(HWND hWnd, HWND hWndFocus, LPARAM lParam)
155
return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam,
onInitDialog
);
gui_main.cpp
167
static BOOL
onInitDialog
(HWND hWnd, HWND hWndFocus, LPARAM lParam)
264
return (BOOL)HANDLE_WM_INITDIALOG(hWnd, wParam, lParam,
onInitDialog
);
dirpick.cpp
389
static void
onInitDialog
(HWND hWnd, LPSTR lpsz)
524
onInitDialog
(hWnd, (LPSTR)lParam);
Completed in 147 milliseconds