Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:rect

63     static IntRect rect(60, 200, 750, 650);
64 return rect;
121 RECT rect;
122 GetClientRect(m_hwnd, &rect);
123 if (FAILED(m_webView->initWithFrame(rect, 0, 0)))
262 RECT hostWindowRect;
265 RECT inspectedRect;
408 RECT rect;
409 ::GetClientRect(m_hwnd, &rect);
411 ::SetWindowPos(m_webViewHwnd, 0, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, SWP_NOZORDER);
442 RECT inspectorRect;