Searched refs:popup_menu (Results 1 – 2 of 2) sorted by relevance
174 HWND popup_menu = ::FindWindow(L"#32768", 0); in SendKeyPressImpl() local175 if (popup_menu != NULL && popup_menu == ::GetTopWindow(NULL)) { in SendKeyPressImpl()178 ::SendMessage(popup_menu, WM_KEYDOWN, w_param, l_param); in SendKeyPressImpl()179 ::SendMessage(popup_menu, WM_KEYUP, w_param, l_param); in SendKeyPressImpl()
2844 widgetClass->popup_menu = webkit_web_view_popup_menu_handler; in webkit_web_view_class_init()