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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
UIEvent.h 35 struct UIEventInit : public EventInit {
36 UIEventInit();
52 static PassRefPtr<UIEvent> create(const AtomicString& type, const UIEventInit& initializer)
80 UIEvent(const AtomicString&, const UIEventInit&);
UIEvent.cpp 30 UIEventInit::UIEventInit()
50 UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer)

Completed in 33 milliseconds