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

/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginOcclusionSupport.cpp59 static bool iframeIsAbovePlugin(const Vector<const RenderObject*>& iframeZstack, const Vector<const RenderObject*>& pluginZstack) argument
61 for (size_t i = 0; i < iframeZstack.size() && i < pluginZstack.size(); i++) {
65 const RenderObject* ro2 = pluginZstack[pluginZstack.size() - 1 - i];
87 const RenderObject* pluginRenderObject = pluginZstack[0];
157 Vector<const RenderObject*> pluginZstack;
159 getObjectStack(pluginNode, &pluginZstack);
185 if (iframeIsAbovePlugin(iframeZstack, pluginZstack))

Completed in 55 milliseconds