Searched refs:DispatchResourceReply (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ppapi/proxy/ |
D | dispatch_reply_message.h | 23 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() function 30 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() function 37 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() function 44 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() function 51 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() function 58 inline void DispatchResourceReply(ObjT* obj, Method method, in DispatchResourceReply() function 102 DispatchResourceReply(obj, method, reply_params, msg_params); in DispatchResourceReplyOrDefaultParams() 112 DispatchResourceReply(obj, method, reply_params, in DispatchResourceReplyOrDefaultParams() 148 ppapi::proxy::DispatchResourceReply( \
|
D | plugin_message_filter.cc | 61 DispatchResourceReply(reply_params, nested_msg); in DispatchResourceReplyForTest() 90 DispatchResourceReply(reply_params, nested_msg); in OnMsgResourceReply() 94 base::Bind(&DispatchResourceReply, reply_params, nested_msg)); in OnMsgResourceReply() 99 void PluginMessageFilter::DispatchResourceReply( in DispatchResourceReply() function in ppapi::proxy::PluginMessageFilter
|
D | plugin_message_filter.h | 64 static void DispatchResourceReply(
|