HomeSort by relevance Sort by last modified time
    Searched refs:PPB_InputEvent_Private (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ppapi/api/private/
ppb_input_event_private.idl 7 * 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/
input_event_private.cc 13 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/
ppb_input_event_private.h 19 #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;
  /external/chromium_org/ppapi/tests/
test_input_event.h 55 const PPB_InputEvent_Private* input_event_private_interface_;
test_input_event.cc 78 input_event_private_interface_ = static_cast<const PPB_InputEvent_Private*>(

Completed in 3984 milliseconds