Searched refs:transformOffset (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PopupContainerTest.cpp | 75 …sitionWithTransformAndRTL(const IntRect& initialRect, const IntSize& transformOffset, int vertical… in calculatePositionWithTransformAndRTL() argument 83 …olHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffset, content, nee… in calculatePositionWithTransformAndRTL() 181 IntSize transformOffset(-4, -8); in TEST() local 182 …IntRect resultRect = calculatePositionWithTransformAndRTL(initialRect, transformOffset, -104, &con… in TEST() 191 IntSize transformOffset(4, -8); in TEST() local 192 …IntRect resultRect = calculatePositionWithTransformAndRTL(initialRect, transformOffset, 104, &cont… in TEST()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupContainer.cpp | 102 …isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent… in layoutAndCalculateWidgetRectInternal() argument 132 …ctInScreen.y() - widgetRectInScreen.height() - targetControlHeight - transformOffset.height() > 0)… in layoutAndCalculateWidgetRectInternal() 134 …widgetRectInScreen.move(-transformOffset.width(), -(widgetRectInScreen.height() + targetControlHei… in layoutAndCalculateWidgetRectInternal() 138 … int spaceAbove = widgetRectInScreen.y() - targetControlHeight + transformOffset.height(); in layoutAndCalculateWidgetRectInternal() 149 …widgetRectInScreen.move(-transformOffset.width(), -(widgetRectInScreen.height() + targetControlHei… in layoutAndCalculateWidgetRectInternal() 155 …layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, const IntPoi… in layoutAndCalculateWidgetRect() argument 202 …ControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.ge… in layoutAndCalculateWidgetRect() 214 …IntSize transformOffset(m_controlPosition.p4().x() - m_controlPosition.p1().x(), m_controlPosition… in showPopup() local 215 …pupOpened(this, layoutAndCalculateWidgetRect(m_controlSize.height(), transformOffset, roundedIntPo… in showPopup()
|
D | PopupContainer.h | 115 …isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent… 127 …IntRect layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, cons…
|