Searched defs:fromMap (Results 1 – 2 of 2) sorted by relevance
25 void transfer_string_map_contents(cef_string_map_t fromMap, StringMap& toMap) { in transfer_string_map_contents()37 void transfer_string_map_contents(const StringMap& fromMap, in transfer_string_map_contents()44 void transfer_string_multimap_contents(cef_string_multimap_t fromMap, in transfer_string_multimap_contents()57 void transfer_string_multimap_contents(const StringMultimap& fromMap, in transfer_string_multimap_contents()
44 public static JSON fromMap(Map<String, Object> map) { in fromMap() method in JSON