Searched refs:newNamespace (Results 1 – 2 of 2) sorted by relevance
69 WebKit::WebStorageNamespace* newNamespace = m_storageNamespace->copy(); in copy() local74 if (!newNamespace) in copy()76 return adoptRef(new StorageNamespaceProxy(newNamespace, m_storageType)); in copy()
101 …RefPtr<StorageNamespaceImpl> newNamespace = adoptRef(new StorageNamespaceImpl(m_storageType, m_pat… in copy() local105 newNamespace->m_storageAreaMap.set(i->first, i->second->copy()); in copy()106 return newNamespace.release(); in copy()