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

  /external/webkit/WebCore/html/
HTMLBaseElement.h 49 String m_hrefAttrValue;
HTMLBaseElement.cpp 46 m_hrefAttrValue = attr->value();
77 if (!m_href.isEmpty() && (!document()->frame() || document()->frame()->script()->xssAuditor()->canSetBaseElementURL(m_hrefAttrValue)))

Completed in 750 milliseconds