Searched refs:importItems (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageMap.h51 void importItems(const HashMap<String, String>&);
H A DStorageAreaImpl.h68 void importItems(const HashMap<String, String>& items);
H A DStorageAreaImpl.cpp208 void StorageAreaImpl::importItems(const HashMap<String, String>& items) function in class:WebCore::StorageAreaImpl
212 m_storageMap->importItems(items);
H A DStorageMap.cpp185 void StorageMap::importItems(const HashMap<String, String>& items) function in class:WebCore::StorageMap
H A DStorageAreaSync.cpp348 m_storageArea->importItems(itemMap);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Storage/
H A DLocalStorageDatabase.h53 void importItems(WebCore::StorageMap&);
H A DLocalStorageDatabase.cpp158 void LocalStorageDatabase::importItems(StorageMap& storageMap) function in class:WebKit::LocalStorageDatabase
193 storageMap.importItems(items);
H A DStorageManager.cpp240 m_localStorageDatabase->importItems(*m_storageMap);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaMap.cpp179 m_storageMap->importItems(values);

Completed in 219 milliseconds