Searched refs:reply_handle (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_gamepad_host_unittest.cc | 180 base::SharedMemoryHandle reply_handle; in TEST_F() local 181 EXPECT_TRUE(reply_params.TakeSharedMemoryHandleAtIndex(0, &reply_handle)); in TEST_F() 184 base::SharedMemory shared_memory(reply_handle, true); in TEST_F()
|
/external/chromium_org/third_party/libevent/ |
D | evdns.c | 682 reply_handle(struct request *const req, u16 flags, u32 ttl, struct reply *reply) { in reply_handle() function 945 reply_handle(req, flags, ttl_r, &reply); in reply_parse() 949 reply_handle(req, flags, 0, NULL); in reply_parse()
|
/external/chromium/third_party/libevent/ |
D | evdns.c | 682 reply_handle(struct request *const req, u16 flags, u32 ttl, struct reply *reply) { in reply_handle() function 945 reply_handle(req, flags, ttl_r, &reply); in reply_parse() 949 reply_handle(req, flags, 0, NULL); in reply_parse()
|