HomeSort by relevance Sort by last modified time
    Searched refs:setVisibleContentRect (Results 1 - 4 of 4) 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.h 216 void setVisibleContentRect(const SkRect& visibleContentRect, float scale);
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 70 milliseconds