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

/macosx-10.9.5/WebCore-7537.78.1/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.cpp345 m_storageArea->importItems(itemMap);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Storage/
H A DLocalStorageDatabase.h52 void importItems(WebCore::StorageMap&);
H A DLocalStorageDatabase.cpp157 void LocalStorageDatabase::importItems(StorageMap& storageMap) function in class:WebKit::LocalStorageDatabase
192 storageMap.importItems(items);
H A DStorageManager.cpp237 m_localStorageDatabase->importItems(*m_storageMap);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageAreaMap.cpp178 m_storageMap->importItems(values);

Completed in 201 milliseconds