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

/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageEventDispatcher.h49 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue,
H A DWebKitClient.h103 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue, function in class:WebKit::WebKitClient
/external/webkit/Source/WebKit/chromium/src/
H A DStorageEventDispatcherChromium.cpp51 WebKit::webKitClient()->dispatchStorageEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage);
H A DStorageEventDispatcherImpl.h49 void dispatchStorageEvent(const String& key, const String& oldValue,
H A DWebStorageEventDispatcherImpl.h46 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue,
H A DWebStorageEventDispatcherImpl.cpp57 void WebStorageEventDispatcherImpl::dispatchStorageEvent(const WebString& key, const WebString& oldValue, function in class:WebKit::WebStorageEventDispatcherImpl
67 m_eventDispatcher->dispatchStorageEvent(key, oldValue, newValue, securityOrigin.get(), url, storageType);
H A DStorageEventDispatcherImpl.cpp53 void StorageEventDispatcherImpl::dispatchStorageEvent(const String& key, const String& oldValue, function in class:WebCore::StorageEventDispatcherImpl
/external/webkit/Source/WebCore/storage/
H A DStorageAreaSync.h59 void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame);

Completed in 88 milliseconds