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/events/
UIEvent.cpp 29 UIEventInit::UIEventInit()
49 UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer)
UIEvent.h 35 struct UIEventInit : public EventInit {
36 UIEventInit();
52 static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, const UIEventInit& initializer)
83 UIEvent(const AtomicString&, const UIEventInit&);

Completed in 185 milliseconds