Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Ddomdocument_ctocpp.h48 CefString GetSelectionAsText() override;
Ddomdocument_ctocpp.cc211 NO_SANITIZE("cfi-icall") CefString CefDOMDocumentCToCpp::GetSelectionAsText() { in GetSelectionAsText() function in CefDOMDocumentCToCpp
/third_party/cef/libcef/renderer/
Ddom_document_impl.h36 CefString GetSelectionAsText() override;
Ddom_document_impl.cc143 CefString CefDOMDocumentImpl::GetSelectionAsText() { in GetSelectionAsText() function in CefDOMDocumentImpl
/third_party/cef/include/
Dcef_dom.h144 virtual CefString GetSelectionAsText() = 0;
/third_party/cef/libcef_dll/cpptoc/
Ddomdocument_cpptoc.cc228 CefString _retval = CefDOMDocumentCppToC::Get(self)->GetSelectionAsText(); in domdocument_get_selection_as_text()