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

  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 70 bool uniqueNameExists(const AtomicString& name) const;
FrameTree.cpp 121 bool FrameTree::uniqueNameExists(const AtomicString& name) const
132 if (!requestedName.isEmpty() && !uniqueNameExists(requestedName) && requestedName != "_blank")

Completed in 288 milliseconds