OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostWork
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ppapi/thunk/
ppb_message_loop_api.h
30
virtual int32_t
PostWork
(PP_CompletionCallback callback,
/external/chromium_org/ppapi/api/
ppb_message_loop.idl
33
* - 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/
ppb_message_loop.h
51
* - 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,
/external/chromium_org/ppapi/cpp/
message_loop.h
38
/// - 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,
message_loop.cc
70
int32_t MessageLoop::
PostWork
(const CompletionCallback& callback,
74
return get_interface<PPB_MessageLoop>()->
PostWork
(
/external/chromium_org/ppapi/tests/
test_message_loop.cc
55
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
(
test_websocket.cc
767
message_loop.
PostWork
(factory.NewCallback(&TestWebSocket::Send,
770
message_loop.
PostWork
(factory.NewCallback(&TestWebSocket::Send,
[
all
...]
/external/chromium_org/ppapi/examples/threading/
threading.cc
25
thread_->message_loop().
PostWork
(
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc
74
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/
ppb_message_loop_proxy.cc
121
int32_t MessageLoopResource::
PostWork
(PP_CompletionCallback callback,
239
int32_t
PostWork
(PP_Resource message_loop,
244
return enter.object()->
PostWork
(callback, delay_ms);
261
&
PostWork
,
ppb_message_loop_proxy.h
37
virtual int32_t
PostWork
(PP_CompletionCallback callback,
ppapi_proxy_test.cc
338
secondary_thread_message_loop_->
PostWork
(
/external/chromium_org/ppapi/examples/video_effects/
video_effects.cc
129
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/
mount_stream.cc
72
ppapi_->GetMessageLoopInterface()->
PostWork
(message_loop_, cb, 0);
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc
362
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/
all_interfaces.h
75
METHOD3(MessageLoopInterface, int32_t,
PostWork
, PP_Resource,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 613 milliseconds