Searched refs:occlusions (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginOcclusionSupport.h30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
H A DPluginOcclusionSupport.cpp122 static void addToOcclusions(const RenderBox* renderer, Vector<IntRect>& occlusions) argument
126 occlusions.append(IntRect(point, size));
129 static void addTreeToOcclusions(const RenderObject* renderer, const IntRect& frameRect, Vector<IntRect>& occlusions) argument
134 addToOcclusions(toRenderBox(renderer), occlusions);
136 addTreeToOcclusions(child, frameRect, occlusions);
151 void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions) argument
186 addToOcclusions(toRenderBox(iframeRenderer), occlusions); local
200 addTreeToOcclusions(elements[i]->renderer(), frameRect, occlusions);

Completed in 72 milliseconds