/third_party/cef/tests/ceftests/ |
D | string_unittest.cc | 174 ret = cef_string_list_value(listPtr, 0U, str.GetWritableStruct()); in TEST() 177 ret = cef_string_list_value(listPtr, 1U, str.GetWritableStruct()); in TEST() 180 ret = cef_string_list_value(listPtr, 2U, str.GetWritableStruct()); in TEST() 191 ret = cef_string_list_value(listPtr2, 0U, str.GetWritableStruct()); in TEST() 194 ret = cef_string_list_value(listPtr2, 1U, str.GetWritableStruct()); in TEST() 197 ret = cef_string_list_value(listPtr2, 2U, str.GetWritableStruct()); in TEST() 241 ret = cef_string_map_key(mapPtr, 0U, str.GetWritableStruct()); in TEST() 244 ret = cef_string_map_value(mapPtr, 0U, str.GetWritableStruct()); in TEST() 248 ret = cef_string_map_key(mapPtr, 1U, str.GetWritableStruct()); in TEST() 251 ret = cef_string_map_value(mapPtr, 1U, str.GetWritableStruct()); in TEST() [all …]
|
/third_party/cef/libcef_dll/ |
D | transfer_util.cc | 13 cef_string_list_value(fromList, i, value.GetWritableStruct()); in transfer_string_list_contents() 30 cef_string_map_key(fromMap, i, key.GetWritableStruct()); in transfer_string_map_contents() 31 cef_string_map_value(fromMap, i, value.GetWritableStruct()); in transfer_string_map_contents() 50 cef_string_multimap_key(fromMap, i, key.GetWritableStruct()); in transfer_string_multimap_contents() 51 cef_string_multimap_value(fromMap, i, value.GetWritableStruct()); in transfer_string_multimap_contents()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8interceptor_ctocpp.cc | 49 exception.GetWritableStruct()); in Get() 93 &retvalStruct, exception.GetWritableStruct()); in Get() 135 CefV8ValueCppToC::Wrap(value), exception.GetWritableStruct()); in Set() 168 CefV8ValueCppToC::Wrap(value), exception.GetWritableStruct()); in Set()
|
D | v8accessor_ctocpp.cc | 49 &retvalStruct, exception.GetWritableStruct()); in Get() 91 CefV8ValueCppToC::Wrap(value), exception.GetWritableStruct()); in Set()
|
D | resource_bundle_handler_ctocpp.cc | 33 string.GetWritableStruct()); in GetLocalizedString()
|
D | v8handler_ctocpp.cc | 62 argumentsList, &retvalStruct, exception.GetWritableStruct()); in Execute()
|
D | menu_model_delegate_ctocpp.cc | 168 _struct, CefMenuModelCppToC::Wrap(menu_model), label.GetWritableStruct()); in FormatLabel()
|
D | resource_handler_ctocpp.cc | 111 redirectUrl.GetWritableStruct()); in GetResponseHeaders()
|
D | display_handler_ctocpp.cc | 149 text.GetWritableStruct()); in OnTooltip()
|
D | resource_request_handler_ctocpp.cc | 140 new_url.GetWritableStruct()); in OnResourceRedirect()
|
D | request_context_ctocpp.cc | 325 error.GetWritableStruct()); in SetPreference()
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_wrapper.cc | 205 int _retval = cef_get_temp_directory(temp_dir.GetWritableStruct()); in CefGetTempDirectory() 220 prefix.GetStruct(), new_temp_path.GetWritableStruct()); in CefCreateNewTempDirectory() 240 base_dir.GetStruct(), prefix.GetStruct(), new_dir.GetWritableStruct()); in CefCreateTempDirectoryInDirectory() 409 int _retval = cef_create_url(&parts, url.GetWritableStruct()); in CefCreateURL() 603 json_string.GetStruct(), options, error_msg_out.GetWritableStruct()); in CefParseJSONAndReturnError() 634 int _retval = cef_get_path(key, path.GetWritableStruct()); in CefGetPath()
|
/third_party/cef/tests/cefclient/browser/ |
D | views_menu_bar.cc | 25 cef_string_utf16_to_lower(&c, 1, str16.GetWritableStruct()); in ToLower()
|
/third_party/cef/include/internal/ |
D | cef_string_wrappers.h | 514 struct_type* GetWritableStruct() { in GetWritableStruct() function
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 482 cef_string_t* retws = out.GetWritableStruct(); in GetCefString() 504 cef_string_t* retws = out.GetWritableStruct(); in GetCefString() 1583 cef_string_t* writable_struct = value.GetWritableStruct(); in InitString()
|
/third_party/cef/libcef_dll/ctocpp/test/ |
D | translator_test_ctocpp.cc | 378 _struct->get_string_by_ref(_struct, val.GetWritableStruct()); in GetStringByRef()
|
/third_party/cef/tools/ |
D | translator.README.txt | 655 cef_function(value.GetWritableStruct());
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 15956 _struct->post_port_message(_struct, port_handle.GetWritableStruct(), 15957 - data.GetWritableStruct()); 15972 _struct, port_handle.GetWritableStruct(), 17380 + username.GetWritableStruct(), password, passwordSize);
|
D | 0003-ohos-1115.patch | 31687 + _struct->post_web_message(_struct, message.GetWritableStruct(), portsList, 31688 + targetUri.GetWritableStruct()); 31709 + _struct->close_port(_struct, port_handle.GetWritableStruct()); 31738 + _struct->post_port_message(_struct, port_handle.GetWritableStruct(), 31739 + data.GetWritableStruct()); 31761 + _struct, port_handle.GetWritableStruct(), 31776 + _struct->get_hit_data(_struct, &type, extra_data.GetWritableStruct());
|