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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp412 Vector<IntRect> cutOutRects; local
413 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects); local
415 m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible());
882 Vector<IntRect>& cutOutRects)
890 getPluginOcclusions(m_element, this->parent(), frameRect, cutOutRects);
892 for (size_t i = 0; i < cutOutRects.size(); i++)
893 cutOutRects[i].move(-frameRect.x(), -frameRect.y());
879 calculateGeometry(const IntRect& frameRect, IntRect& windowRect, IntRect& clipRect, Vector<IntRect>& cutOutRects) argument

Completed in 85 milliseconds