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

  /external/chromium_org/ppapi/proxy/
resource_reply_thread_registrar.cc 26 scoped_refptr<TrackedCallback> reply_thread_hint) {
29 // Use the default thread if |reply_thread_hint| is NULL or blocking.
30 if (!reply_thread_hint || reply_thread_hint->is_blocking())
33 DCHECK(reply_thread_hint->target_loop());
35 reply_thread_hint->target_loop()->GetMessageLoopProxy());
resource_reply_thread_registrar.h 40 scoped_refptr<TrackedCallback> reply_thread_hint);
plugin_resource.h 105 // |reply_thread_hint| as a hint to determine which thread to handle the reply
108 // If |reply_thread_hint| is non-blocking, the reply message will be handled
119 scoped_refptr<TrackedCallback> reply_thread_hint);
198 scoped_refptr<TrackedCallback> reply_thread_hint) {
212 pp_resource(), params.sequence(), reply_thread_hint); local

Completed in 2113 milliseconds