Home
last modified time | relevance | path

Searched refs:popup_menu (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/automation/
Dui_controls_win.cc174 HWND popup_menu = ::FindWindow(L"#32768", 0); in SendKeyPressImpl() local
175 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()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp2844 widgetClass->popup_menu = webkit_web_view_popup_menu_handler; in webkit_web_view_class_init()