Home
last modified time | relevance | path

Searched refs:uniqueChildName (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/page/
DFrameTree.cpp49 m_name = parent()->tree()->uniqueChildName(name); in setName()
103 AtomicString FrameTree::uniqueChildName(const AtomicString& requestedName) const in uniqueChildName() function in WebCore::FrameTree
DFrameTree.h66 AtomicString uniqueChildName(const AtomicString& requestedName) const;
/external/webkit/WebCore/html/
DHTMLFrameElementBase.cpp160 m_frameName = parentFrame->tree()->uniqueChildName(m_frameName); in setNameAndOpenURL()
/external/webkit/WebCore/
DChangeLog-2006-05-1014024 instead of Frame::incrementFrameCount. Changed to call FrameTree::uniqueChildName
14034 instead of Frame::incrementFrameCount. Changed to call FrameTree::uniqueChildName
14047 Added isDescendantOf, traverseNext, child, find, uniqueChildName.
14049 (WebCore::FrameTree::setName): Changed to call uniqueChildName to handle name
14051 (WebCore::FrameTree::uniqueChildName): Added. Checks for duplication and generates
DChangeLog-2007-10-1415826 … two calls to FrameTree::uniqueChildName will return the same frame name and in that case only
DChangeLog-2008-08-1047675 (WebCore::FrameTree::uniqueChildName):