Searched refs:m_documentURL (Results 1 – 6 of 6) sorted by relevance
62 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()89 const KURL m_documentURL; variable
244 m_documentURL = document->url().copy(); in init()253 if (m_documentURL.isEmpty()) { in init()259 if (m_documentURL.protocolIsData()) { in init()267 m_decodedURL = fullyDecodeString(m_documentURL.string(), m_encoding); in init()338 …OwnPtr<XSSInfo> xssInfo = XSSInfo::create(m_documentURL, didBlockEntirePage, m_didSendValidXSSProt… in filterToken()724 if (m_documentURL.host().isEmpty()) in isLikelySafeResource()727 KURL resourceURL(m_documentURL, url); in isLikelySafeResource()728 return (m_documentURL.host() == resourceURL.host() && resourceURL.query().isEmpty()); in isLikelySafeResource()733 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
109 KURL m_documentURL; variable
271 : m_documentURL(documentURL) in TokenPreloadScanner()372 …m_predictedBaseElementURL = KURL(m_documentURL, stripLeadingAndTrailingHTMLSpaces(hrefAttribute->v… in updatePredictedBaseURL()
249 String m_documentURL; variable
982 , m_documentURL(documentURL) in InspectorStyleSheet()997 return url.isEmpty() ? m_documentURL : url; in finalURL()