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

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

Completed in 66 milliseconds