HomeSort by relevance Sort by last modified time
    Searched defs:threadsafeCopy (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 134 , 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()
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 588 String String::threadsafeCopy() const
592 return m_impl->threadsafeCopy();
StringImpl.cpp 1067 PassRefPtr<StringImpl> StringImpl::threadsafeCopy() const
1078 return threadsafeCopy();

Completed in 890 milliseconds