Searched defs:threadsafeCopy (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DSecurityOrigin.cpp134 , m_protocol(other->m_protocol.threadsafeCopy())
135 , m_host(other->m_host.threadsafeCopy())
136 , m_encodedHost(other->m_encodedHost.threadsafeCopy())
137 , m_domain(other->m_domain.threadsafeCopy())
138 , m_filePath(other->m_filePath.threadsafeCopy())
165 PassRefPtr<SecurityOrigin> SecurityOrigin::threadsafeCopy() function in class:WebCore::SecurityOrigin
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DWTFString.cpp588 String String::threadsafeCopy() const function in class:WTF::String
592 return m_impl->threadsafeCopy();
H A DStringImpl.cpp1067 PassRefPtr<StringImpl> StringImpl::threadsafeCopy() const function in class:WTF::StringImpl
1078 return threadsafeCopy();

Completed in 211 milliseconds