Home
last modified time | relevance | path

Searched refs:shouldPopOver (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/mac/
DPopupMenuMac.mm61 m_popup = [[NSPopUpButtonCell alloc] initTextCell:@"" pullsDown:!client()->shouldPopOver()];
71 if (!client()->shouldPopOver())
113 …if (index == -1 && numItems == 2 && !client()->shouldPopOver() && ![[m_popup.get() itemAtIndex:1] …
130 if (client()->shouldPopOver()) {
167 if (!client()->shouldPopOver())
/external/webkit/WebCore/platform/
DPopupMenuClient.h55 virtual bool shouldPopOver() const = 0;
/external/webkit/WebCore/rendering/
DRenderMenuList.h93 virtual bool shouldPopOver() const { return !POPUP_MENU_PULLS_DOWN; } in shouldPopOver() function
DRenderTextControlSingleLine.h101 virtual bool shouldPopOver() const { return false; } in shouldPopOver() function
/external/webkit/WebCore/
DChangeLog-2006-12-313753 …(WebCore::RenderTextControl::shouldPopOver): Added as a PopupClient method so the results menu sho…
4262 …(WebCore::RenderMenuList::shouldPopOver): Added. Tells the popup whether the menu should pop over…
DChangeLog12829 (WebCore::RenderTextControlSingleLine::shouldPopOver):