Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
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_class, 0, 3, (), (type1_out, type2_out, type3_out))
[all …]
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc691 return ROUTED; in RouteToFrame()
724 return ROUTED; in RouteToFrame()
730 return ROUTED; in RouteToFrame()
1159 if (routing_status == ROUTED) in HandleURLRequestInternal()
Dwebplugin_impl.h157 ROUTED, enumerator