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

  /external/webkit/Source/WebKit/chromium/src/
StorageEventDispatcherImpl.h 45 class StorageEventDispatcherImpl {
47 StorageEventDispatcherImpl(const String& groupName);
WebStorageEventDispatcherImpl.h 36 #include "StorageEventDispatcherImpl.h"
51 OwnPtr<WebCore::StorageEventDispatcherImpl> m_eventDispatcher;
StorageEventDispatcherImpl.cpp 32 #include "StorageEventDispatcherImpl.h"
47 StorageEventDispatcherImpl::StorageEventDispatcherImpl(const String& groupName)
53 void StorageEventDispatcherImpl::dispatchStorageEvent(const String& key, const String& oldValue,
WebStorageEventDispatcherImpl.cpp 52 : m_eventDispatcher(new WebCore::StorageEventDispatcherImpl(pageGroupName))

Completed in 816 milliseconds