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/events/
UIEvent.cpp 24 #include "core/events/UIEvent.h"
35 UIEvent::UIEvent()
40 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeRawPtr<AbstractView> viewArg, int detailArg)
47 UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer)
54 UIEvent::~UIEvent()
58 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeR (…)
    [all...]
UIEvent.h 42 class UIEvent : public Event {
45 static PassRefPtrWillBeRawPtr<UIEvent> create()
47 return adoptRefWillBeNoop(new UIEvent);
49 static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail)
51 return adoptRefWillBeNoop(new UIEvent(type, canBubble, cancelable, view, detail));
53 static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, const UIEventInit& initializer)
55 return adoptRefWillBeNoop(new UIEvent(type, initializer));
57 virtual ~UIEvent();
81 UIEvent();
82 UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, i (…)
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 63 milliseconds