Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_message_utils_unittest.cc29 Message::PriorityValue nested_priority = Message::PRIORITY_HIGH; in TEST() local
30 Message nested_msg(nested_routing, nested_type, nested_priority); in TEST()