Searched refs:hWndCtl (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | dirpick.cpp | 428 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify) in onCommand() argument 436 int index = ListBox_GetCurSel(hWndCtl); in onCommand() 437 DWORD dwItemData = ListBox_GetItemData(hWndCtl, index); in onCommand() 449 ListBox_GetText(hWndCtl, index, szCurDir); in onCommand() 455 GetWindowText(hWndCtl, szDir, sizeof(szDir)); in onCommand() 471 int index = ComboBox_GetCurSel(hWndCtl); in onCommand() 474 ComboBox_GetLBText(hWndCtl, index, szDrive); in onCommand() 500 index = ComboBox_SelectString(hWndCtl, -1, szDrive); in onCommand()
|
D | gui_pause.cpp | 43 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify) in onCommand() argument
|
D | gui_fiter.cpp | 46 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify) in onCommand() argument
|
D | gui_log.cpp | 82 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify) in onCommand() argument
|
D | gui_main.cpp | 146 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify) in onCommand() argument
|
/external/chromium_org/chrome_frame/ |
D | find_dialog.h | 35 HWND hWndCtl, BOOL& bHandled); // NOLINT 37 HWND hWndCtl, BOOL& bHandled); // NOLINT
|
D | find_dialog.cc | 36 LRESULT CFFindDialog::OnFind(WORD wNotifyCode, WORD wID, HWND hWndCtl, in OnFind() argument 57 LRESULT CFFindDialog::OnCancel(WORD wNotifyCode, WORD wID, HWND hWndCtl, in OnCancel() argument
|
/external/chromium_org/chrome_frame/turndown_prompt/ |
D | turndown_prompt_window.h | 90 HWND hWndCtl,
|