HomeSort by relevance Sort by last modified time
    Searched defs:PostEvent (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 279 void PSInstance::PostEvent(PSEventType type) {
289 void PSInstance::PostEvent(PSEventType type, PP_Bool bool_value) {
299 void PSInstance::PostEvent(PSEventType type, PP_Resource resource) {
313 void PSInstance::PostEvent(PSEventType type, const PP_Var& var) {
395 PostEvent(PSE_INSTANCE_HANDLEMESSAGE, message.pp_var());
399 PostEvent(PSE_INSTANCE_HANDLEINPUT, event.pp_resource());
406 PostEvent(PSE_INSTANCE_DIDCHANGEVIEW, view.pp_resource());
411 PostEvent(PSE_INSTANCE_DIDCHANGEFOCUS, focus ? PP_TRUE : PP_FALSE);
416 PostEvent(PSE_GRAPHICS3D_GRAPHICS3DCONTEXTLOST);
421 PostEvent(PSE_MOUSELOCK_MOUSELOCKLOST)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 316 PostEvent();
401 SChannelAdapter::PostEvent() {
589 PostEvent();
stream.cc 118 void StreamInterface::PostEvent(Thread* t, int events, int err) {
122 void StreamInterface::PostEvent(int events, int err) {
123 PostEvent(Thread::Current(), events, err);
779 PostEvent(owner_, SE_WRITE, 0);
811 PostEvent(owner_, SE_READ, 0);
836 PostEvent(owner_, SE_WRITE, 0);
865 PostEvent(owner_, SE_READ, 0);
  /external/chromium_org/third_party/libjingle/source/talk/base/
schanneladapter.cc 313 PostEvent();
398 SChannelAdapter::PostEvent() {
586 PostEvent();
stream.cc 110 void StreamInterface::PostEvent(Thread* t, int events, int err) {
114 void StreamInterface::PostEvent(int events, int err) {
115 PostEvent(Thread::Current(), events, err);
891 PostEvent(owner_, SE_WRITE, 0);
914 PostEvent(owner_, SE_READ, 0);
939 PostEvent(owner_, SE_WRITE, 0);
968 PostEvent(owner_, SE_READ, 0);
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 285 milliseconds