Lines Matching refs:CFFindDialog
15 HHOOK CFFindDialog::msg_hook_ = NULL;
17 CFFindDialog::CFFindDialog() {}
19 void CFFindDialog::Init(ChromeFrameAutomationClient* automation_client) {
23 LRESULT CFFindDialog::OnDestroy(UINT msg, WPARAM wparam, LPARAM lparam,
36 LRESULT CFFindDialog::OnFind(WORD wNotifyCode, WORD wID, HWND hWndCtl,
57 LRESULT CFFindDialog::OnCancel(WORD wNotifyCode, WORD wID, HWND hWndCtl,
63 LRESULT CFFindDialog::OnInitDialog(UINT msg, WPARAM wparam, LPARAM lparam,
79 LRESULT CALLBACK CFFindDialog::GetMsgProc(int code, WPARAM wparam,
104 bool CFFindDialog::InstallMessageHook() {
107 msg_hook_ = ::SetWindowsHookEx(WH_GETMESSAGE, &CFFindDialog::GetMsgProc,
113 bool CFFindDialog::UninstallMessageHook() {