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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp401 Vector<IntRect> cutOutRects; local
402 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects); local
404 m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible());
933 Vector<IntRect>& cutOutRects)
941 getPluginOcclusions(m_element, this->parent(), frameRect, cutOutRects);
943 for (size_t i = 0; i < cutOutRects.size(); i++)
944 cutOutRects[i].move(-frameRect.x(), -frameRect.y());
930 calculateGeometry(const IntRect& frameRect, IntRect& windowRect, IntRect& clipRect, Vector<IntRect>& cutOutRects) argument

Completed in 119 milliseconds