Home
last modified time | relevance | path

Searched refs:isUIEvent (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebDOMEvent.cpp105 bool WebDOMEvent::isUIEvent() const in isUIEvent() function in WebKit::WebDOMEvent
108 return m_private->isUIEvent(); in isUIEvent()
/external/webkit/Source/WebCore/dom/
DUIEvent.cpp57 bool UIEvent::isUIEvent() const in isUIEvent() function in WebCore::UIEvent
DUIEvent.h51 virtual bool isUIEvent() const;
DEvent.cpp82 bool Event::isUIEvent() const in isUIEvent() function in WebCore::Event
DEvent.h103 virtual bool isUIEvent() const;
DEvent.idl86 boolean isUIEvent();
DNode.cpp2799 int detail = event->isUIEvent() ? static_cast<UIEvent*>(event)->detail() : 0; in defaultEventHandler()
/external/webkit/Source/WebKit/chromium/public/
DWebDOMEvent.h76 WEBKIT_API bool isUIEvent() const;
/external/webkit/Source/WebCore/bindings/gobject/
DWebKitDOMBinding.cpp116 else if (event->isUIEvent()) in kit()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8EventCustom.cpp108 if (impl->isUIEvent()) { in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSEventCustom.cpp128 if (event->isUIEvent()) { in toJS()
/external/webkit/Source/WebCore/bindings/objc/
DDOMEvents.mm48 if (impl->isUIEvent()) {
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp91 } else if (e->isUIEvent()) { in createInstance()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2357114 (EventImpl::isUIEvent): Since this is virtual, make it no longer inline.
57118 (UIEventImpl::isUIEvent): Ditto.
DChangeLog-2010-12-06127130 …* dom/Event.idl: Export isMutationEvent()/isMouseEvent()/isUIEvent() helpers for cpp bindings only.