Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dpost_data_element_ctocpp.cc27 return CefPostDataElementCToCpp::Wrap(_retval); in Create()
32 NO_SANITIZE("cfi-icall") bool CefPostDataElementCToCpp::IsReadOnly() { in IsReadOnly()
46 NO_SANITIZE("cfi-icall") void CefPostDataElementCToCpp::SetToEmpty() { in SetToEmpty()
58 void CefPostDataElementCToCpp::SetToFile(const CefString& fileName) { in SetToFile()
75 void CefPostDataElementCToCpp::SetToBytes(size_t size, const void* bytes) { in SetToBytes()
92 CefPostDataElement::Type CefPostDataElementCToCpp::GetType() { in GetType()
106 NO_SANITIZE("cfi-icall") CefString CefPostDataElementCToCpp::GetFile() { in GetFile()
122 NO_SANITIZE("cfi-icall") size_t CefPostDataElementCToCpp::GetBytesCount() { in GetBytesCount()
137 size_t CefPostDataElementCToCpp::GetBytes(size_t size, void* bytes) { in GetBytes()
158 CefPostDataElementCToCpp::CefPostDataElementCToCpp() {} in CefPostDataElementCToCpp() function in CefPostDataElementCToCpp
[all …]
Dpost_data_element_ctocpp.h29 class CefPostDataElementCToCpp
30 : public CefCToCppRefCounted<CefPostDataElementCToCpp,
34 CefPostDataElementCToCpp();
35 virtual ~CefPostDataElementCToCpp();
Dpost_data_ctocpp.cc95 elementsList[i] = CefPostDataElementCToCpp::Unwrap(elements[i]); in GetElements()
107 elements.push_back(CefPostDataElementCToCpp::Wrap(elementsList[i])); in GetElements()
128 _struct, CefPostDataElementCToCpp::Unwrap(element)); in RemoveElement()
149 _struct->add_element(_struct, CefPostDataElementCToCpp::Unwrap(element)); in AddElement()
/third_party/cef/tools/
Dtranslator.README.txt1332 valueList[i] = CefPostDataElementCToCpp::Unwrap(value[i]);
1344 value.push_back(CefPostDataElementCToCpp::Wrap(valueList[i]));
1415 valueList.push_back(CefPostDataElementCToCpp::Wrap(value[i]));
1426 value[i] = CefPostDataElementCToCpp::Unwrap(valueList[i]);