OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_Resource
(Results
151 - 175
of
777
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ppapi/c/
ppp_input_event.h
14
#include "ppapi/c/
pp_resource
.h"
75
PP_Bool (*HandleInputEvent)(PP_Instance instance,
PP_Resource
input_event);
ppb_core.h
14
#include "ppapi/c/
pp_resource
.h"
43
* @param[in] config A <code>
PP_Resource
</code> corresponding to a
46
void (*AddRefResource)(
PP_Resource
resource);
50
* @param[in] config A <code>
PP_Resource
</code> corresponding to a
53
void (*ReleaseResource)(
PP_Resource
resource);
/external/chromium_org/ppapi/c/private/
pp_video_frame_private.h
12
#include "ppapi/c/
pp_resource
.h"
39
PP_Resource
image_data;
ppb_file_ref_private.h
13
#include "ppapi/c/
pp_resource
.h"
34
* @param[in] file_ref A <code>
PP_Resource
</code> corresponding to a file
39
struct PP_Var (*GetAbsolutePath)(
PP_Resource
file_ref);
ppb_output_protection_private.h
17
#include "ppapi/c/
pp_resource
.h"
98
* @return A <code>
PP_Resource
</code> corresponding to a
102
PP_Resource
(*Create)(PP_Instance instance);
107
* @param[in] resource A <code>
PP_Resource
</code> corresponding to a
115
PP_Bool (*IsOutputProtection)(
PP_Resource
resource);
120
* @param[in] resource A <code>
PP_Resource
</code> corresponding to a
132
int32_t (*QueryStatus)(
PP_Resource
resource,
147
* @param[in] resource A <code>
PP_Resource
</code> corresponding to a
161
int32_t (*EnableProtection)(
PP_Resource
resource,
/external/chromium_org/ppapi/thunk/
ppb_media_stream_video_track_api.h
22
virtual int32_t GetFrame(
PP_Resource
* frame,
24
virtual int32_t RecycleFrame(
PP_Resource
frame) = 0;
27
PP_Resource
* frame,
29
virtual int32_t PutFrame(
PP_Resource
frame) = 0;
ppb_udp_socket_api.h
22
virtual int32_t Bind(
PP_Resource
addr,
24
virtual
PP_Resource
GetBoundAddress() = 0;
27
PP_Resource
* addr,
31
PP_Resource
addr,
ppb_url_response_info_api.h
19
virtual
PP_Resource
GetBodyAsFileRef() = 0;
ppb_url_response_info_thunk.cc
19
PP_Bool IsURLResponseInfo(
PP_Resource
resource) {
25
struct PP_Var GetProperty(
PP_Resource
response,
34
PP_Resource
GetBodyAsFileRef(
PP_Resource
response) {
ppb_audio_thunk.cc
19
PP_Resource
Create_1_0(PP_Instance instance,
20
PP_Resource
config,
33
PP_Resource
Create(PP_Instance instance,
34
PP_Resource
config,
47
PP_Bool IsAudio(
PP_Resource
resource) {
53
PP_Resource
GetCurrentConfig(
PP_Resource
audio) {
61
PP_Bool StartPlayback(
PP_Resource
audio) {
69
PP_Bool StopPlayback(
PP_Resource
audio) {
ppb_audio_api.h
23
virtual
PP_Resource
GetCurrentConfig() = 0;
29
PP_Resource
config_id,
ppb_file_system_api.h
25
virtual void OpenQuotaFile(
PP_Resource
file_io) = 0;
26
virtual void CloseQuotaFile(
PP_Resource
file_io) = 0;
ppb_widget_api.h
17
virtual PP_Bool Paint(const PP_Rect* rect,
PP_Resource
image_id) = 0;
18
virtual PP_Bool HandleEvent(
PP_Resource
pp_input_event) = 0;
/external/chromium_org/ppapi/proxy/
resource_creation_proxy.cc
81
PP_Resource
ResourceCreationProxy::CreateFileIO(PP_Instance instance) {
85
PP_Resource
ResourceCreationProxy::CreateFileRef(
91
PP_Resource
ResourceCreationProxy::CreateFileSystem(
98
PP_Resource
ResourceCreationProxy::CreateIMEInputEvent(
113
PP_Resource
ResourceCreationProxy::CreateKeyboardInputEvent_1_0(
126
PP_Resource
ResourceCreationProxy::CreateKeyboardInputEvent_1_2(
139
PP_Resource
ResourceCreationProxy::CreateMouseInputEvent(
153
PP_Resource
ResourceCreationProxy::CreateTouchInputEvent(
162
PP_Resource
ResourceCreationProxy::CreateTrueTypeFont(
170
PP_Resource
ResourceCreationProxy::CreateURLLoader(PP_Instance instance)
[
all
...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_core_interface.h
16
virtual void AddRefResource(
PP_Resource
handle);
17
virtual void ReleaseResource(
PP_Resource
handle);
/external/chromium_org/ppapi/api/dev/
ppp_video_decoder_dev.idl
40
[in]
PP_Resource
decoder,
56
[in]
PP_Resource
decoder,
71
[in]
PP_Resource
decoder,
85
[in]
PP_Resource
decoder,
ppp_widget_dev.idl
22
[in]
PP_Resource
widget,
/external/chromium_org/ppapi/api/
ppp_input_event.idl
61
[in]
PP_Resource
input_event);
/external/chromium_org/ppapi/api/private/
ppb_ext_crx_file_system_private.idl
19
* @param[in] crxfs A <code>
PP_Resource
</code> corresponding to a
21
* @param[out] file_system An output <code>
PP_Resource
</code> corresponding
29
[out]
PP_Resource
file_system,
ppb_input_event_private.idl
33
* @param[in] event A <code>
PP_Resource
</code> corresponding to an input
41
PP_Bool TraceInputLatency([in]
PP_Resource
event,
ppb_output_protection_private.idl
70
* @return A <code>
PP_Resource
</code> corresponding to a
74
PP_Resource
Create([in] PP_Instance instance);
80
* @param[in] resource A <code>
PP_Resource
</code> corresponding to a
88
PP_Bool IsOutputProtection([in]
PP_Resource
resource);
94
* @param[in] resource A <code>
PP_Resource
</code> corresponding to a
107
[in]
PP_Resource
resource,
123
* @param[in] resource A <code>
PP_Resource
</code> corresponding to a
138
[in]
PP_Resource
resource,
/external/chromium_org/ppapi/c/dev/
ppb_opengles2ext_dev.h
11
#include "ppapi/c/
pp_resource
.h"
29
#include "ppapi/c/
pp_resource
.h"
38
void (*DrawBuffersEXT)(
PP_Resource
context,
44
void (*DrawBuffersEXT)(
PP_Resource
context,
/external/chromium_org/ppapi/c/trusted/
ppb_file_chooser_trusted.h
17
#include "ppapi/c/
pp_resource
.h"
54
int32_t (*ShowWithoutUserGesture)(
PP_Resource
chooser,
64
int32_t (*ShowWithoutUserGesture)(
PP_Resource
chooser,
/external/chromium_org/ppapi/cpp/dev/
device_ref_dev.h
18
explicit DeviceRef_Dev(
PP_Resource
resource);
20
DeviceRef_Dev(PassRef,
PP_Resource
resource);
/external/chromium_org/ppapi/shared_impl/
resource_tracker.h
18
#include "ppapi/c/
pp_resource
.h"
37
Resource* GetResource(
PP_Resource
res) const;
42
void AddRefResource(
PP_Resource
res);
47
void ReleaseResource(
PP_Resource
res);
50
void ReleaseResourceSoon(
PP_Resource
res);
87
virtual
PP_Resource
AddResource(Resource* object);
101
bool CanOperateOnResource(
PP_Resource
res);
103
typedef std::set<
PP_Resource
> ResourceSet;
115
// For each
PP_Resource
, keep the object pointer and a plugin use count.
124
typedef base::hash_map<
PP_Resource
, ResourceAndRefCount> ResourceMap
[
all
...]
Completed in 1625 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>