Searched refs:isSafeToSendToAnotherThread (Results 1 – 17 of 17) sorted by relevance
40 bool PreloadRequest::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::PreloadRequest42 return m_initiatorName.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()43 && m_charset.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()44 && m_resourceURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()45 && m_mediaAttribute.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()46 && m_baseURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
93 bool CompactHTMLToken::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::CompactHTMLToken96 if (!it->name.isSafeToSendToAnotherThread()) in isSafeToSendToAnotherThread()98 if (!it->value.isSafeToSendToAnotherThread()) in isSafeToSendToAnotherThread()101 return m_data.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
60 bool isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread() function62 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()63 && m_predictedBaseElementURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
62 ASSERT(tokens->at(i).isSafeToSendToAnotherThread()); in checkThatTokensAreSafeToSendToAnotherThread()68 ASSERT(preloads[i]->isSafeToSendToAnotherThread()); in checkThatPreloadsAreSafeToSendToAnotherThread()74 ASSERT(infos[i]->isSafeToSendToAnotherThread()); in checkThatXSSInfosAreSafeToSendToAnotherThread()
63 bool XSSInfo::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::XSSInfo65 return m_originalURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
53 bool isSafeToSendToAnotherThread() const;
49 bool isSafeToSendToAnotherThread() const;
65 bool isSafeToSendToAnotherThread() const;
48 bool isSafeToSendToAnotherThread() const;
731 bool XSSAuditor::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::XSSAuditor733 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()734 && m_decodedURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()735 && m_decodedHTTPBody.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
373 ASSERT(checkpoint->unparsedInput.isSafeToSendToAnotherThread()); in discardSpeculationsAndResumeFrom()670 ASSERT(config->xssAuditor->isSafeToSendToAnotherThread()); in startBackgroundParser()671 ASSERT(config->preloadScanner->isSafeToSendToAnotherThread()); in startBackgroundParser()
78 bool isSafeToSendToAnotherThread() const;
109 bool CString::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WTF::CString
384 bool isSafeToSendToAnotherThread() const;
677 bool String::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WTF::String
182 bool isSafeToSendToAnotherThread() const;
882 bool KURL::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::KURL884 return m_string.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()885 && (!m_innerURL || m_innerURL->isSafeToSendToAnotherThread()); in isSafeToSendToAnotherThread()