Searched defs:PostEvent (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.cc103 PostEvent(params, event.Pass());
114 PostEvent(params, event.Pass());
129 void SerialEventDispatcher::PostEvent(const ReceiveParams& params, function in class:extensions::core_api::SerialEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.cc136 PostEvent(params, event.Pass());
157 PostEvent(params, event.Pass());
170 void TCPSocketEventDispatcher::PostEvent(const ReadParams& params, function in class:extensions::core_api::TCPSocketEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dtcp_server_socket_event_dispatcher.cc139 PostEvent(params, event.Pass());
157 PostEvent(params, event.Pass());
170 void TCPServerSocketEventDispatcher::PostEvent(const AcceptParams& params, function in class:extensions::core_api::TCPServerSocketEventDispatcher
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.cc121 PostEvent(params, event.Pass());
142 PostEvent(params, event.Pass());
155 void UDPSocketEventDispatcher::PostEvent(const ReceiveParams& params, function in class:extensions::core_api::UDPSocketEventDispatcher
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.cc199 PostEvent(params, event.Pass());
233 PostEvent(params, event.Pass());
294 PostEvent(params, event.Pass());
328 PostEvent(params, event.Pass());
340 void BluetoothSocketEventDispatcher::PostEvent(const SocketParams& params, function in class:extensions::core_api::BluetoothSocketEventDispatcher
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.cc297 PostEvent();
382 SChannelAdapter::PostEvent() { function in class:rtc::SChannelAdapter
570 PostEvent();
H A Dstream.cc93 void StreamInterface::PostEvent(Thread* t, int events, int err) { function in class:rtc::StreamInterface
97 void StreamInterface::PostEvent(int events, int err) { function in class:rtc::StreamInterface
98 PostEvent(Thread::Current(), events, err);
974 PostEvent(owner_, SE_WRITE, 0);
997 PostEvent(owner_, SE_READ, 0);
1022 PostEvent(owner_, SE_WRITE, 0);
1051 PostEvent(owner_, SE_READ, 0);
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc357 void PSInstance::PostEvent(PSEventType type) { function in class:PSInstance
367 void PSInstance::PostEvent(PSEventType type, PP_Bool bool_value) { function in class:PSInstance
377 void PSInstance::PostEvent(PSEventType type, PP_Resource resource) { function in class:PSInstance
506 void PSInstance::PostEvent(PSEventType type, const PP_Var& var) { function in class:PSInstance
585 PostEvent(PSE_INSTANCE_HANDLEMESSAGE, message.pp_var());
589 PostEvent(PSE_INSTANCE_HANDLEINPUT, event.pp_resource());
596 PostEvent(PSE_INSTANCE_DIDCHANGEVIEW, view.pp_resource());
601 PostEvent(PSE_INSTANCE_DIDCHANGEFOCUS, focus ? PP_TRUE : PP_FALSE);
606 PostEvent(PSE_GRAPHICS3D_GRAPHICS3DCONTEXTLOST);
611 PostEvent(PSE_MOUSELOCK_MOUSELOCKLOS
[all...]

Completed in 236 milliseconds