Searched refs:PopupContent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainerTest.cpp33 class MockPopupContent : public PopupContent {
75 static IntRect calculatePositionWithTransformAndRTL(const IntRect& initialRect, const IntSize& transformOffset, int verticalOffset, PopupContent* content)
86 static IntRect calculatePosition(const IntRect& initialRect, PopupContent* content, FloatRect windowRect = FloatRect(0, 0, 512, 512), bool isRTL = true)
H A DPopupListBox.h54 class PopupContent { class in namespace:blink
60 virtual ~PopupContent() { };
88 class PopupListBox FINAL : public Widget, public ScrollableArea, public PopupContent {
H A DPopupContainer.h121 static IntRect layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent*, bool& needToResizeView);
H A DPopupContainer.cpp105 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)

Completed in 86 milliseconds