m_documentURL     284 Source/core/html/parser/HTMLPreloadScanner.cpp     : m_documentURL(documentURL)
m_documentURL     385 Source/core/html/parser/HTMLPreloadScanner.cpp         m_predictedBaseElementURL = KURL(m_documentURL, stripLeadingAndTrailingHTMLSpaces(hrefAttribute->value)).copy();
m_documentURL      63 Source/core/html/parser/HTMLPreloadScanner.h         return m_documentURL.isSafeToSendToAnotherThread()
m_documentURL      90 Source/core/html/parser/HTMLPreloadScanner.h     const KURL m_documentURL;
m_documentURL     254 Source/core/html/parser/XSSAuditor.cpp     m_documentURL = document->url().copy();
m_documentURL     263 Source/core/html/parser/XSSAuditor.cpp     if (m_documentURL.isEmpty()) {
m_documentURL     269 Source/core/html/parser/XSSAuditor.cpp     if (m_documentURL.protocolIsData()) {
m_documentURL     325 Source/core/html/parser/XSSAuditor.cpp     m_decodedURL = canonicalize(fullyDecodeString(m_documentURL.string(), m_encoding));
m_documentURL     360 Source/core/html/parser/XSSAuditor.cpp         OwnPtr<XSSInfo> xssInfo = XSSInfo::create(m_documentURL, didBlockEntirePage, m_didSendValidXSSProtectionHeader, m_didSendValidCSPHeader);
m_documentURL     757 Source/core/html/parser/XSSAuditor.cpp     if (m_documentURL.host().isEmpty())
m_documentURL     760 Source/core/html/parser/XSSAuditor.cpp     KURL resourceURL(m_documentURL, url);
m_documentURL     761 Source/core/html/parser/XSSAuditor.cpp     return (m_documentURL.host() == resourceURL.host() && resourceURL.query().isEmpty());
m_documentURL     766 Source/core/html/parser/XSSAuditor.cpp     return m_documentURL.isSafeToSendToAnotherThread()
m_documentURL     111 Source/core/html/parser/XSSAuditor.h     KURL m_documentURL;
m_documentURL     979 Source/core/inspector/InspectorStyleSheet.cpp     return url.isEmpty() ? m_documentURL : url;
m_documentURL     275 Source/core/inspector/InspectorStyleSheet.h     String m_documentURL;