Searched refs:dispatchStorageEvent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageAreaImpl.cpp161 dispatchStorageEvent(key, oldValue, value, sourceFrame);
180 dispatchStorageEvent(key, oldValue, String(), sourceFrame);
197 dispatchStorageEvent(String(), String(), String(), sourceFrame);
298 void StorageAreaImpl::dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame) function in class:WebCore::StorageAreaImpl
H A DStorageAreaImpl.h82 void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Storage/
H A DStorageAreaMap.h73 void dispatchStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, const String& urlString);
H A DStorageAreaMap.cpp285 void StorageAreaMap::dispatchStorageEvent(uint64_t sourceStorageAreaID, const String& key, const String& oldValue, const String& newValue, const String& urlString) function in class:WebKit::StorageAreaMap

Completed in 214 milliseconds