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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMEvent.cpp102 bool WebDOMEvent::isUIEvent() const function in class:blink::WebDOMEvent
105 return m_private->isUIEvent();
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DUIEvent.cpp69 bool UIEvent::isUIEvent() const function in class:blink::UIEvent
H A DUIEvent.h65 virtual bool isUIEvent() const OVERRIDE FINAL;
H A DEvent.cpp132 bool Event::isUIEvent() const function in class:blink::Event
H A DEvent.h141 virtual bool isUIEvent() const;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDOMEvent.h78 BLINK_EXPORT bool isUIEvent() const;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp2192 int detail = event->isUIEvent() ? static_cast<UIEvent*>(event)->detail() : 0;

Completed in 189 milliseconds