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

  /external/webkit/WebCore/storage/
StorageAreaImpl.cpp 216 void StorageAreaImpl::importItem(const String& key, const String& value)
219 m_storageMap->importItem(key, value);
StorageMap.cpp 172 void StorageMap::importItem(const String& key, const String& value)

Completed in 47 milliseconds