Searched defs:isKeypadEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DKeyEventWin.cpp145 static bool isKeypadEvent(WPARAM code, LPARAM keyData, PlatformKeyboardEvent::Type type) function in namespace:WebCore
197 , m_isKeypad(isKeypadEvent(code, keyData, type))
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.cpp162 static bool isKeypadEvent(WPARAM wParam, LPARAM lParam, WebEvent::Type type) function in namespace:WebKit
456 bool isKeypad = isKeypadEvent(wparam, lparam, type);

Completed in 92 milliseconds