HomeSort by relevance Sort by last modified time
    Searched refs:dispatchStorageEvent (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebStorageEventDispatcher.h 49 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue,
WebKitClient.h 103 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue,
  /external/webkit/Source/WebKit/chromium/src/
StorageEventDispatcherChromium.cpp 51 WebKit::webKitClient()->dispatchStorageEvent(key, oldValue, newValue, origin->toString(), WebKit::WebURL(), storageType == LocalStorage);
StorageEventDispatcherImpl.h 49 void dispatchStorageEvent(const String& key, const String& oldValue,
WebStorageEventDispatcherImpl.h 46 virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue,
WebStorageEventDispatcherImpl.cpp 57 void WebStorageEventDispatcherImpl::dispatchStorageEvent(const WebString& key, const WebString& oldValue,
67 m_eventDispatcher->dispatchStorageEvent(key, oldValue, newValue, securityOrigin.get(), url, storageType);
StorageEventDispatcherImpl.cpp 53 void StorageEventDispatcherImpl::dispatchStorageEvent(const String& key, const String& oldValue,
  /external/webkit/Source/WebCore/storage/
StorageAreaSync.h 59 void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame);

Completed in 679 milliseconds