Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Ddomdocument_ctocpp.h45 int GetSelectionStartOffset() override;
Ddomdocument_ctocpp.cc160 NO_SANITIZE("cfi-icall") int CefDOMDocumentCToCpp::GetSelectionStartOffset() { in GetSelectionStartOffset() function in CefDOMDocumentCToCpp
/third_party/cef/libcef/renderer/
Ddom_document_impl.h33 int GetSelectionStartOffset() override;
Ddom_document_impl.cc100 int CefDOMDocumentImpl::GetSelectionStartOffset() { in GetSelectionStartOffset() function in CefDOMDocumentImpl
/third_party/cef/include/
Dcef_dom.h126 virtual int GetSelectionStartOffset() = 0;
/third_party/cef/libcef_dll/cpptoc/
Ddomdocument_cpptoc.cc177 int _retval = CefDOMDocumentCppToC::Get(self)->GetSelectionStartOffset(); in domdocument_get_selection_start_offset()