Home
last modified time | relevance | path

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

/third_party/cef/patch/patches/
Dchrome_browser_content_settings.patch47 settings_map->RegisterProvider(
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc321 } settings_map[] = {{GRPC_ARG_MAX_CONCURRENT_STREAMS, in read_channel_args() local
345 for (j = 0; j < static_cast<int> GPR_ARRAY_SIZE(settings_map); j++) { in read_channel_args()
347 settings_map[j].channel_arg_name)) { in read_channel_args()
348 if (!settings_map[j].availability[is_client]) { in read_channel_args()
350 settings_map[j].channel_arg_name, in read_channel_args()
354 &channel_args->args[i], settings_map[j].integer_options); in read_channel_args()
356 queue_setting_update(t, settings_map[j].setting_id, in read_channel_args()