Home
last modified time | relevance | path

Searched refs:cef_string_copy (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/internal/
Dcef_string.h65 #define cef_string_copy cef_string_utf8_copy macro
81 #define cef_string_copy cef_string_utf16_copy macro
97 #define cef_string_copy cef_string_wide_copy macro
Dcef_win.h127 cef_string_copy(windowName.c_str(), windowName.length(), &window_name); in SetAsPopup()
/third_party/cef/libcef/common/
Dstring_list_impl.cc35 return cef_string_copy(str.c_str(), str.length(), value); in cef_string_list_value()
Drequest_impl.cc1062 cef_string_copy(fileName.c_str(), fileName.length(), &data_.filename); in SetToFile()