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

  /external/chromium_org/ppapi/cpp/
message_loop.cc 70 int32_t MessageLoop::PostWork(const CompletionCallback& callback,
74 return get_interface<PPB_MessageLoop>()->PostWork(
  /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/proxy/
ppb_message_loop_proxy.cc 123 int32_t MessageLoopResource::PostWork(PP_CompletionCallback callback,
245 int32_t PostWork(PP_Resource message_loop,
250 return enter.object()->PostWork(callback, delay_ms);
267 &PostWork,

Completed in 90 milliseconds