HomeSort by relevance Sort by last modified time
    Searched defs:CustomEvent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomEvent.cpp 27 #include "core/dom/CustomEvent.h"
34 CustomEvent::CustomEvent()
39 CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer)
45 CustomEvent::~CustomEvent()
49 void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> serializedDetail)
59 const AtomicString& CustomEvent::interfaceName() const
CustomEvent.h 37 class CustomEvent : public Event {
39 virtual ~CustomEvent();
41 static PassRefPtr<CustomEvent> create()
43 return adoptRef(new CustomEvent);
46 static PassRefPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer)
48 return adoptRef(new CustomEvent(type, initializer));
64 CustomEvent();
65 CustomEvent(const AtomicString& type, const CustomEventInit& initializer);
  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 21 var CustomEvent = function() {};
22 CustomEvent.prototype.initCustomEvent =
25 CustomEvent.prototype.detail;
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 21 var CustomEvent = function() {};
22 CustomEvent.prototype.initCustomEvent =
25 CustomEvent.prototype.detail;

Completed in 683 milliseconds