Home
last modified time | relevance | path

Searched refs:CefPostDataElementImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/
Drequest_impl.cc954 static_cast<CefPostDataElementImpl*>(postelem.get())->Set(element); in Set()
965 static_cast<CefPostDataElementImpl*>(element.get())->Get(*body); in GetBody()
979 static_cast<CefPostDataElementImpl*>(it->get())->SetReadOnly(read_only); in SetReadOnly()
993 static_cast<CefPostDataElementImpl*>(it->get())->SetTrackChanges( in SetTrackChanges()
1005 if (static_cast<CefPostDataElementImpl*>(it->get())->HasChanges()) in HasChanges()
1022 CefRefPtr<CefPostDataElement> element(new CefPostDataElementImpl()); in Create()
1028 CefPostDataElementImpl::CefPostDataElementImpl() in CefPostDataElementImpl() function in CefPostDataElementImpl
1036 CefPostDataElementImpl::~CefPostDataElementImpl() { in ~CefPostDataElementImpl()
1040 bool CefPostDataElementImpl::IsReadOnly() { in IsReadOnly()
1045 void CefPostDataElementImpl::SetToEmpty() { in SetToEmpty()
[all …]
Drequest_impl.h234 class CefPostDataElementImpl : public CefPostDataElement {
236 CefPostDataElementImpl();
237 ~CefPostDataElementImpl() override;
282 IMPLEMENT_REFCOUNTING(CefPostDataElementImpl);