HomeSort by relevance Sort by last modified time
    Searched full:rectinscreencoords (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 365 IntRect rectInScreenCoords = rect;
366 POINT location(rectInScreenCoords .location());
369 rectInScreenCoords.setLocation(location);
391 popupWidth = max(rectInScreenCoords.width() - m_data.m_clientInsetLeft - m_data.m_clientInsetRight, popupWidth);
394 int popupX = rectInScreenCoords.x() + m_data.m_clientInsetLeft;
396 IntRect popupRect(popupX, rectInScreenCoords.maxY(), popupWidth, popupHeight);
408 if (rectInScreenCoords.y() - popupRect.height() < 0) {
410 if ((rectInScreenCoords.y() + rectInScreenCoords.height() / 2) < (screen.height() / 2)) {
416 popupRect.setHeight(rectInScreenCoords.y())
    [all...]

Completed in 53 milliseconds