HomeSort by relevance Sort by last modified time
    Searched defs:canonicalize (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/page/
XSSAuditor.cpp 80 m_cachedCanonicalizedURL = canonicalize(decodeURL(url, encoding, decodeEntities, decodeURLEscapeSequencesTwice));
215 String XSSAuditor::canonicalize(const String& string) function in class:WebCore::XSSAuditor
348 // reduce the size of the string before we call canonicalize below,
364 canonicalizedString = canonicalize(canonicalizedString);