Home
last modified time | relevance | path

Searched refs:targetControlRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.cpp403 IntRect PopupContainer::refresh(const IntRect& targetControlRect) in refresh() argument
408 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location()); in refresh()
411 locationInWindow.move(0, targetControlRect.height()); in refresh()
413 …IntRect widgetRectInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), l… in refresh()
DPopupContainer.h95 IntRect refresh(const IntRect& targetControlRect);