Searched refs:UIEvent (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DUIEvent.cpp24 #include "UIEvent.h"
30 UIEvent::UIEvent() function in class:WebCore::UIEvent
35 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg) function in class:WebCore::UIEvent
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
[all...]
H A DUIEvent.h34 class UIEvent : public Event { class in namespace:WebCore
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);
H A DCompositionEvent.idl29 interface CompositionEvent : UIEvent {
H A DTextEvent.idl29 interface TextEvent : UIEvent {
H A DUIEventWithKeyState.h27 #include "UIEvent.h"
31 class UIEventWithKeyState : public UIEvent {
49 : UIEvent(type, canBubble, cancelable, view, detail)
H A DCompositionEvent.cpp39 : UIEvent(type, true, true, view, 0)
H A DTouchEvent.idl30 ] TouchEvent : UIEvent {
H A DUIEvent.idl23 interface UIEvent : Event {
H A DCompositionEvent.h30 #include "UIEvent.h"
34 class CompositionEvent : public UIEvent {
H A DTextEvent.cpp67 : UIEvent(eventNames().textInputEvent, true, true, view, 0)
78 : UIEvent(eventNames().textInputEvent, true, true, view, 0)
H A DKeyboardEvent.idl24 interface KeyboardEvent : UIEvent {
H A DMouseEvent.idl23 interface MouseEvent : UIEvent {
H A DWheelEvent.idl24 interface WheelEvent : UIEvent {
H A DTextEvent.h32 #include "UIEvent.h"
36 class TextEvent : public UIEvent {
H A DMouseRelatedEvent.cpp147 static float pageZoomFactor(const UIEvent* event)
H A DNode.cpp89 #include "UIEvent.h"
2738 RefPtr<UIEvent> event = UIEvent::create(eventType, true, cancelable, document()->defaultView(), detail);
2799 int detail = event->isUIEvent() ? static_cast<UIEvent*>(event)->detail() : 0;
H A DDocument.cpp143 #include "UIEvent.h"
3588 else if (eventType == "UIEvent" || eventType == "UIEvents")
3589 event = UIEvent::create();
/external/webkit/Source/WebCore/svg/
H A DSVGZoomEvent.idl28 interface [Conditional=SVG] SVGZoomEvent : UIEvent {
H A DSVGZoomEvent.h27 #include "UIEvent.h"
31 class SVGZoomEvent : public UIEvent {
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMBinding.cpp33 #include "UIEvent.h"
117 wrappedEvent = wrapUIEvent(static_cast<UIEvent*>(event));
/external/webkit/Source/WebCore/bindings/js/
H A DJSEventCustom.cpp74 #include "UIEvent.h"
148 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, UIEvent, event);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8EventCustom.cpp127 return toV8(static_cast<UIEvent*>(impl));
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl529 attribute UIEventConstructor UIEvent;
/external/webkit/Source/WebCore/
H A DAndroid.mk208 dom/UIEvent.cpp \
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1410 milliseconds