Home
last modified time | relevance | path

Searched refs:showPopup (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/platform/qt/
DQWebPopup.cpp49 void QWebPopup::showPopup() in showPopup() function in WebCore::QWebPopup
51 QComboBox::showPopup(); in showPopup()
DQWebPopup.h37 virtual void showPopup();
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.h74 void showPopup(FrameView*);
DPopupMenuChromium.cpp93 void showPopup();
341 void PopupContainer::showPopup(FrameView* view) in showPopup() function in WebCore::PopupContainer
495 showPopup(v); in show()
/external/webkit/WebCore/rendering/
DRenderMenuList.h67 void showPopup();
DRenderTextControlSingleLine.h52 void showPopup();
DTextControlInnerElements.cpp135 renderer->showPopup(); in defaultEventHandler()
DRenderMenuList.cpp264 void RenderMenuList::showPopup() in showPopup() function in WebCore::RenderMenuList
DRenderTextControlSingleLine.cpp130 void RenderTextControlSingleLine::showPopup() in showPopup() function in WebCore::RenderTextControlSingleLine
/external/webkit/WebCore/html/
DHTMLSelectElement.cpp633 menuList->showPopup(); in menuListDefaultEventHandler()
638 menuList->showPopup(); in menuListDefaultEventHandler()
680 menuList->showPopup(); in menuListDefaultEventHandler()
709 menuList->showPopup(); in menuListDefaultEventHandler()
/external/webkit/WebCore/
DChangeLog-2006-12-313376 (WebCore::RenderTextControl::showPopup):
3788 (WebCore::RenderTextControl::showPopup): Added. Loads searches, and displays menu.
23148 Also renamed showPopup()/hidePopup() to show()/hide() to disambiguate
23149 from RenderMenuList::showPopup/hidePopup.
23185 (WebCore::RenderMenuList::showPopup): Use nice new simple
32409 (WebCore::RenderPopupMenuMac::showPopup): Ditto.
33439 (WebCore::RenderPopupMenuMac::showPopup): Moved call to dismiss popup into hidePopup method.
35462 (WebCore::RenderPopupMenuQt::showPopup):
37193 (WebCore::RenderMenuList::showPopup):
41731 …<rdar://problem/4641004> 9A224: Safari crashes in WebCore::RenderMenuList::showPopup when changing…
[all …]
DChangeLog4982 (WebCore::RenderTextControlSingleLine::showPopup):
7511 (WebCore::PopupContainer::showPopup):
12783 (WebCore::RenderTextControlSingleLine::showPopup):
21394 (WebCore::RenderTextControl::showPopup):
24682 (WebCore::RenderMenuList::showPopup):
DChangeLog-2007-10-1432884 (WebCore::RenderPopupMenuWin::showPopup):
33382 (RenderPopupMenuWin::showPopup):
49927 * rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::showPopup):
DChangeLog-2008-08-1055627 * Keep track of the popup status using the virtuals showPopup and hidePopup
55631 (WebCore::QWebPopup::showPopup):