Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.cc288 cef_string_map_t switchesMap = cef_string_map_alloc(); in GetSwitches() local
289 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()
/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc269 std::map<CefString, CefString> switchesMap; in command_line_get_switches() local
270 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()