Home
last modified time | relevance | path

Searched refs:GetSelectionAsMarkup (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Ddomdocument_ctocpp.h47 CefString GetSelectionAsMarkup() override;
Ddomdocument_ctocpp.cc193 CefString CefDOMDocumentCToCpp::GetSelectionAsMarkup() { in GetSelectionAsMarkup() function in CefDOMDocumentCToCpp
/third_party/cef/libcef/renderer/
Ddom_document_impl.h35 CefString GetSelectionAsMarkup() override;
Ddom_document_impl.cc128 CefString CefDOMDocumentImpl::GetSelectionAsMarkup() { in GetSelectionAsMarkup() function in CefDOMDocumentImpl
/third_party/cef/include/
Dcef_dom.h138 virtual CefString GetSelectionAsMarkup() = 0;
/third_party/cef/libcef_dll/cpptoc/
Ddomdocument_cpptoc.cc211 CefString _retval = CefDOMDocumentCppToC::Get(self)->GetSelectionAsMarkup(); in domdocument_get_selection_as_markup()