Searched refs:shouldPopOver (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebPopupMenuMac.mm49 data.shouldPopOver = m_popupClient->shouldPopOver();
/external/webkit/Source/WebKit2/Shared/
H A DPlatformPopupMenuData.h57 bool shouldPopOver; member in struct:WebKit::PlatformPopupMenuData
H A DPlatformPopupMenuData.cpp64 encoder->encode(shouldPopOver);
96 if (!decoder->decode(data.shouldPopOver))
/external/webkit/Source/WebCore/platform/
H A DPopupMenuClient.h62 virtual bool shouldPopOver() const = 0;
/external/webkit/Source/WebCore/platform/mac/
H A DPopupMenuMac.mm65 m_popup = [[NSPopUpButtonCell alloc] initTextCell:@"" pullsDown:!client()->shouldPopOver()];
75 if (!client()->shouldPopOver())
150 if (index == -1 && numItems == 2 && !client()->shouldPopOver() && ![[m_popup.get() itemAtIndex:1] isEnabled])
167 if (client()->shouldPopOver()) {
204 if (!client()->shouldPopOver())
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.h104 virtual bool shouldPopOver() const { return !POPUP_MENU_PULLS_DOWN; } function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.h138 virtual bool shouldPopOver() const { return false; } function in class:WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.h94 virtual bool shouldPopOver() const { return false; } function in class:WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebPopupMenuProxyMac.mm118 if (data.shouldPopOver) {
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp92 virtual bool shouldPopOver() const { return false; } function in class:__anon16016::TestPopupMenuClient

Completed in 160 milliseconds