didDispatchDOMStorageEvent 68 Source/core/inspector/InspectorDOMStorageAgent.h void didDispatchDOMStorageEvent(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*); didDispatchDOMStorageEvent 153 Source/core/storage/StorageArea.cpp InspectorInstrumentation::didDispatchDOMStorageEvent(*it, key, oldValue, newValue, LocalStorage, securityOrigin); didDispatchDOMStorageEvent 181 Source/core/storage/StorageArea.cpp InspectorInstrumentation::didDispatchDOMStorageEvent(page, key, oldValue, newValue, SessionStorage, securityOrigin);