isSafeToSendToAnotherThread 48 Source/core/css/MediaValues.h bool isSafeToSendToAnotherThread() const; isSafeToSendToAnotherThread 62 Source/core/html/parser/BackgroundHTMLParser.cpp ASSERT(tokens->at(i).isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 68 Source/core/html/parser/BackgroundHTMLParser.cpp ASSERT(preloads[i]->isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 74 Source/core/html/parser/BackgroundHTMLParser.cpp ASSERT(infos[i]->isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 96 Source/core/html/parser/CompactHTMLToken.cpp if (!it->name.isSafeToSendToAnotherThread()) isSafeToSendToAnotherThread 98 Source/core/html/parser/CompactHTMLToken.cpp if (!it->value.isSafeToSendToAnotherThread()) isSafeToSendToAnotherThread 101 Source/core/html/parser/CompactHTMLToken.cpp return m_data.isSafeToSendToAnotherThread(); isSafeToSendToAnotherThread 53 Source/core/html/parser/CompactHTMLToken.h bool isSafeToSendToAnotherThread() const; isSafeToSendToAnotherThread 406 Source/core/html/parser/HTMLDocumentParser.cpp ASSERT(checkpoint->unparsedInput.isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 544 Source/core/html/parser/HTMLDocumentParser.cpp ASSERT(mediaValues->isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 714 Source/core/html/parser/HTMLDocumentParser.cpp ASSERT(config->xssAuditor->isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 715 Source/core/html/parser/HTMLDocumentParser.cpp ASSERT(config->preloadScanner->isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 61 Source/core/html/parser/HTMLPreloadScanner.h bool isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 63 Source/core/html/parser/HTMLPreloadScanner.h return m_documentURL.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 64 Source/core/html/parser/HTMLPreloadScanner.h && m_predictedBaseElementURL.isSafeToSendToAnotherThread(); isSafeToSendToAnotherThread 40 Source/core/html/parser/HTMLResourcePreloader.cpp return m_initiatorName.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 41 Source/core/html/parser/HTMLResourcePreloader.cpp && m_charset.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 42 Source/core/html/parser/HTMLResourcePreloader.cpp && m_resourceURL.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 43 Source/core/html/parser/HTMLResourcePreloader.cpp && m_baseURL.isSafeToSendToAnotherThread(); isSafeToSendToAnotherThread 43 Source/core/html/parser/HTMLResourcePreloader.h bool isSafeToSendToAnotherThread() const; isSafeToSendToAnotherThread 766 Source/core/html/parser/XSSAuditor.cpp return m_documentURL.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 767 Source/core/html/parser/XSSAuditor.cpp && m_decodedURL.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 768 Source/core/html/parser/XSSAuditor.cpp && m_decodedHTTPBody.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 769 Source/core/html/parser/XSSAuditor.cpp && m_httpBodyAsString.isSafeToSendToAnotherThread(); isSafeToSendToAnotherThread 65 Source/core/html/parser/XSSAuditor.h bool isSafeToSendToAnotherThread() const; isSafeToSendToAnotherThread 65 Source/core/html/parser/XSSAuditorDelegate.cpp return m_originalURL.isSafeToSendToAnotherThread(); isSafeToSendToAnotherThread 49 Source/core/html/parser/XSSAuditorDelegate.h bool isSafeToSendToAnotherThread() const; isSafeToSendToAnotherThread 884 Source/platform/weborigin/KURL.cpp return m_string.isSafeToSendToAnotherThread() isSafeToSendToAnotherThread 885 Source/platform/weborigin/KURL.cpp && (!m_innerURL || m_innerURL->isSafeToSendToAnotherThread()); isSafeToSendToAnotherThread 182 Source/platform/weborigin/KURL.h bool isSafeToSendToAnotherThread() const; isSafeToSendToAnotherThread 78 Source/wtf/text/CString.h bool isSafeToSendToAnotherThread() const; isSafeToSendToAnotherThread 383 Source/wtf/text/WTFString.h bool isSafeToSendToAnotherThread() const;