HomeSort by relevance Sort by last modified time
    Searched defs:CFFindDialog (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome_frame/
find_dialog.h 18 class CFFindDialog : public CDialogImpl<CFFindDialog> {
22 BEGIN_MSG_MAP(CFFindDialog)
29 CFFindDialog();
find_dialog.cc 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()
    [all...]

Completed in 33 milliseconds