Searched refs:IPC_STRUCT_TRAITS_MEMBER (Results 51 - 56 of 56) sorted by relevance

123

/external/chromium_org/ipc/
H A Dparam_traits_log_macros.h19 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
24 #undef IPC_STRUCT_TRAITS_MEMBER macro
31 #define IPC_STRUCT_TRAITS_MEMBER(name) \ macro
H A Dparam_traits_macros.h22 #define IPC_STRUCT_TRAITS_MEMBER(name) macro
/external/chromium_org/extensions/common/
H A Dextension_messages.h169 IPC_STRUCT_TRAITS_MEMBER(draggable)
170 IPC_STRUCT_TRAITS_MEMBER(bounds)
174 IPC_STRUCT_TRAITS_MEMBER(type)
175 IPC_STRUCT_TRAITS_MEMBER(host)
176 IPC_STRUCT_TRAITS_MEMBER(port)
180 IPC_STRUCT_TRAITS_MEMBER(pattern_)
181 IPC_STRUCT_TRAITS_MEMBER(match_subdomains_)
185 IPC_STRUCT_TRAITS_MEMBER(entry())
189 IPC_STRUCT_TRAITS_MEMBER(vendor_id())
190 IPC_STRUCT_TRAITS_MEMBER(product_i
[all...]
/external/chromium_org/remoting/host/
H A Dchromoting_messages.h148 IPC_STRUCT_TRAITS_MEMBER(size)
149 IPC_STRUCT_TRAITS_MEMBER(hotspot)
150 IPC_STRUCT_TRAITS_MEMBER(data)
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmutate.cc465 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
470 #undef IPC_STRUCT_TRAITS_MEMBER macro
478 #define IPC_STRUCT_TRAITS_MEMBER(name) \ macro
H A Dgenerate.cc1139 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
1144 #undef IPC_STRUCT_TRAITS_MEMBER macro
1152 #define IPC_STRUCT_TRAITS_MEMBER(name) \ macro

Completed in 889 milliseconds

123