Searched refs:switchesMap (Results 1 – 2 of 2) sorted by relevance
288 cef_string_map_t switchesMap = cef_string_map_alloc(); in GetSwitches() local289 DCHECK(switchesMap); in GetSwitches()290 if (switchesMap) in GetSwitches()291 transfer_string_map_contents(switches, switchesMap); in GetSwitches()294 _struct->get_switches(_struct, switchesMap); in GetSwitches()297 if (switchesMap) { in GetSwitches()299 transfer_string_map_contents(switchesMap, switches); in GetSwitches()300 cef_string_map_free(switchesMap); in GetSwitches()
269 std::map<CefString, CefString> switchesMap; in command_line_get_switches() local270 transfer_string_map_contents(switches, switchesMap); in command_line_get_switches()273 CefCommandLineCppToC::Get(self)->GetSwitches(switchesMap); in command_line_get_switches()277 transfer_string_map_contents(switchesMap, switches); in command_line_get_switches()