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

  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 195 Vector<IntRect>& cutOutRects);
199 Vector<IntRect>& cutOutRects);
WebPluginContainerImpl.cpp 401 Vector<IntRect> cutOutRects;
402 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
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());

Completed in 122 milliseconds