Searched refs:CustomEvent (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/dom/
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
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.idl30 interface CustomEvent : Event {
H A DDocument.cpp47 #include "CustomEvent.h"
3566 else if (eventType == "CustomEvent")
3567 event = CustomEvent::create();
/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/bindings/js/
H A DJSEventCustom.cpp34 #include "CustomEvent.h"
185 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CustomEvent, event);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8EventCustom.cpp36 #include "CustomEvent.h"
181 return toV8(static_cast<CustomEvent*>(impl));
/external/webkit/Source/WebCore/
H A DAndroid.mk123 dom/CustomEvent.cpp \

Completed in 192 milliseconds