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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
UIEvent.cpp 24 #include "core/dom/UIEvent.h"
36 UIEvent::UIEvent()
42 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg)
50 UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer)
58 UIEvent::~UIEvent()
62 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtr<Abstra (…)
    [all...]
UIEvent.h 42 class UIEvent : public Event {
44 static PassRefPtr<UIEvent> create()
46 return adoptRef(new UIEvent);
48 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail)
50 return adoptRef(new UIEvent(type, canBubble, cancelable, view, detail));
52 static PassRefPtr<UIEvent> create(const AtomicString& type, const UIEventInit& initializer)
54 return adoptRef(new UIEvent(type, initializer));
56 virtual ~UIEvent();
78 UIEvent();
79 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail)
    [all...]
  /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 380 milliseconds