Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dpost_data_ctocpp.h41 bool RemoveElement(CefRefPtr<CefPostDataElement> element) override;
Dpost_data_ctocpp.cc114 bool CefPostDataCToCpp::RemoveElement(CefRefPtr<CefPostDataElement> element) { in RemoveElement() function in CefPostDataCToCpp
/third_party/cef/include/
Dcef_request.h270 virtual bool RemoveElement(CefRefPtr<CefPostDataElement> element) = 0;
/third_party/cef/libcef_dll/cpptoc/
Dpost_data_cpptoc.cc128 bool _retval = CefPostDataCppToC::Get(self)->RemoveElement( in post_data_remove_element()
/third_party/cef/libcef/common/
Drequest_impl.h199 bool RemoveElement(CefRefPtr<CefPostDataElement> element) override;
Drequest_impl.cc898 bool CefPostDataImpl::RemoveElement(CefRefPtr<CefPostDataElement> element) { in RemoveElement() function in CefPostDataImpl
/third_party/cef/tests/ceftests/
Drequest_unittest.cc61 postData->RemoveElement(element1); in TEST()