Home
last modified time | relevance | path

Searched refs:RemoveElements (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dpost_data_ctocpp.h43 void RemoveElements() override;
Dpost_data_ctocpp.cc155 NO_SANITIZE("cfi-icall") void CefPostDataCToCpp::RemoveElements() { in RemoveElements() function in CefPostDataCToCpp
/third_party/cef/include/
Dcef_request.h282 virtual void RemoveElements() = 0;
/third_party/cef/libcef_dll/cpptoc/
Dpost_data_cpptoc.cc164 CefPostDataCppToC::Get(self)->RemoveElements(); in post_data_remove_elements()
/third_party/cef/libcef/common/
Drequest_impl.h201 void RemoveElements() override;
Drequest_impl.cc937 void CefPostDataImpl::RemoveElements() { in RemoveElements() function in CefPostDataImpl
/third_party/cef/tests/ceftests/
Drequest_unittest.cc65 postData->RemoveElements(); in TEST()