Searched refs:isKeyboardEventType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
H A DWebKeyboardEvent.cpp45 ASSERT(isKeyboardEventType(type));
67 bool WebKeyboardEvent::isKeyboardEventType(Type type) function in class:WebKit::WebKeyboardEvent
H A DWebEvent.h232 static bool isKeyboardEventType(Type);
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h152 static bool isKeyboardEventType(int type) function in class:WebKit::WebInputEvent
172 return isKeyboardEventType(type)
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp544 && WebInputEvent::isKeyboardEventType(currentInputEvent->type)) {

Completed in 75 milliseconds