Searched defs:isKeyboardEventType (Results 1 - 2 of 2) 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
/external/webkit/Source/WebKit/chromium/public/
H A DWebInputEvent.h152 static bool isKeyboardEventType(int type) function in class:WebKit::WebInputEvent
172 return isKeyboardEventType(type)

Completed in 60 milliseconds