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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTWin.cpp 34 #include "WebRect.h"
51 static SkIRect webRectToSkIRect(const WebRect& webRect)
54 irect.set(webRect.x, webRect.y, webRect.x + webRect.width, webRect.y + webRect.height);
59 const WebRect& rect
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 710 RECT webRect = enclosingIntRect(rect);
711 LocalWindowsContext windowsContext(context, webRect);
712 HRESULT hr = delegate->paintCustomScrollbar(m_webView, windowsContext.hdc(), webRect, webSize, webState, webPressedPart,
726 RECT webRect = enclosingIntRect(rect);
727 LocalWindowsContext windowsContext(context, webRect);
728 HRESULT hr = delegate->paintCustomScrollCorner(m_webView, windowsContext.hdc(), webRect);

Completed in 4494 milliseconds