Searched defs:CustomEvent (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/resources/ntp4/tools/
H A Dexterns.js21 var CustomEvent = function() {}; class
22 CustomEvent.prototype.initCustomEvent =
25 CustomEvent.prototype.detail;
/external/chromium/chrome/browser/resources/touch_ntp/tools/
H A Dexterns.js21 var CustomEvent = function() {}; class
22 CustomEvent.prototype.initCustomEvent =
25 CustomEvent.prototype.detail;
/external/webkit/Source/WebCore/dom/
H A DCustomEvent.h35 class CustomEvent : public Event { class in namespace:WebCore
37 virtual ~CustomEvent();
39 static PassRefPtr<CustomEvent> create()
41 return adoptRef(new CustomEvent);
51 CustomEvent();
H A DCustomEvent.cpp27 #include "CustomEvent.h"
33 CustomEvent::CustomEvent() function in class:WebCore::CustomEvent
37 CustomEvent::~CustomEvent()
41 void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, ScriptValue detail)
51 bool CustomEvent::isCustomEvent() const

Completed in 128 milliseconds