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

  /external/chromium_org/content/renderer/pepper/
ppb_uma_private_impl.h 8 #include "ppapi/c/private/ppb_uma_private.h"
14 static const PPB_UMA_Private* GetInterface();
ppb_uma_private_impl.cc 9 #include "ppapi/c/private/ppb_uma_private.h"
86 const PPB_UMA_Private ppb_uma = {
93 const PPB_UMA_Private* PPB_UMA_Private_Impl::GetInterface() {
  /external/chromium_org/ppapi/tests/
test_uma.h 10 #include "ppapi/c/private/ppb_uma_private.h"
27 const PPB_UMA_Private* uma_interface_;
test_uma.cc 14 uma_interface_ = static_cast<const PPB_UMA_Private*>(
  /external/chromium_org/ppapi/c/private/
ppb_uma_private.h 6 /* From private/ppb_uma_private.idl modified Tue Oct 2 13:17:06 2012. */
16 #define PPB_UMA_PRIVATE_INTERFACE_0_1 "PPB_UMA_Private;0.1"
21 * This file defines the <code>PPB_UMA_Private</code> interface.
64 typedef struct PPB_UMA_Private_0_1 PPB_UMA_Private;
  /external/chromium_org/ppapi/api/private/
ppb_uma_private.idl 7 * This file defines the <code>PPB_UMA_Private</code> interface.
16 interface PPB_UMA_Private {
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 17 #include "ppapi/c/private/ppb_uma_private.h"
124 const PPB_UMA_Private* uma_interface = NULL;
126 const PPB_UMA_Private* GetUMAInterface() {
132 uma_interface = static_cast<const PPB_UMA_Private*>(
140 const PPB_UMA_Private* ptr = GetUMAInterface();
152 const PPB_UMA_Private* ptr = GetUMAInterface();
164 const PPB_UMA_Private* ptr = GetUMAInterface();
176 const PPB_UMA_Private* ptr = GetUMAInterface();
186 const PPB_UMA_Private* ptr = GetUMAInterface();
196 const PPB_UMA_Private* ptr = GetUMAInterface()
    [all...]
plugin.cc 37 #include "ppapi/c/private/ppb_uma_private.h"
107 const PPB_UMA_Private* GetUMAInterface() {
110 return static_cast<const PPB_UMA_Private*>(
117 const PPB_UMA_Private* ptr = GetUMAInterface();
129 const PPB_UMA_Private* ptr = GetUMAInterface();
141 const PPB_UMA_Private* ptr = GetUMAInterface();
153 const PPB_UMA_Private* ptr = GetUMAInterface();
172 const PPB_UMA_Private* ptr = GetUMAInterface();
    [all...]

Completed in 269 milliseconds