initCustomEvent 51 Source/core/events/CustomEvent.h void initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue>); initCustomEvent 48 Source/web/WebDOMCustomEvent.cpp unwrap<CustomEvent>()->initCustomEvent(type, canBubble, cancelable, serializedScriptValue.get()); initCustomEvent 112 Source/web/tests/CustomEventTest.cpp customEvent.initCustomEvent("blah", false, false, WebSerializedScriptValue::serialize(v8::Boolean::New(isolate, true))); initCustomEvent 43 public/web/WebDOMCustomEvent.h BLINK_EXPORT void initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& messageData);