Searched refs:isUIEvent (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/bindings/objc/
H A DDOMEvents.mm48 if (impl->isUIEvent()) {
/external/webkit/Source/WebCore/dom/
H A DUIEvent.cpp57 bool UIEvent::isUIEvent() const function in class:WebCore::UIEvent
H A DEvent.idl86 boolean isUIEvent();
H A DUIEvent.h51 virtual bool isUIEvent() const;
H A DEvent.cpp82 bool Event::isUIEvent() const function in class:WebCore::Event
H A DEvent.h103 virtual bool isUIEvent() const;
H A DNode.cpp2799 int detail = event->isUIEvent() ? static_cast<UIEvent*>(event)->detail() : 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMEvent.cpp105 bool WebDOMEvent::isUIEvent() const function in class:WebKit::WebDOMEvent
108 return m_private->isUIEvent();
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitDOMBinding.cpp116 else if (event->isUIEvent())
/external/webkit/Source/WebKit/chromium/public/
H A DWebDOMEvent.h76 WEBKIT_API bool isUIEvent() const;
/external/webkit/Source/WebCore/bindings/js/
H A DJSEventCustom.cpp128 if (event->isUIEvent()) {
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8EventCustom.cpp108 if (impl->isUIEvent()) {
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp91 } else if (e->isUIEvent()) {

Completed in 220 milliseconds