Searched refs:cef_string_copy (Results 1 – 4 of 4) sorted by relevance
65 #define cef_string_copy cef_string_utf8_copy macro81 #define cef_string_copy cef_string_utf16_copy macro97 #define cef_string_copy cef_string_wide_copy macro
127 cef_string_copy(windowName.c_str(), windowName.length(), &window_name); in SetAsPopup()
35 return cef_string_copy(str.c_str(), str.length(), value); in cef_string_list_value()
1062 cef_string_copy(fileName.c_str(), fileName.length(), &data_.filename); in SetToFile()