Home
last modified time | relevance | path

Searched refs:GetWritableStruct (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/tests/ceftests/
Dstring_unittest.cc174 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/
Dtransfer_util.cc13 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/
Dv8interceptor_ctocpp.cc49 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()
Dv8accessor_ctocpp.cc49 &retvalStruct, exception.GetWritableStruct()); in Get()
91 CefV8ValueCppToC::Wrap(value), exception.GetWritableStruct()); in Set()
Dresource_bundle_handler_ctocpp.cc33 string.GetWritableStruct()); in GetLocalizedString()
Dv8handler_ctocpp.cc62 argumentsList, &retvalStruct, exception.GetWritableStruct()); in Execute()
Dmenu_model_delegate_ctocpp.cc168 _struct, CefMenuModelCppToC::Wrap(menu_model), label.GetWritableStruct()); in FormatLabel()
Dresource_handler_ctocpp.cc111 redirectUrl.GetWritableStruct()); in GetResponseHeaders()
Ddisplay_handler_ctocpp.cc149 text.GetWritableStruct()); in OnTooltip()
Dresource_request_handler_ctocpp.cc140 new_url.GetWritableStruct()); in OnResourceRedirect()
Drequest_context_ctocpp.cc325 error.GetWritableStruct()); in SetPreference()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc205 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/
Dviews_menu_bar.cc25 cef_string_utf16_to_lower(&c, 1, str16.GetWritableStruct()); in ToLower()
/third_party/cef/include/internal/
Dcef_string_wrappers.h514 struct_type* GetWritableStruct() { in GetWritableStruct() function
/third_party/cef/libcef/renderer/
Dv8_impl.cc482 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/
Dtranslator_test_ctocpp.cc378 _struct->get_string_by_ref(_struct, val.GetWritableStruct()); in GetStringByRef()
/third_party/cef/tools/
Dtranslator.README.txt655 cef_function(value.GetWritableStruct());
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch15956 _struct->post_port_message(_struct, port_handle.GetWritableStruct(),
15957 - data.GetWritableStruct());
15972 _struct, port_handle.GetWritableStruct(),
17380 + username.GetWritableStruct(), password, passwordSize);
D0003-ohos-1115.patch31687 + _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());