HomeSort by relevance Sort by last modified time
    Searched refs:importItem (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/storage/
StorageMap.h 52 void importItem(const String& key, const String& value);
StorageAreaImpl.h 60 void importItem(const String& key, const String& value);
StorageAreaImpl.cpp 218 void StorageAreaImpl::importItem(const String& key, const String& value)
221 m_storageMap->importItem(key, value);
StorageMap.cpp 172 void StorageMap::importItem(const String& key, const String& value)
StorageAreaSync.cpp 303 m_storageArea->importItem(it->first, it->second);

Completed in 387 milliseconds