HomeSort by relevance Sort by last modified time
    Searched refs:PopupContainer (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.h 45 class PopupContainer;
60 RefPtr<PopupContainer> m_popup;
PopupContainer.h 49 class PopupContainer FINAL : public WebCore::FramelessScrollView {
51 static PassRefPtr<PopupContainer> create(WebCore::PopupMenuClient*, bool deviceSupportsTouch);
67 // PopupContainer methods
74 // so WebViewImpl can create a PopupContainer. This method is used for
115 friend class WTF::RefCounted<PopupContainer>;
117 PopupContainer(WebCore::PopupMenuClient*, bool deviceSupportsTouch);
118 virtual ~PopupContainer();
PopupContainer.cpp 32 #include "web/PopupContainer.h"
89 PassRefPtr<PopupContainer> PopupContainer::create(PopupMenuClient* client, bool deviceSupportsTouch)
91 return adoptRef(new PopupContainer(client, deviceSupportsTouch));
94 PopupContainer::PopupContainer(PopupMenuClient* client, bool deviceSupportsTouch)
101 PopupContainer::~PopupContainer()
107 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView)
160 IntRect PopupContainer::layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, const IntPo (…)
    [all...]
PopupMenuChromium.cpp 38 #include "web/PopupContainer.h"
62 m_popup = PopupContainer::create(m_popupClient, deviceSupportsTouch);
PopupListBox.h 163 friend class PopupContainer;
WebPopupMenuImpl.cpp 55 #include "web/PopupContainer.h"
122 // We cannot call setToolTipText() in PopupContainer, because PopupContainer is in WebCore, and we cannot refer to WebKit from Webcore.
123 PopupContainer* container = static_cast<PopupContainer*>(m_widget);
WebViewImpl.h 72 class PopupContainer;
397 void popupOpened(PopupContainer*);
398 void popupClosed(PopupContainer*);
421 PopupContainer* selectPopup() const { return m_selectPopup.get(); }
661 RefPtr<PopupContainer> m_selectPopup;
PopupListBox.cpp 54 #include "web/PopupContainer.h"
683 PopupContainer* container = static_cast<PopupContainer*>(parent());
WebViewImpl.cpp 138 #include "web/PopupContainer.h"
474 RefPtr<PopupContainer> selectPopup;
685 RefPtr<PopupContainer> selectPopup;
    [all...]
blink_web.target.darwin-arm.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.darwin-arm64.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.darwin-mips.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.darwin-x86.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.darwin-x86_64.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.linux-arm.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.linux-arm64.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.linux-mips.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.linux-x86.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
blink_web.target.linux-x86_64.mk 125 third_party/WebKit/Source/web/PopupContainer.cpp \
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupContainerTest.cpp 27 #include "web/PopupContainer.h"
69 static const int borderSize = 1; // Should match to kBorderSize in PopupContainer.cpp.
84 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffset, content, needToResizeView);
93 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, 0, IntSize(), content, needToResizeView);
PopupMenuTest.cpp 61 #include "web/PopupContainer.h"
522 PopupContainer* container = webView()->selectPopup();
545 PopupContainer* container = webView()->selectPopup();

Completed in 378 milliseconds