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

  /external/chromium_org/ppapi/cpp/
url_request_info.cc 16 template <> const char* interface_name<PPB_URLRequestInfo_1_0>() {
23 if (!has_interface<PPB_URLRequestInfo_1_0>())
26 get_interface<PPB_URLRequestInfo_1_0>()->Create(instance.pp_instance()));
35 if (!has_interface<PPB_URLRequestInfo_1_0>())
37 return PP_ToBool(get_interface<PPB_URLRequestInfo_1_0>()->SetProperty(
42 if (!has_interface<PPB_URLRequestInfo_1_0>())
44 return PP_ToBool(get_interface<PPB_URLRequestInfo_1_0>()->AppendDataToBody(
50 if (!has_interface<PPB_URLRequestInfo_1_0>())
53 get_interface<PPB_URLRequestInfo_1_0>()->AppendFileToBody(
66 if (!has_interface<PPB_URLRequestInfo_1_0>())
    [all...]
  /external/chromium_org/ppapi/c/
ppb_url_request_info.h 176 struct PPB_URLRequestInfo_1_0 {
262 typedef struct PPB_URLRequestInfo_1_0 PPB_URLRequestInfo;
  /external/chromium_org/ppapi/thunk/
ppb_url_request_info_thunk.cc 66 const PPB_URLRequestInfo_1_0 g_ppb_urlrequestinfo_thunk_1_0 = {
76 PPAPI_THUNK_EXPORT const PPB_URLRequestInfo_1_0*
interfaces_ppb_public_stable.h 93 PROXIED_IFACE(PPB_URLREQUESTINFO_INTERFACE_1_0, PPB_URLRequestInfo_1_0)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 173 BEGIN_INTERFACE(URLRequestInfoInterface, PPB_URLRequestInfo_1_0,
178 END_INTERFACE(URLRequestInfoInterface, PPB_URLRequestInfo_1_0)
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 206 milliseconds