Searched refs:ROUTED (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ipc/
H A Dipc_message_macros.h244 IPC_MESSAGE_DECL(EMPTY, ROUTED, msg_class, 0, 0, (), ())
247 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 1, 0, (type1), ())
250 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 2, 0, (type1, type2), ())
253 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 3, 0, (type1, type2, type3), ())
256 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 4, 0, (type1, type2, type3, type4), ())
259 IPC_MESSAGE_DECL(ASYNC, ROUTED, msg_class, 5, 0, (type1, type2, type3, type4, type5), ())
349 IPC_MESSAGE_DECL(SYNC, ROUTED, msg_class, 0, 0, (), ())
352 IPC_MESSAGE_DECL(SYNC, ROUTED, msg_class, 0, 1, (), (type1_out))
355 IPC_MESSAGE_DECL(SYNC, ROUTED, msg_class, 0, 2, (), (type1_out, type2_out))
358 IPC_MESSAGE_DECL(SYNC, ROUTED, msg_clas
[all...]
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc709 return ROUTED;
742 return ROUTED;
748 return ROUTED;
1177 if (routing_status == ROUTED)
H A Dwebplugin_impl.h152 ROUTED, enumerator in enum:content::WebPluginImpl::RoutingStatus
167 // Returns ROUTED if the load is done and routed to a frame, NOT_ROUTED or

Completed in 855 milliseconds