Home
last modified time | relevance | path

Searched refs:newNamespace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DStorageNamespaceProxy.cpp69 WebKit::WebStorageNamespace* newNamespace = m_storageNamespace->copy(); in copy() local
74 if (!newNamespace) in copy()
76 return adoptRef(new StorageNamespaceProxy(newNamespace, m_storageType)); in copy()
/external/webkit/Source/WebCore/storage/
DStorageNamespaceImpl.cpp101 …RefPtr<StorageNamespaceImpl> newNamespace = adoptRef(new StorageNamespaceImpl(m_storageType, m_pat… in copy() local
105 newNamespace->m_storageAreaMap.set(i->first, i->second->copy()); in copy()
106 return newNamespace.release(); in copy()