HomeSort by relevance Sort by last modified time
    Searched refs:uniqueChildName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 73 AtomicString uniqueChildName(const AtomicString& requestedName) const;
FrameTree.cpp 50 m_uniqueName = AtomicString(); // Remove our old frame name so it's not considered in uniqueChildName.
51 m_uniqueName = parent()->tree()->uniqueChildName(name);
128 AtomicString FrameTree::uniqueChildName(const AtomicString& requestedName) const

Completed in 55 milliseconds