Searched refs:initStorageEvent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/storage/
H A DStorageEvent.idl35 void initStorageEvent([Default=Undefined] optional DOMString typeArg,
H A DStorageEvent.h61 void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
H A DStorageEvent.cpp80 void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) function in class:blink::StorageEvent

Completed in 80 milliseconds