Searched defs:on_connected (Results 1 – 4 of 4) sorted by relevance
23 base::RepeatingCallback<void(bool)> on_connected) in DebugExceptionHandler()75 base::RepeatingCallback<void(bool)> on_connected) { in NaClStartDebugExceptionHandlerThread()
182 static void on_connected(void* arg, grpc_error* error) { in on_connected() function
185 static void on_connected(void* arg, grpc_error_handle error) { in on_connected() function
101 grpc_closure on_connected; member