Searched refs:cef_string_set (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/include/internal/ |
D | cef_types_wrappers.h | 556 cef_string_set(src->browser_subprocess_path.str, in set() 559 cef_string_set(src->framework_dir_path.str, src->framework_dir_path.length, in set() 561 cef_string_set(src->main_bundle_path.str, src->main_bundle_path.length, in set() 569 cef_string_set(src->cache_path.str, src->cache_path.length, in set() 571 cef_string_set(src->root_cache_path.str, src->root_cache_path.length, in set() 573 cef_string_set(src->user_data_path.str, src->user_data_path.length, in set() 578 cef_string_set(src->user_agent.str, src->user_agent.length, in set() 580 cef_string_set(src->user_agent_product.str, src->user_agent_product.length, in set() 582 cef_string_set(src->locale.str, src->locale.length, &target->locale, copy); in set() 584 cef_string_set(src->log_file.str, src->log_file.length, &target->log_file, in set() [all …]
|
D | cef_string.h | 64 #define cef_string_set cef_string_utf8_set macro 80 #define cef_string_set cef_string_utf16_set macro 96 #define cef_string_set cef_string_wide_set macro
|
D | cef_mac.h | 82 cef_string_set(src->window_name.str, src->window_name.length, in set()
|
D | cef_linux.h | 82 cef_string_set(src->window_name.str, src->window_name.length, in set()
|
D | cef_win.h | 81 cef_string_set(src->window_name.str, src->window_name.length, in set()
|
/third_party/cef/libcef/common/ |
D | string_map_impl.cc | 36 return cef_string_set(val.c_str(), val.length(), value, true); in cef_string_map_find() 52 return cef_string_set(it->first.c_str(), it->first.length(), key, true); in cef_string_map_key() 70 return cef_string_set(it->second.c_str(), it->second.length(), value, in cef_string_map_value()
|
D | string_multimap_impl.cc | 59 return cef_string_set(val.c_str(), val.length(), value, true); in cef_string_multimap_enumerate() 75 return cef_string_set(it->first.c_str(), it->first.length(), key, true); in cef_string_multimap_key() 93 return cef_string_set(it->second.c_str(), it->second.length(), value, in cef_string_multimap_value()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 6933 + cef_string_set(label.c_str(), label.length(), &(menu_item.label), true); 6934 + cef_string_set(tool_tip.c_str(), tool_tip.length(), &(menu_item.tool_tip), 35672 cef_string_set(str.c_str(), str.length(),
|
D | 0003-ohos-1115.patch | 12245 cef_string_set(src->accept_language_list.str, 14654 + cef_string_set(src.str, src.length, &target, true) 68024 + cef_string_set(str.c_str(), str.length(), 68028 + cef_string_set(str.c_str(), str.length(), 68032 + cef_string_set(str.c_str(), str.length(), 68036 + cef_string_set(str.c_str(), str.length(), 68040 + cef_string_set(str.c_str(), str.length(), 68044 + cef_string_set(str.c_str(), str.length(), 68055 + cef_string_set(str.c_str(), str.length(),
|