/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLResourcePreloader.cpp | 38 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()
|
D | CompactHTMLToken.cpp | 93 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()
|
D | HTMLPreloadScanner.h | 61 bool isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread() function 63 return m_documentURL.isSafeToSendToAnotherThread() in isSafeToSendToAnotherThread() 64 && m_predictedBaseElementURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
|
D | XSSAuditorDelegate.cpp | 63 bool XSSInfo::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::XSSInfo 65 return m_originalURL.isSafeToSendToAnotherThread(); in isSafeToSendToAnotherThread()
|
D | BackgroundHTMLParser.cpp | 62 ASSERT(tokens->at(i).isSafeToSendToAnotherThread()); in checkThatTokensAreSafeToSendToAnotherThread() 68 ASSERT(preloads[i]->isSafeToSendToAnotherThread()); in checkThatPreloadsAreSafeToSendToAnotherThread() 74 ASSERT(infos[i]->isSafeToSendToAnotherThread()); in checkThatXSSInfosAreSafeToSendToAnotherThread()
|
D | CompactHTMLToken.h | 53 bool isSafeToSendToAnotherThread() const;
|
D | XSSAuditorDelegate.h | 49 bool isSafeToSendToAnotherThread() const;
|
D | XSSAuditor.cpp | 801 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()
|
D | HTMLResourcePreloader.h | 43 bool isSafeToSendToAnotherThread() const;
|
D | XSSAuditor.h | 65 bool isSafeToSendToAnotherThread() const;
|
D | HTMLDocumentParser.cpp | 425 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/ |
D | MediaValuesDynamic.h | 18 virtual bool isSafeToSendToAnotherThread() const OVERRIDE;
|
D | MediaValuesDynamic.cpp | 52 bool MediaValuesDynamic::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::MediaValuesDynamic
|
D | MediaValuesCached.h | 55 virtual bool isSafeToSendToAnotherThread() const OVERRIDE;
|
D | MediaValues.h | 37 virtual bool isSafeToSendToAnotherThread() const = 0;
|
D | MediaValuesCached.cpp | 89 bool MediaValuesCached::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WebCore::MediaValuesCached
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | CString.h | 78 bool isSafeToSendToAnotherThread() const;
|
D | CString.cpp | 109 bool CString::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WTF::CString
|
D | WTFString.h | 384 bool isSafeToSendToAnotherThread() const;
|
D | WTFString.cpp | 677 bool String::isSafeToSendToAnotherThread() const in isSafeToSendToAnotherThread() function in WTF::String
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
D | KURL.cpp | 916 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()
|
D | KURL.h | 184 bool isSafeToSendToAnotherThread() const;
|