OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uniqueChildName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h
78
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);
97
AtomicString FrameTree::
uniqueChildName
(const AtomicString& requestedName) const
Completed in 38 milliseconds