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

  /external/webkit/WebCore/html/
HTMLBaseElement.cpp 77 if (!m_href.isEmpty() && (!document()->frame() || document()->frame()->script()->xssAuditor()->canSetBaseElementURL(m_hrefAttrValue)))
  /external/webkit/WebCore/page/
XSSAuditor.h 102 bool canSetBaseElementURL(const String& url) const;
XSSAuditor.cpp 195 bool XSSAuditor::canSetBaseElementURL(const String& url) const

Completed in 194 milliseconds