Searched refs:m_documentURL (Results 1 – 6 of 6) sorted by relevance
63 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()90 const KURL m_documentURL; variable
306 m_documentURL = document->url().copy(); in init()315 if (m_documentURL.isEmpty()) { in init()321 if (m_documentURL.protocolIsData()) { in init()377 m_decodedURL = canonicalize(m_documentURL.string(), NoTruncation); in setEncoding()412 …OwnPtr<XSSInfo> xssInfo = XSSInfo::create(m_documentURL, didBlockEntirePage, m_didSendValidXSSProt… in filterToken()799 if (m_documentURL.host().isEmpty()) in isLikelySafeResource()802 KURL resourceURL(m_documentURL, url); in isLikelySafeResource()803 return (m_documentURL.host() == resourceURL.host() && resourceURL.query().isEmpty()); in isLikelySafeResource()808 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
113 KURL m_documentURL; variable
374 : m_documentURL(documentURL) in TokenPreloadScanner()486 …m_predictedBaseElementURL = KURL(m_documentURL, stripLeadingAndTrailingHTMLSpaces(hrefAttribute->v… in updatePredictedBaseURL()
260 String m_documentURL; variable
948 , m_documentURL(documentURL) in InspectorStyleSheet()976 return url.isEmpty() ? m_documentURL : url; in finalURL()