Searched refs:isSafeToSendToAnotherThread (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLResourcePreloader.cpp38 bool PreloadRequest::isSafeToSendToAnotherThread() const function in class:blink::PreloadRequest
40 return m_initiatorName.isSafeToSendToAnotherThread()
41 && m_charset.isSafeToSendToAnotherThread()
42 && m_resourceURL.isSafeToSendToAnotherThread()
43 && m_baseURL.isSafeToSendToAnotherThread();
H A DCompactHTMLToken.cpp93 bool CompactHTMLToken::isSafeToSendToAnotherThread() const function in class:blink::CompactHTMLToken
96 if (!it->name.isSafeToSendToAnotherThread())
98 if (!it->value.isSafeToSendToAnotherThread())
101 return m_data.isSafeToSendToAnotherThread();
H A DHTMLPreloadScanner.h61 bool isSafeToSendToAnotherThread() function in class:blink::TokenPreloadScanner
63 return m_documentURL.isSafeToSendToAnotherThread()
64 && m_predictedBaseElementURL.isSafeToSendToAnotherThread();
H A DCompactHTMLToken.h53 bool isSafeToSendToAnotherThread() const;
H A DXSSAuditorDelegate.cpp64 bool XSSInfo::isSafeToSendToAnotherThread() const function in class:blink::XSSInfo
66 return m_originalURL.isSafeToSendToAnotherThread();
H A DXSSAuditorDelegate.h50 bool isSafeToSendToAnotherThread() const;
H A DHTMLResourcePreloader.h43 bool isSafeToSendToAnotherThread() const;
H A DXSSAuditor.h65 bool isSafeToSendToAnotherThread() const;
H A DBackgroundHTMLParser.cpp62 ASSERT(tokens->at(i).isSafeToSendToAnotherThread());
68 ASSERT(preloads[i]->isSafeToSendToAnotherThread());
74 ASSERT(infos[i]->isSafeToSendToAnotherThread());
H A DXSSAuditor.cpp806 bool XSSAuditor::isSafeToSendToAnotherThread() const function in class:blink::XSSAuditor
808 return m_documentURL.isSafeToSendToAnotherThread()
809 && m_decodedURL.isSafeToSendToAnotherThread()
810 && m_decodedHTTPBody.isSafeToSendToAnotherThread()
811 && m_httpBodyAsString.isSafeToSendToAnotherThread();
H A DHTMLDocumentParser.cpp427 ASSERT(checkpoint->unparsedInput.isSafeToSendToAnotherThread());
577 ASSERT(mediaValues->isSafeToSendToAnotherThread());
760 ASSERT(config->xssAuditor->isSafeToSendToAnotherThread());
761 ASSERT(config->preloadScanner->isSafeToSendToAnotherThread());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValuesDynamic.h19 virtual bool isSafeToSendToAnotherThread() const OVERRIDE;
H A DMediaValues.h31 virtual bool isSafeToSendToAnotherThread() const = 0;
H A DMediaValuesCached.h56 virtual bool isSafeToSendToAnotherThread() const OVERRIDE;
H A DMediaValuesDynamic.cpp60 bool MediaValuesDynamic::isSafeToSendToAnotherThread() const function in class:blink::MediaValuesDynamic
H A DMediaValuesCached.cpp89 bool MediaValuesCached::isSafeToSendToAnotherThread() const function in class:blink::MediaValuesCached
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DCString.h78 bool isSafeToSendToAnotherThread() const;
H A DCString.cpp109 bool CString::isSafeToSendToAnotherThread() const function in class:WTF::CString
H A DWTFString.h372 bool isSafeToSendToAnotherThread() const;
H A DWTFString.cpp677 bool String::isSafeToSendToAnotherThread() const function in class:WTF::String
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTracedValue.cpp18 if (string.isSafeToSendToAnotherThread())
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.h184 bool isSafeToSendToAnotherThread() const;
H A DKURL.cpp916 bool KURL::isSafeToSendToAnotherThread() const function in class:blink::KURL
918 return m_string.isSafeToSendToAnotherThread()
919 && (!m_innerURL || m_innerURL->isSafeToSendToAnotherThread());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTraceEvents.cpp43 ASSERT(m_serialized.isSafeToSendToAnotherThread());

Completed in 203 milliseconds