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

  /external/webkit/Source/WebCore/dom/
CustomEvent.cpp 27 #include "CustomEvent.h"
33 CustomEvent::CustomEvent()
37 CustomEvent::~CustomEvent()
41 void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, ScriptValue detail)
51 bool CustomEvent::isCustomEvent() const
CustomEvent.h 35 class CustomEvent : public Event {
37 virtual ~CustomEvent();
39 static PassRefPtr<CustomEvent> create()
41 return adoptRef(new CustomEvent);
51 CustomEvent();
  /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 200 milliseconds