Home
last modified time | relevance | path

Searched refs:GetElementById (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/renderer/
Ddom_document_impl.cc82 CefRefPtr<CefDOMNode> CefDOMDocumentImpl::GetElementById(const CefString& id) { in GetElementById() function in CefDOMDocumentImpl
85 document.GetElementById(WebString::FromUTF16(id.ToString16()))); in GetElementById()
Ddom_document_impl.h30 CefRefPtr<CefDOMNode> GetElementById(const CefString& id) override;
/third_party/cef/libcef_dll/ctocpp/
Ddomdocument_ctocpp.h42 CefRefPtr<CefDOMNode> GetElementById(const CefString& id) override;
Ddomdocument_ctocpp.cc105 CefRefPtr<CefDOMNode> CefDOMDocumentCToCpp::GetElementById( in GetElementById() function in CefDOMDocumentCToCpp
/third_party/cef/libcef/renderer/extensions/
Dprint_render_frame_helper_delegate.cc42 auto viewer_element = frame->GetDocument().GetElementById("viewer"); in GetPdfElement()
/third_party/cef/include/
Dcef_dom.h108 virtual CefRefPtr<CefDOMNode> GetElementById(const CefString& id) = 0;
/third_party/cef/libcef_dll/cpptoc/
Ddomdocument_cpptoc.cc126 CefDOMDocumentCppToC::Get(self)->GetElementById(CefString(id)); in domdocument_get_element_by_id()
/third_party/cef/tests/ceftests/
Ddom_unittest.cc116 brNode = bodyNode->GetDocument()->GetElementById("some_id"); in TestBodyNodeStructure()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp88419 mozilla::dom::Element* GetElementById(const nsAString& aId);
150231 virtual Element* GetElementById(const nsAString& aElementId) = 0;
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch39597 Element& main_message = GetElementById("main-message");