Home
last modified time | relevance | path

Searched refs:CefDOMDocument (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/include/
Dcef_dom.h44 class CefDOMDocument; variable
62 virtual void Visit(CefRefPtr<CefDOMDocument> document) = 0;
70 class CefDOMDocument : public virtual CefBaseRefCounted {
241 virtual CefRefPtr<CefDOMDocument> GetDocument() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddomdocument_ctocpp.cc21 NO_SANITIZE("cfi-icall") CefDOMDocument::Type CefDOMDocumentCToCpp::GetType() { in GetType()
284 CefCToCppRefCounted<CefDOMDocumentCToCpp, CefDOMDocument, cef_domdocument_t>::
285 UnwrapDerived(CefWrapperType type, CefDOMDocument* c) { in UnwrapDerived()
292 CefDOMDocument,
Ddomvisitor_ctocpp.h37 void Visit(CefRefPtr<CefDOMDocument> document) override;
Ddomvisitor_ctocpp.cc22 void CefDOMVisitorCToCpp::Visit(CefRefPtr<CefDOMDocument> document) { in Visit()
Ddomdocument_ctocpp.h30 CefDOMDocument,
Ddomnode_ctocpp.h47 CefRefPtr<CefDOMDocument> GetDocument() override;
Ddomnode_ctocpp.cc221 CefRefPtr<CefDOMDocument> CefDOMNodeCToCpp::GetDocument() { in GetDocument()
/third_party/cef/libcef_dll/cpptoc/
Ddomdocument_cpptoc.cc303 CefRefPtr<CefDOMDocument>
304 CefCppToCRefCounted<CefDOMDocumentCppToC, CefDOMDocument, cef_domdocument_t>::
312 CefDOMDocument,
Ddomdocument_cpptoc.h30 CefDOMDocument,
Ddomnode_cpptoc.cc226 CefRefPtr<CefDOMDocument> _retval = in domnode_get_document()
/third_party/cef/tests/ceftests/
Ddom_unittest.cc145 void TestStructure(CefRefPtr<CefDOMDocument> document) { in TestStructure()
182 void TestModify(CefRefPtr<CefDOMDocument> document) { in TestModify()
207 void Visit(CefRefPtr<CefDOMDocument> document) override { in Visit()
/third_party/cef/libcef/renderer/
Ddom_document_impl.h19 class CefDOMDocumentImpl : public CefDOMDocument {
Ddom_node_impl.h32 CefRefPtr<CefDOMDocument> GetDocument() override;
Ddom_node_impl.cc215 CefRefPtr<CefDOMDocument> CefDOMNodeImpl::GetDocument() { in GetDocument()