Home
last modified time | relevance | path

Searched refs:isOverflowEvent (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/dom/
DOverflowEvent.cpp56 bool OverflowEvent::isOverflowEvent() const in isOverflowEvent() function in WebCore::OverflowEvent
DOverflowEvent.h56 virtual bool isOverflowEvent() const;
DEvent.cpp122 bool Event::isOverflowEvent() const in isOverflowEvent() function in WebCore::Event
DEvent.h111 virtual bool isOverflowEvent() const;
/external/webkit/WebCore/bindings/js/
DJSEventCustom.cpp117 else if (event->isOverflowEvent()) in toJS()
/external/webkit/WebCore/bindings/objc/
DDOMEvents.mm98 else if (impl->isOverflowEvent())
/external/webkit/WebKit/win/
DDOMEventsClasses.cpp87 } else if (e->isOverflowEvent()) { in createInstance()
/external/webkit/WebCore/
DChangeLog-2006-12-3145259 (WebCore::Event::isOverflowEvent):
45264 (WebCore::OverflowEvent::isOverflowEvent):