Searched defs:locationInWindow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp410 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location()); local
413 locationInWindow.move(0, targetControlRect.height());
415 IntRect widgetRectInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), locationInWindow);

Completed in 79 milliseconds