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

/external/chromium_org/ppapi/c/
H A Dppb_input_event.h196 } PP_InputEvent_Type; typedef in typeref:enum:__anon9895
197 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_InputEvent_Type, 4);
437 * @return A <code>PP_InputEvent_Type</code> if its a valid input event or
440 PP_InputEvent_Type (*GetType)(PP_Resource event);
486 * @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of
507 PP_InputEvent_Type type,
571 PP_InputEvent_Type type,
706 * @param[in] type A <code>PP_InputEvent_Type</code> identifying the type of
729 PP_InputEvent_Type type,
781 PP_InputEvent_Type typ
[all...]

Completed in 947 milliseconds