Home
last modified time | relevance | path

Searched defs:GetPreviousSibling (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/renderer/
Ddom_node_impl.cc229 CefRefPtr<CefDOMNode> CefDOMNodeImpl::GetPreviousSibling() { in GetPreviousSibling() function in CefDOMNodeImpl
/third_party/cef/libcef_dll/ctocpp/
Ddomnode_ctocpp.cc254 CefRefPtr<CefDOMNode> CefDOMNodeCToCpp::GetPreviousSibling() { in GetPreviousSibling() function in CefDOMNodeCToCpp
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp88438 nsIContent* GetPreviousSibling() const { return mPreviousSibling; } in GetPreviousSibling() function in nsINode
93769 …ide { return nsINode::GetLastChild(aLastChild); } virtual nsresult GetPreviousSibling(nsIDOMNode**… in RemoveChild() function in mozilla::dom::Attr