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

  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect,
282 int ret = m_glWebViewState->drawGL(invScreenRect, m_visibleContentRect, invalRect,
790 invScreenRect = _invScreenRect;
801 if (invScreenRect.isEmpty()) {
807 int titlebarHeight = screenRect.height() - invScreenRect.height();
814 WebCore::IntRect localInvScreenRect = invScreenRect;
817 // to the FBO, rather than the screen(which will use invScreenRect).
849 invScreenRect = _invScreenRect;
861 WebCore::IntRect invScreenRect;
912 WebCore::IntRect invScreenRect = jrect_to_webrect(env, jinvscreenrect)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]

Completed in 376 milliseconds