Home
last modified time | relevance | path

Searched defs:CustomEvent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DCustomEvent.cpp33 CustomEvent::CustomEvent() in CustomEvent() function in blink::CustomEvent
37 CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer) in CustomEvent() function in blink::CustomEvent
/external/chromium_org/third_party/sinonjs/src/
Dsinon.js3419 sinon.CustomEvent = function CustomEvent(type, customData, target) { class