HomeSort by relevance Sort by last modified time
    Searched refs:m_windowRectInScreen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.cpp 80 return FloatRect(m_popup->m_windowRectInScreen.x, m_popup->m_windowRectInScreen.y, m_popup->m_windowRectInScreen.width, m_popup->m_windowRectInScreen.height);
85 m_popup->m_windowRectInScreen = IntRect(rect);
86 m_popup->widgetClient()->setWindowRect(m_popup->m_windowRectInScreen);
92 rectInScreen.move(m_popup->m_windowRectInScreen.x, m_popup->m_windowRectInScreen.y);
348 m_windowRectInScreen = WebRect(m_windowRectInScreen.x, m_windowRectInScreen.y, newSize.width, newSize.height)
    [all...]
WebPagePopupImpl.h 98 WebRect m_windowRectInScreen;

Completed in 77 milliseconds