Searched refs:uniqueChildName (Results 1 – 6 of 6) sorted by relevance
49 m_name = parent()->tree()->uniqueChildName(name); in setName()103 AtomicString FrameTree::uniqueChildName(const AtomicString& requestedName) const in uniqueChildName() function in WebCore::FrameTree
66 AtomicString uniqueChildName(const AtomicString& requestedName) const;
160 m_frameName = parentFrame->tree()->uniqueChildName(m_frameName); in setNameAndOpenURL()
14024 instead of Frame::incrementFrameCount. Changed to call FrameTree::uniqueChildName14034 instead of Frame::incrementFrameCount. Changed to call FrameTree::uniqueChildName14047 Added isDescendantOf, traverseNext, child, find, uniqueChildName.14049 (WebCore::FrameTree::setName): Changed to call uniqueChildName to handle name14051 (WebCore::FrameTree::uniqueChildName): Added. Checks for duplication and generates
15826 … two calls to FrameTree::uniqueChildName will return the same frame name and in that case only
47675 (WebCore::FrameTree::uniqueChildName):