Home
last modified time | relevance | path

Searched refs:PPB_Console_1_0 (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ppapi/cpp/
Dinstance.cc28 template <> const char* interface_name<PPB_Console_1_0>() { in interface_name()
132 if (!has_interface<PPB_Console_1_0>()) in LogToConsole()
134 get_interface<PPB_Console_1_0>()->Log( in LogToConsole()
141 if (!has_interface<PPB_Console_1_0>()) in LogToConsoleWithSource()
143 get_interface<PPB_Console_1_0>()->LogWithSource( in LogToConsoleWithSource()
/external/chromium_org/ppapi/c/
Dppb_console.h45 struct PPB_Console_1_0 { struct
69 typedef struct PPB_Console_1_0 PPB_Console; argument
/external/chromium_org/ppapi/thunk/
Dppb_console_thunk.cc39 const PPB_Console_1_0 g_ppb_console_thunk_1_0 = {
46 const PPB_Console_1_0* GetPPB_Console_1_0_Thunk() { in GetPPB_Console_1_0_Thunk()
Dinterfaces_ppb_public_dev.h12 PROXIED_IFACE(PPB_Instance, "PPB_Console(Dev);0.1", PPB_Console_1_0)
Dinterfaces_ppb_public_stable.h53 PROXIED_IFACE(PPB_Instance, PPB_CONSOLE_INTERFACE_1_0, PPB_Console_1_0)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
Dall_interfaces.h23 BEGIN_INTERFACE(ConsoleInterface, PPB_Console_1_0, PPB_CONSOLE_INTERFACE_1_0)
25 END_INTERFACE(ConsoleInterface, PPB_Console_1_0)
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c253 const struct PPB_Console_1_0 *iface = Pnacl_WrapperInfo_PPB_Console_1_0.real_iface; in Pnacl_M25_PPB_Console_Log()
258 const struct PPB_Console_1_0 *iface = Pnacl_WrapperInfo_PPB_Console_1_0.real_iface; in Pnacl_M25_PPB_Console_LogWithSource()
4080 struct PPB_Console_1_0 Pnacl_Wrappers_PPB_Console_1_0 = {