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

  /external/webkit/Source/WebCore/dom/
UIEvent.cpp 24 #include "UIEvent.h"
30 UIEvent::UIEvent()
35 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg)
42 UIEvent::~UIEvent()
46 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg)
57 bool UIEvent::isUIEvent() const
62 int UIEvent::keyCode() cons
    [all...]
UIEvent.h 34 class UIEvent : public Event {
36 static PassRefPtr<UIEvent> create()
38 return adoptRef(new UIEvent);
40 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail)
42 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail));
44 virtual ~UIEvent();
65 UIEvent();
66 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 30 milliseconds