Searched refs:shouldPopOver (Results 1 – 6 of 6) sorted by relevance
61 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())
55 virtual bool shouldPopOver() const = 0;
93 virtual bool shouldPopOver() const { return !POPUP_MENU_PULLS_DOWN; } in shouldPopOver() function
101 virtual bool shouldPopOver() const { return false; } in shouldPopOver() function
3753 …(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…
12829 (WebCore::RenderTextControlSingleLine::shouldPopOver):