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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLExtras.h 46 void setVisibleContentRect(const SkRect & visibleContentRect)
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 127 void GLWebViewState::setVisibleContentRect(const SkRect& visibleContentRect, float scale)
232 setVisibleContentRect(visibleContentRect, scale);
365 m_glExtras.setVisibleContentRect(visibleContentRect);
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 559 void setVisibleContentRect(SkRect& visibleContentRect) {
904 webView->setVisibleContentRect(visibleContentRect);
915 wvInstance->setVisibleContentRect(visibleContentRect);
    [all...]

Completed in 180 milliseconds