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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameTree.h69 AtomicString uniqueChildName(const AtomicString& requestedName) const;
H A DFrameTree.cpp71 m_uniqueName = AtomicString(); // Remove our old frame name so it's not considered in uniqueChildName.
72 m_uniqueName = parent()->tree().uniqueChildName(name.isEmpty() ? fallbackName : name);
130 AtomicString FrameTree::uniqueChildName(const AtomicString& requestedName) const function in class:blink::FrameTree

Completed in 83 milliseconds