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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DChildFrameDisconnector.h32 void collectFrameOwners(Node&);
33 void collectFrameOwners(ElementShadow&);
H A DChildFrameDisconnector.cpp29 collectFrameOwners(m_root);
32 collectFrameOwners(*child);
38 void ChildFrameDisconnector::collectFrameOwners(Node& root) function in class:WebCore::ChildFrameDisconnector
47 collectFrameOwners(*child);
51 collectFrameOwners(*shadow);
69 void ChildFrameDisconnector::collectFrameOwners(ElementShadow& shadow) function in class:WebCore::ChildFrameDisconnector
72 collectFrameOwners(*root);

Completed in 147 milliseconds