Searched refs:PostWork (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_message_loop_api.h30 virtual int32_t PostWork(PP_CompletionCallback callback,
/external/chromium_org/ppapi/api/
H A Dppb_message_loop.idl33 * - Call PostWork() on the message loop to run functions on the thread.
53 * call PostWork()).
111 * invalid message loop, PostWork will return an error and will not run the
116 * Therefore, you should check for errors from PostWork and destroy any
121 * int32_t result = message_loop.PostWork(callback);
221 * error posting your callback, the error will be returned from PostWork and
244 int32_t PostWork([in] PP_Resource message_loop,
/external/chromium_org/ppapi/c/
H A Dppb_message_loop.h51 * - Call PostWork() on the message loop to run functions on the thread.
71 * call PostWork()).
129 * invalid message loop, PostWork will return an error and will not run the
134 * Therefore, you should check for errors from PostWork and destroy any
139 * int32_t result = message_loop.PostWork(callback);
234 * error posting your callback, the error will be returned from PostWork and
257 int32_t (*PostWork)(PP_Resource message_loop, member in struct:PPB_MessageLoop_1_0
/external/chromium_org/ppapi/tests/
H A Dtest_message_loop.cc55 pp::MessageLoop::GetCurrent().PostWork(callback_factory_.NewCallback(
69 thread.message_loop().PostWork(callback_factory_.NewCallback(
81 thread.message_loop().PostWork(callback_factory_.NewCallback(
101 pp::MessageLoop::GetForMainThread().PostWork(
H A Dtest_websocket.cc771 message_loop.PostWork(factory.NewCallback(&TestWebSocket::Send,
774 message_loop.PostWork(factory.NewCallback(&TestWebSocket::Send,
/external/chromium_org/ppapi/cpp/
H A Dmessage_loop.h38 /// - Call PostWork() on the message loop to run functions on the thread.
58 /// call PostWork()).
116 /// invalid message loop, PostWork will return an error and will not run the
121 /// Therefore, you should check for errors from PostWork and destroy any
126 /// int32_t result = message_loop.PostWork(callback);
218 /// error posting your callback, the error will be returned from PostWork and
240 int32_t PostWork(const CompletionCallback& callback,
H A Dmessage_loop.cc70 int32_t MessageLoop::PostWork(const CompletionCallback& callback, function in class:pp::MessageLoop
74 return get_interface<PPB_MessageLoop>()->PostWork(
/external/chromium_org/ppapi/examples/threading/
H A Dthreading.cc25 thread_->message_loop().PostWork(
/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc39 loop.PostWork(c, delay_milliseconds_);
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc74 file_thread_.message_loop().PostWork(
120 file_thread_.message_loop().PostWork(
126 file_thread_.message_loop().PostWork(callback_factory_.NewCallback(
129 file_thread_.message_loop().PostWork(
133 file_thread_.message_loop().PostWork(
137 file_thread_.message_loop().PostWork(
/external/chromium_org/ppapi/proxy/
H A Dppb_message_loop_proxy.cc123 int32_t MessageLoopResource::PostWork(PP_CompletionCallback callback, function in class:ppapi::proxy::MessageLoopResource
245 int32_t PostWork(PP_Resource message_loop, function in namespace:ppapi::proxy
250 return enter.object()->PostWork(callback, delay_ms);
267 &PostWork,
H A Dppb_message_loop_proxy.h37 virtual int32_t PostWork(PP_CompletionCallback callback,
H A Dppapi_proxy_test.cc339 secondary_thread_message_loop_->PostWork(
/external/chromium_org/ppapi/examples/video_effects/
H A Dvideo_effects.cc129 message_loop_.PostWork(factory_.NewCallback(&VEDemoInstance::KickoffEffect));
158 message_loop_.PostWork(factory_.NewCallback(&VEDemoInstance::KickoffEffect));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_fs.cc72 ppapi_->GetMessageLoopInterface()->PostWork(message_loop_, cb, 0);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dmojo_ppapi_globals.cc62 virtual int32_t PostWork(PP_CompletionCallback callback,
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc362 worker_thread_.message_loop().PostWork(callback_factory_.NewCallback(
368 worker_thread_.message_loop().PostWork(
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
H A Dall_interfaces.h83 METHOD3(MessageLoopInterface, int32_t, PostWork, PP_Resource,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c1313 return iface->PostWork(message_loop, *callback, delay_ms);
4814 .PostWork = (int32_t (*)(PP_Resource message_loop, struct PP_CompletionCallback callback, int64_t delay_ms))&Pnacl_M25_PPB_MessageLoop_PostWork,

Completed in 1032 milliseconds