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

  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_event.h 59 } PSEventType;
65 PSEventType type;
86 void PSEventPost(PSEventType type);
87 void PSEventPostBool(PSEventType type, PP_Bool state);
88 void PSEventPostVar(PSEventType type, struct PP_Var var);
89 void PSEventPostResource(PSEventType type, PP_Resource resource);
ps_event.cc 13 void PSEventPost(PSEventType type) {
17 void PSEventPostBool(PSEventType type, PP_Bool state) {
21 void PSEventPostVar(PSEventType type, struct PP_Var var) {
25 void PSEventPostResource(PSEventType type, PP_Resource resource) {
ps_instance.h 75 void PostEvent(PSEventType type);
76 void PostEvent(PSEventType type, PP_Bool bool_value);
77 void PostEvent(PSEventType type, PP_Resource resource);
78 void PostEvent(PSEventType type, const PP_Var& var);
ps_instance.cc 357 void PSInstance::PostEvent(PSEventType type) {
367 void PSInstance::PostEvent(PSEventType type, PP_Bool bool_value) {
377 void PSInstance::PostEvent(PSEventType type, PP_Resource resource) {
506 void PSInstance::PostEvent(PSEventType type, const PP_Var& var) {

Completed in 68 milliseconds