Home
last modified time | relevance | path

Searched defs:dispatchStorageEvent (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebStorageEventDispatcherImpl.cpp57 void WebStorageEventDispatcherImpl::dispatchStorageEvent(const WebString& key, const WebString& old… in dispatchStorageEvent() function in WebKit::WebStorageEventDispatcherImpl
DStorageEventDispatcherImpl.cpp53 void StorageEventDispatcherImpl::dispatchStorageEvent(const String& key, const String& oldValue, in dispatchStorageEvent() function in WebCore::StorageEventDispatcherImpl
/external/webkit/WebKit/chromium/public/
DWebKitClient.h95 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue, in dispatchStorageEvent() function