Home | History | Annotate | Download | only in nav

Lines Matching defs:m_visibleContentRect

234     if (left < m_visibleContentRect.fLeft)
235 dx = left - m_visibleContentRect.fLeft;
237 else if (right > m_visibleContentRect.fRight
238 && right - left < m_visibleContentRect.width())
239 dx = right - m_visibleContentRect.fRight;
243 if (top < m_visibleContentRect.fTop)
244 dy = top - m_visibleContentRect.fTop;
246 else if (bottom > m_visibleContentRect.fBottom
247 && bottom - top < m_visibleContentRect.height())
248 dy = bottom - m_visibleContentRect.fBottom;
278 if (!m_visibleContentRect.isFinite())
282 int ret = m_glWebViewState->drawGL(invScreenRect, m_visibleContentRect, invalRect,
319 m_baseLayer->updatePositionsRecursive(m_visibleContentRect);
560 m_visibleContentRect = visibleContentRect;
584 m_baseLayer->updatePositionsRecursive(m_visibleContentRect);
772 SkRect m_visibleContentRect;