Searched refs:StartRemoting (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_talk_private_api.h25 virtual int32_t StartRemoting(
H A Dppb_talk_private_thunk.cc43 int32_t StartRemoting(PP_Resource resource, function in namespace:ppapi::thunk::__anon10304
51 enter.object()->StartRemoting(event_callback, user_data,
72 &StartRemoting,
/external/chromium_org/ppapi/c/private/
H A Dppb_talk_private.h131 * previous call to StartRemoting succeeded without a corresponding
134 int32_t (*StartRemoting)(PP_Resource talk_resource, member in struct:PPB_Talk_Private_2_0
/external/chromium_org/ppapi/api/private/
H A Dppb_talk_private.idl123 * previous call to StartRemoting succeeded without a corresponding
127 int32_t StartRemoting(
/external/chromium_org/ppapi/proxy/
H A Dtalk_resource.h31 virtual int32_t StartRemoting(
H A Dtalk_resource.cc43 int32_t TalkResource::StartRemoting(PP_TalkEventCallback event_callback, function in class:ppapi::proxy::TalkResource
H A Dtalk_resource_unittest.cc127 int32_t result = talk->StartRemoting(
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3843 return iface->StartRemoting(talk_resource, event_callback, user_data, *callback);
5559 .StartRemoting = (int32_t (*)(PP_Resource talk_resource, PP_TalkEventCallback event_callback, void* user_data, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Talk_Private_StartRemoting,

Completed in 4614 milliseconds