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

  /external/webkit/WebCore/page/
SecurityOrigin.cpp 110 , m_protocol(other->m_protocol.threadsafeCopy())
111 , m_host(other->m_host.threadsafeCopy())
112 , m_domain(other->m_domain.threadsafeCopy())
138 PassRefPtr<SecurityOrigin> SecurityOrigin::threadsafeCopy()
  /external/webkit/WebCore/platform/text/
String.cpp 591 String String::threadsafeCopy() const
595 return m_impl->threadsafeCopy();
StringImpl.cpp 1037 PassRefPtr<StringImpl> StringImpl::threadsafeCopy() const
1055 return threadsafeCopy();

Completed in 330 milliseconds