Searched refs:PPB_InputEvent_Private (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/api/private/
H A Dppb_input_event_private.idl7 * This file defines the PPB_InputEvent_Private interfaces.
15 * The <code>PPB_InputEvent_Private</code> interface contains pointers to several
19 interface PPB_InputEvent_Private {
/external/chromium_org/ppapi/cpp/private/
H A Dinput_event_private.cc13 template <> const char* interface_name<PPB_InputEvent_Private>() {
38 if (!has_interface<PPB_InputEvent_Private>())
40 return get_interface<PPB_InputEvent_Private>()->StartTrackingLatency(
/external/chromium_org/ppapi/c/private/
H A Dppb_input_event_private.h19 #define PPB_INPUTEVENT_PRIVATE_INTERFACE_0_1 "PPB_InputEvent_Private;0.1"
24 * This file defines the PPB_InputEvent_Private interfaces.
33 * The <code>PPB_InputEvent_Private</code> interface contains pointers to
72 typedef struct PPB_InputEvent_Private_0_1 PPB_InputEvent_Private; typedef in typeref:struct:PPB_InputEvent_Private_0_1
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.h55 const PPB_InputEvent_Private* input_event_private_interface_;
H A Dtest_input_event.cc78 input_event_private_interface_ = static_cast<const PPB_InputEvent_Private*>(

Completed in 1367 milliseconds