Home
last modified time | relevance | path

Searched refs:isSafeToSendToAnotherThread (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLResourcePreloader.cpp38 bool PreloadRequest::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::PreloadRequest
40 return m_initiatorName.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
41 && m_charset.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
42 && m_resourceURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
43 && m_baseURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
DCompactHTMLToken.cpp93 bool CompactHTMLToken::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::CompactHTMLToken
96 if (!it->name.isSafeToSendToAnotherThread()) in isSafeToSendToAnotherThread()
98 if (!it->value.isSafeToSendToAnotherThread()) in isSafeToSendToAnotherThread()
101 return m_data.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
DHTMLPreloadScanner.h61 bool isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread() function
63 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
64 && m_predictedBaseElementURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
DXSSAuditorDelegate.cpp63 bool XSSInfo::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::XSSInfo
65 return m_originalURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
DBackgroundHTMLParser.cpp62 ASSERT(tokens->at(i).isSafeToSendToAnotherThread()); in checkThatTokensAreSafeToSendToAnotherThread()
68 ASSERT(preloads[i]->isSafeToSendToAnotherThread()); in checkThatPreloadsAreSafeToSendToAnotherThread()
74 ASSERT(infos[i]->isSafeToSendToAnotherThread()); in checkThatXSSInfosAreSafeToSendToAnotherThread()
DCompactHTMLToken.h53 bool isSafeToSendToAnotherThread() const;
DXSSAuditorDelegate.h49 bool isSafeToSendToAnotherThread() const;
DXSSAuditor.cpp801 bool XSSAuditor::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::XSSAuditor
803 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
804 && m_decodedURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
805 && m_decodedHTTPBody.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
806 && m_httpBodyAsString.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
DHTMLResourcePreloader.h43 bool isSafeToSendToAnotherThread() const;
DXSSAuditor.h65 bool isSafeToSendToAnotherThread() const;
DHTMLDocumentParser.cpp425 ASSERT(checkpoint->unparsedInput.isSafeToSendToAnotherThread()); in discardSpeculationsAndResumeFrom()
574 ASSERT(mediaValues->isSafeToSendToAnotherThread()); in createMediaValues()
755 ASSERT(config->xssAuditor->isSafeToSendToAnotherThread()); in startBackgroundParser()
756 ASSERT(config->preloadScanner->isSafeToSendToAnotherThread()); in startBackgroundParser()
/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaValuesDynamic.h18 virtual bool isSafeToSendToAnotherThread() const OVERRIDE;
DMediaValuesDynamic.cpp52 bool MediaValuesDynamic::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::MediaValuesDynamic
DMediaValuesCached.h55 virtual bool isSafeToSendToAnotherThread() const OVERRIDE;
DMediaValues.h37 virtual bool isSafeToSendToAnotherThread() const = 0;
DMediaValuesCached.cpp89 bool MediaValuesCached::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::MediaValuesCached
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DCString.h78 bool isSafeToSendToAnotherThread() const;
DCString.cpp109 bool CString::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WTF::CString
DWTFString.h384 bool isSafeToSendToAnotherThread() const;
DWTFString.cpp677 bool String::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WTF::String
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DKURL.cpp916 bool KURL::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::KURL
918 return m_string.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread()
919 && (!m_innerURL || m_innerURL->isSafeToSendToAnotherThread()); in isSafeToSendToAnotherThread()
DKURL.h184 bool isSafeToSendToAnotherThread() const;