Searched defs:webViewRect (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLExtras.cpp202 void GLExtras::drawGL(IntRect& webViewRect, SkRect& viewport, int titleBarHeight) argument
H A DGLWebViewState.cpp335 IntRect& webViewRect, int titleBarHeight,
350 shader->setWebViewRect(webViewRect);
448 IntRect& webViewRect, int titleBarHeight,
500 double currentTime = setupDrawing(rect, viewport, webViewRect, titleBarHeight, clip, scale);
524 m_glExtras.drawGL(webViewRect, viewport, titleBarHeight);
334 setupDrawing(IntRect& viewRect, SkRect& visibleRect, IntRect& webViewRect, int titleBarHeight, IntRect& screenClip, float scale) argument
447 drawGL(IntRect& rect, SkRect& viewport, IntRect* invalRect, IntRect& webViewRect, int titleBarHeight, IntRect& clip, float scale, bool* treesSwappedPtr, bool* newTreeHasAnimPtr) argument
/external/webkit/Tools/MiniBrowser/win/
H A DBrowserView.cpp81 void BrowserView::create(RECT webViewRect, BrowserWindow* parentWindow) argument
93 m_webView = WKViewCreate(webViewRect, context, 0, parentWindow->window());
H A DBrowserWindow.cpp174 RECT webViewRect = { 0, 0, 0, 0}; local
175 m_browserView.create(webViewRect, this);
198 RECT webViewRect; local
199 webViewRect.top = rebarRect.bottom;
200 webViewRect.left = 0;
201 webViewRect.right = width;
202 webViewRect.bottom = height;
203 m_browserView.setFrame(webViewRect);
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp450 WebCore::IntRect& webViewRect, int titleBarHeight,
511 webViewRect, titleBarHeight, clip, scale,
1585 int titlebarHeight = webViewRect.height() - viewRect.height();
1597 bool retVal = (*wvInstance.*funcPtr)(localViewRect, &inval, webViewRect,
1602 finalInval = webViewRect;
1605 finalInval.setX(webViewRect.x() + inval.x());
1606 finalInval.setY(webViewRect.y() + titlebarHeight + inval.y());
1622 webViewRect = _viewRect;
1629 WebCore::IntRect webViewRect; member in class:GLDrawFunctor
1890 WebCore::IntRect webViewRect local
1908 WebCore::IntRect webViewRect = jrect_to_webrect(env, jviewrect); local
[all...]

Completed in 431 milliseconds