Home
last modified time | relevance | path

Searched refs:PopupContainer (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp89 PassRefPtr<PopupContainer> PopupContainer::create(PopupMenuClient* client, bool deviceSupportsTouch) in create()
91 return adoptRef(new PopupContainer(client, deviceSupportsTouch)); in create()
94 PopupContainer::PopupContainer(PopupMenuClient* client, bool deviceSupportsTouch) in PopupContainer() function in blink::PopupContainer
101 PopupContainer::~PopupContainer() in ~PopupContainer()
107 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int target… in layoutAndCalculateWidgetRectInternal()
160 IntRect PopupContainer::layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transf… in layoutAndCalculateWidgetRect()
214 void PopupContainer::showPopup(FrameView* view) in showPopup()
235 void PopupContainer::hidePopup() in hidePopup()
240 void PopupContainer::notifyPopupHidden() in notifyPopupHidden()
248 void PopupContainer::fitToListBox() in fitToListBox()
[all …]
DPopupContainer.h49 class PopupContainer FINAL : public WebCore::FramelessScrollView {
51 static PassRefPtr<PopupContainer> create(WebCore::PopupMenuClient*, bool deviceSupportsTouch);
115 friend class WTF::RefCounted<PopupContainer>;
117 PopupContainer(WebCore::PopupMenuClient*, bool deviceSupportsTouch);
118 virtual ~PopupContainer();
DPopupMenuChromium.h45 class PopupContainer; variable
60 RefPtr<PopupContainer> m_popup;
DPopupMenuChromium.cpp62 m_popup = PopupContainer::create(m_popupClient, deviceSupportsTouch); in show()
DWebViewImpl.h72 class PopupContainer; variable
397 void popupOpened(PopupContainer*);
398 void popupClosed(PopupContainer*);
421 PopupContainer* selectPopup() const { return m_selectPopup.get(); } in selectPopup()
661 RefPtr<PopupContainer> m_selectPopup;
DWebPopupMenuImpl.cpp123 PopupContainer* container = static_cast<PopupContainer*>(m_widget); in handleMouseMove()
Dweb.gypi74 'PopupContainer.cpp',
75 'PopupContainer.h',
DPopupListBox.h163 friend class PopupContainer;
DPopupListBox.cpp683 PopupContainer* container = static_cast<PopupContainer*>(parent()); in hidePopup()
DWebViewImpl.cpp474 RefPtr<PopupContainer> selectPopup; in handleMouseDown()
685 RefPtr<PopupContainer> selectPopup; in handleGestureEvent()
1476 void WebViewImpl::popupOpened(PopupContainer* popupContainer) in popupOpened()
1485 void WebViewImpl::popupClosed(PopupContainer* popupContainer) in popupClosed()
Dblink_web.target.darwin-arm.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.linux-mips.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.linux-arm64.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.darwin-x86_64.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.linux-x86.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.darwin-arm64.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.linux-arm.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.darwin-x86.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.darwin-mips.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
Dblink_web.target.linux-x86_64.mk125 third_party/WebKit/Source/web/PopupContainer.cpp \
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupContainerTest.cpp84 …return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, wind… in calculatePositionWithTransformAndRTL()
93 …return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, wind… in calculatePosition()
DPopupMenuTest.cpp522 PopupContainer* container = webView()->selectPopup(); in TEST_F()
545 PopupContainer* container = webView()->selectPopup(); in TEST_F()