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

  /external/chromium_org/ppapi/c/
ppb_console.h 45 struct PPB_Console_1_0 {
69 typedef struct PPB_Console_1_0 PPB_Console;
  /external/chromium_org/ppapi/thunk/
ppb_console_thunk.cc 37 const PPB_Console_1_0 g_ppb_console_thunk_1_0 = {
44 PPAPI_THUNK_EXPORT const PPB_Console_1_0* GetPPB_Console_1_0_Thunk() {
interfaces_ppb_public_dev.h 12 PROXIED_IFACE("PPB_Console(Dev);0.1", PPB_Console_1_0)
interfaces_ppb_public_stable.h 56 PROXIED_IFACE(PPB_CONSOLE_INTERFACE_1_0, PPB_Console_1_0)
  /external/chromium_org/ppapi/cpp/
instance.cc 32 template <> const char* interface_name<PPB_Console_1_0>() {
195 if (!has_interface<PPB_Console_1_0>())
197 get_interface<PPB_Console_1_0>()->Log(
204 if (!has_interface<PPB_Console_1_0>())
206 get_interface<PPB_Console_1_0>()->LogWithSource(
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 23 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/
pnacl_shim.c 357 /* Begin wrapper methods for PPB_Console_1_0 */
360 const struct PPB_Console_1_0 *iface = Pnacl_WrapperInfo_PPB_Console_1_0.real_iface;
365 const struct PPB_Console_1_0 *iface = Pnacl_WrapperInfo_PPB_Console_1_0.real_iface;
369 /* End wrapper methods for PPB_Console_1_0 */
    [all...]

Completed in 214 milliseconds