Searched refs:hideArrows (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DPlatformPopupMenuData.cpp42 encoder << hideArrows; local
56 if (!decoder.decode(data.hideArrows))
H A DPlatformPopupMenuData.h50 bool hideArrows; member in struct:WebKit::PlatformPopupMenuData
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebPopupMenuMac.mm52 data.hideArrows = !m_popupClient->menuStyle().hasDefaultAppearance();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPopupMenuProxyMac.mm150 WKPopupMenu(menu, location, roundf(NSWidth(rect)), dummyView.get(), selectedIndex, font, controlSize, data.hideArrows);
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreSystemInterface.mm72 void (*wkPopupMenu)(NSMenu*, NSPoint location, float width, NSView*, int selectedItem, NSFont*, NSControlSize controlSize, bool hideArrows);
H A DWebCoreSystemInterface.h207 extern void (*wkPopupMenu)(NSMenu*, NSPoint location, float width, NSView*, int selectedItem, NSFont*, NSControlSize controlSize, bool hideArrows);

Completed in 125 milliseconds