OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
68
const
PPB_URLRequestInfo_1_0
g_ppb_urlrequestinfo_thunk_1_0 = {
78
const
PPB_URLRequestInfo_1_0
* GetPPB_URLRequestInfo_1_0_Thunk() {
interfaces_ppb_public_stable.h
90
PPB_URLRequestInfo_1_0
)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h
132
BEGIN_INTERFACE(URLRequestInfoInterface,
PPB_URLRequestInfo_1_0
,
137
END_INTERFACE(URLRequestInfoInterface,
PPB_URLRequestInfo_1_0
)
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 3447 milliseconds